-- MySQL dump 10.13  Distrib 5.7.23-23, for Linux (x86_64)
--
-- Host: localhost    Database: assarbbq_amaekawp
-- ------------------------------------------------------
-- Server version	5.7.23-23

/*!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 */;
/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'performance_schema' AND TABLE_NAME = 'session_variables' */;
/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\'rocksdb_bulk_load\'', 'SELECT 0') */;
/*!50717 PREPARE s FROM @rocksdb_get_is_supported */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;
/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */;
/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;

--
-- Table structure for table `wp_actionscheduler_actions`
--

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

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (1575,'action_scheduler/migration_hook','complete','2021-02-12 08:46:12','2021-02-12 08:46:12','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1613119572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1613119572;}',1,1,'2021-02-12 08:46:16','2021-02-12 08:46:16',0,NULL),(1576,'action_scheduler/migration_hook','complete','2021-02-12 08:47:16','2021-02-12 08:47:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1613119636;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1613119636;}',1,1,'2021-02-12 08:47:19','2021-02-12 08:47:19',0,NULL),(1577,'wpforms_process_entry_emails_meta_cleanup','complete','2021-02-13 00:00:00','2021-02-13 00:00:00','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1613174400;s:18:\"\0*\0first_timestamp\";i:1613174400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1613174400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2021-02-13 09:46:02','2021-02-13 09:46:02',0,NULL),(1578,'wpforms_email_summaries_fetch_info_blocks','complete','2021-02-09 23:59:58','2021-02-09 23:59:58','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1612915198;s:18:\"\0*\0first_timestamp\";i:1612915198;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1612915198;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2021-02-12 08:47:19','2021-02-12 08:47:19',0,NULL),(1579,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":2}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2021-02-12 08:47:20','2021-02-12 08:47:20',0,NULL),(1580,'wpforms_email_summaries_fetch_info_blocks','canceled','2021-02-19 08:47:19','2021-02-19 08:47:19','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1613724439;s:18:\"\0*\0first_timestamp\";i:1612915198;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1613724439;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(1581,'wpforms_process_entry_emails_meta_cleanup','complete','2021-02-14 09:46:02','2021-02-14 09:46:02','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1613295962;s:18:\"\0*\0first_timestamp\";i:1613174400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1613295962;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2021-02-14 19:12:45','2021-02-14 19:12:45',0,NULL),(1582,'wpforms_process_entry_emails_meta_cleanup','complete','2021-02-15 19:12:45','2021-02-15 19:12:45','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1613416365;s:18:\"\0*\0first_timestamp\";i:1613174400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1613416365;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2021-02-16 03:50:16','2021-02-16 03:50:16',0,NULL),(1583,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":3}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2021-02-15 04:06:53','2021-02-15 04:06:53',0,NULL),(1584,'action_scheduler/migration_hook','complete','2021-02-15 13:18:47','2021-02-15 13:18:47','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1613395127;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1613395127;}',1,1,'2021-02-15 13:18:49','2021-02-15 13:18:49',0,NULL),(1585,'action_scheduler/migration_hook','complete','2021-02-15 13:19:49','2021-02-15 13:19:49','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1613395189;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1613395189;}',1,1,'2021-02-15 13:19:49','2021-02-15 13:19:49',0,NULL),(1586,'wpforms_process_entry_emails_meta_cleanup','canceled','2021-02-17 03:50:16','2021-02-17 03:50:16','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1613533816;s:18:\"\0*\0first_timestamp\";i:1613174400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1613533816;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

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

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

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

--
-- Dumping data for table `wp_actionscheduler_groups`
--

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

--
-- Table structure for table `wp_actionscheduler_logs`
--

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

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1,1575,'action created','2021-02-12 08:45:12','2021-02-12 08:45:12'),(2,1575,'action started via WP Cron','2021-02-12 08:46:16','2021-02-12 08:46:16'),(3,1575,'action complete via WP Cron','2021-02-12 08:46:16','2021-02-12 08:46:16'),(4,1576,'action created','2021-02-12 08:46:16','2021-02-12 08:46:16'),(5,1577,'action created','2021-02-12 08:46:39','2021-02-12 08:46:39'),(6,1578,'action created','2021-02-12 08:46:39','2021-02-12 08:46:39'),(7,1579,'action created','2021-02-12 08:47:01','2021-02-12 08:47:01'),(8,1576,'action started via WP Cron','2021-02-12 08:47:19','2021-02-12 08:47:19'),(9,1576,'action complete via WP Cron','2021-02-12 08:47:19','2021-02-12 08:47:19'),(10,1578,'action started via WP Cron','2021-02-12 08:47:19','2021-02-12 08:47:19'),(11,1578,'action complete via WP Cron','2021-02-12 08:47:19','2021-02-12 08:47:19'),(12,1580,'action created','2021-02-12 08:47:19','2021-02-12 08:47:19'),(13,1579,'action started via WP Cron','2021-02-12 08:47:19','2021-02-12 08:47:19'),(14,1579,'action complete via WP Cron','2021-02-12 08:47:20','2021-02-12 08:47:20'),(15,1577,'action started via WP Cron','2021-02-13 09:46:02','2021-02-13 09:46:02'),(16,1577,'action complete via WP Cron','2021-02-13 09:46:02','2021-02-13 09:46:02'),(17,1581,'action created','2021-02-13 09:46:02','2021-02-13 09:46:02'),(18,1581,'action started via WP Cron','2021-02-14 19:12:45','2021-02-14 19:12:45'),(19,1581,'action complete via WP Cron','2021-02-14 19:12:45','2021-02-14 19:12:45'),(20,1582,'action created','2021-02-14 19:12:45','2021-02-14 19:12:45'),(21,1583,'action created','2021-02-15 04:06:51','2021-02-15 04:06:51'),(22,1583,'action started via Async Request','2021-02-15 04:06:52','2021-02-15 04:06:52'),(23,1583,'action complete via Async Request','2021-02-15 04:06:53','2021-02-15 04:06:53'),(24,1584,'action created','2021-02-15 13:17:47','2021-02-15 13:17:47'),(25,1584,'action started via WP Cron','2021-02-15 13:18:49','2021-02-15 13:18:49'),(26,1584,'action complete via WP Cron','2021-02-15 13:18:49','2021-02-15 13:18:49'),(27,1585,'action created','2021-02-15 13:18:49','2021-02-15 13:18:49'),(28,1585,'action started via WP Cron','2021-02-15 13:19:49','2021-02-15 13:19:49'),(29,1585,'action complete via WP Cron','2021-02-15 13:19:49','2021-02-15 13:19:49'),(30,1582,'action started via WP Cron','2021-02-16 03:50:16','2021-02-16 03:50:16'),(31,1582,'action complete via WP Cron','2021-02-16 03:50:16','2021-02-16 03:50:16'),(32,1586,'action created','2021-02-16 03:50:16','2021-02-16 03:50:16'),(33,1586,'action canceled','2021-02-16 03:51:00','2021-02-16 03:51:00'),(34,1580,'action canceled','2021-02-16 03:51:00','2021-02-16 03:51:00');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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/','','2020-12-17 08:20:26','2020-12-17 08:20:26','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_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_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_options`
--

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

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://demoweblinks.in/amaeka-wp','yes'),(2,'home','http://demoweblinks.in/amaeka-wp','yes'),(3,'blogname','Amaeka','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','sonus90@outlook.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','0','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:160:{s:10:\"clients/?$\";s:27:\"index.php?post_type=clients\";s:40:\"clients/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:35:\"clients/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:27:\"clients/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=clients&paged=$matches[1]\";s:10:\"careers/?$\";s:27:\"index.php?post_type=careers\";s:40:\"careers/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=careers&feed=$matches[1]\";s:35:\"careers/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=careers&feed=$matches[1]\";s:27:\"careers/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=careers&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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"products/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"products/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"products/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"products/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"products/([^/]+)/embed/?$\";s:41:\"index.php?products=$matches[1]&embed=true\";s:29:\"products/([^/]+)/trackback/?$\";s:35:\"index.php?products=$matches[1]&tb=1\";s:37:\"products/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?products=$matches[1]&paged=$matches[2]\";s:44:\"products/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?products=$matches[1]&cpage=$matches[2]\";s:33:\"products/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?products=$matches[1]&page=$matches[2]\";s:25:\"products/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"products/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"products/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"products/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"clients/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"clients/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"clients/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"clients/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"clients/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"clients/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"clients/(.+?)/embed/?$\";s:40:\"index.php?clients=$matches[1]&embed=true\";s:26:\"clients/(.+?)/trackback/?$\";s:34:\"index.php?clients=$matches[1]&tb=1\";s:46:\"clients/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:41:\"clients/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:34:\"clients/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&paged=$matches[2]\";s:41:\"clients/(.+?)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&cpage=$matches[2]\";s:30:\"clients/(.+?)(?:/([0-9]+))?/?$\";s:46:\"index.php?clients=$matches[1]&page=$matches[2]\";s:33:\"careers/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"careers/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"careers/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"careers/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"careers/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"careers/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"careers/(.+?)/embed/?$\";s:40:\"index.php?careers=$matches[1]&embed=true\";s:26:\"careers/(.+?)/trackback/?$\";s:34:\"index.php?careers=$matches[1]&tb=1\";s:46:\"careers/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?careers=$matches[1]&feed=$matches[2]\";s:41:\"careers/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?careers=$matches[1]&feed=$matches[2]\";s:34:\"careers/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?careers=$matches[1]&paged=$matches[2]\";s:41:\"careers/(.+?)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?careers=$matches[1]&cpage=$matches[2]\";s:30:\"careers/(.+?)(?:/([0-9]+))?/?$\";s:46:\"index.php?careers=$matches[1]&page=$matches[2]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=326&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:7:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:33:\"amaeka-toolbox/amaeka-toolbox.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:9:\"hello.php\";i:6;s:50:\"multiple-post-thumbnails/multi-post-thumbnails.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','a:3:{i:0;s:88:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/themes/amaeka/header.php\";i:2;s:87:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/themes/amaeka/style.css\";i:3;s:0:\"\";}','no'),(40,'template','amaeka','yes'),(41,'stylesheet','amaeka','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','51917','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:6:{i:2;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&ndash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"[display-map id=\'1359\']\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:916:\"<div class=\"lctin-safe\">\r\n<ul>\r\n 	<li>INDIA KOCHI: KOCHI: 1st floor, Geo Infopark,\r\nInfopark Campus, Kakkanad, Kochi, Kerala. <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a>\r\nBANGALORE: #53, 6th Cross, Maruthi Layout,\r\nBasaveshwaranagar Bangalore, Karnataka <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\r\n 	<li>U.K #36 Amberwood Drive,\r\nManchester,\r\nM23 9NZ <a href=\"mailto:uk@amaeka.com\">uk@amaeka.com</a></li>\r\n 	<li>QATAR Qatar: Level 21, Burj Doha, West Bay, Doha, Qatar – 27110 <a href=\"mailto:qtr@amaeka.com\">qtr@amaeka.com</a>\r\nDubai: Dubai Silicon Oasis, Heins Tower, DUBAI294529, Dubai <a href=\"mailto:dxb@amaeka.com\">dxb@amaeka.com</a></li>\r\n 	<li>USA 2841 Hartland Rd #300. Falls Church, VA 22043, USA <a href=\"mailto:can@amaeka.com\">can@amaeka.com</a></li>\r\n 	<li>UKRAINE Danilevsky Street, no-26, Kharkiv,Ukraine61058 <a href=\"mailto:ukr@amaeka.com\">ukr@amaeka.com</a></li>\r\n</ul>\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:9;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:80:\"<h3>WE’RE HERE.</h3>\r\n<p>Our door is always open for a good cup of coffee.</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:44:\"cf7-redirect-thank-you-page/cf7-redirect.php\";s:15:\"cf7rl_uninstall\";s:27:\"popup-maker/popup-maker.php\";a:2:{i:0;s:11:\"PUM_Install\";i:1;s:16:\"uninstall_plugin\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','326','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','684','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','1652002822','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'initial_db_version','48748','yes'),(96,'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'),(97,'fresh_site','0','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:23:\"amaeka_social_profile-4\";i:1;s:6:\"text-2\";i:2;s:6:\"text-3\";i:3;s:8:\"search-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:10:\"archives-2\";i:7;s:12:\"categories-2\";i:8;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-5\";}s:8:\"footer-1\";a:2:{i:0;s:18:\"amaeka_text_info-2\";i:1;s:21:\"amaeka_contact_info-2\";}s:8:\"footer-2\";a:2:{i:0;s:6:\"text-9\";i:1;s:6:\"text-4\";}s:8:\"footer-3\";a:2:{i:0;s:18:\"amaeka_text_info-3\";i:1;s:23:\"amaeka_social_profile-5\";}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:11:{i:1652879911;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1652880109;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:1652883003;a:1:{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;}}}i:1652905228;a:3:{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;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1652948426;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:1652948436;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:1652948443;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:1652950155;a:1:{s:26:\"pum_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1653034827;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1653036555;a:1:{s:27:\"pum_weekly_scheduled_events\";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_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'recovery_keys','a:0:{}','yes'),(117,'theme_mods_twentytwenty','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1612265321;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";i:4;s:17:\"recent-comments-2\";i:5;s:10:\"archives-2\";i:6;s:12:\"categories-2\";i:7;s:6:\"meta-2\";i:8;s:13:\"media_image-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-5\";}}}s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}}','yes'),(144,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"sonus90@outlook.com\";s:7:\"version\";s:5:\"5.9.3\";s:9:\"timestamp\";i:1649339514;}','no'),(147,'finished_updating_comment_type','1','yes'),(148,'current_theme','Amaeka','yes'),(149,'theme_mods_amaeka','a:10:{s:18:\"custom_css_post_id\";i:728;s:18:\"nav_menu_locations\";a:3:{s:8:\"sidemenu\";i:2;s:9:\"page-menu\";i:4;s:11:\"header-menu\";i:3;}s:16:\"at_amaeka_ft_img\";s:70:\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ftr-bg.jpg\";s:11:\"header_text\";i:0;s:11:\"custom_logo\";i:1790;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1612265258;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";i:4;s:17:\"recent-comments-2\";i:5;s:10:\"archives-2\";i:6;s:12:\"categories-2\";i:7;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-4\";}s:8:\"footer-1\";a:3:{i:0;s:18:\"amaeka_text_info-2\";i:1;s:21:\"amaeka_contact_info-2\";i:2;s:23:\"amaeka_social_profile-3\";}s:8:\"footer-2\";a:1:{i:0;s:6:\"text-5\";}s:8:\"footer-3\";a:2:{i:0;s:18:\"amaeka_text_info-3\";i:1;s:13:\"media_image-2\";}}}s:19:\"footer_widget_areas\";s:1:\"3\";s:18:\"at_social_facebook\";s:1:\"#\";s:18:\"at_social_linkedin\";s:1:\"#\";s:17:\"at_social_twitter\";s:1:\"#\";}','yes'),(150,'theme_switched','','yes'),(154,'theme_mods_twentynineteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1608638090;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";i:4;s:17:\"recent-comments-2\";i:5;s:10:\"archives-2\";i:6;s:12:\"categories-2\";i:7;s:6:\"meta-2\";i:8;s:13:\"media_image-2\";}s:9:\"sidebar-1\";a:2:{i:0;s:6:\"text-4\";i:1;s:6:\"text-5\";}}}}','yes'),(171,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(173,'recovery_mode_email_last_sent','1617768895','yes'),(174,'recently_activated','a:0:{}','yes'),(181,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:50:\"interactive-geo-maps/vendor/freemius/wordpress-sdk\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1612504120;s:11:\"plugin_path\";s:45:\"interactive-geo-maps/interactive-geo-maps.php\";}}s:7:\"abspath\";s:53:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:45:\"interactive-geo-maps/interactive-geo-maps.php\";s:8:\"sdk_path\";s:50:\"interactive-geo-maps/vendor/freemius/wordpress-sdk\";s:7:\"version\";s:5:\"2.4.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1612504120;}}','yes'),(182,'fs_debug_mode','','yes'),(183,'fs_accounts','a:6:{s:21:\"id_slug_type_path_map\";a:3:{i:4123;a:3:{s:4:\"slug\";s:10:\"menu-image\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:25:\"menu-image/menu-image.php\";}i:4106;a:3:{s:4:\"slug\";s:13:\"kioken-blocks\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:31:\"kioken-blocks/kioken-blocks.php\";}i:5114;a:3:{s:4:\"slug\";s:20:\"interactive-geo-maps\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:45:\"interactive-geo-maps/interactive-geo-maps.php\";}}s:11:\"plugin_data\";a:3:{s:10:\"menu-image\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:25:\"menu-image/menu-image.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1608205417;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.4.0.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.9.7\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1608205417;s:7:\"version\";s:5:\"2.9.7\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1608205438;s:7:\"version\";s:5:\"2.9.7\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:13:\"kioken-blocks\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"kioken-blocks/kioken-blocks.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1608275037;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.4.0.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.3.9\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1608275039;s:7:\"version\";s:5:\"1.3.9\";}s:15:\"prev_is_premium\";b:0;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:20:\"interactive-geo-maps\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:45:\"interactive-geo-maps/interactive-geo-maps.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1612504120;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.4.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:15:\"demoweblinks.in\";s:9:\"server_ip\";s:38:\"2409:4073:49a:2b6c:f4d6:8ec1:6534:1559\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1612504120;s:7:\"version\";s:5:\"1.4.5\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1612504129;s:7:\"version\";s:5:\"1.4.5\";}s:21:\"trial_promotion_shown\";i:1612842216;}}s:13:\"file_slug_map\";a:3:{s:25:\"menu-image/menu-image.php\";s:10:\"menu-image\";s:31:\"kioken-blocks/kioken-blocks.php\";s:13:\"kioken-blocks\";s:45:\"interactive-geo-maps/interactive-geo-maps.php\";s:20:\"interactive-geo-maps\";}s:7:\"plugins\";a:3:{s:10:\"menu-image\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"Menu Image\";s:4:\"slug\";s:10:\"menu-image\";s:12:\"premium_slug\";s:18:\"menu-image-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:25:\"menu-image/menu-image.php\";s:7:\"version\";s:5:\"2.9.7\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_1a1cac31f5af1ba3d31bd86fe0e8b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4123\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:13:\"kioken-blocks\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:38:\"Gutenberg Page Builder - Kioken Blocks\";s:4:\"slug\";s:13:\"kioken-blocks\";s:12:\"premium_slug\";s:17:\"kioken-blocks-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:31:\"kioken-blocks/kioken-blocks.php\";s:7:\"version\";s:5:\"1.3.9\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_9864027322b64f06cba01418876b6\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4106\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:20:\"interactive-geo-maps\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:20:\"Interactive Geo Maps\";s:4:\"slug\";s:20:\"interactive-geo-maps\";s:12:\"premium_slug\";s:28:\"interactive-geo-maps-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:45:\"interactive-geo-maps/interactive-geo-maps.php\";s:7:\"version\";s:5:\"1.4.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"PRO\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_81cc828e3f6fa811c70bab7631a4f\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5114\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"96773ccb91451947635f8c16e11569ec\";s:13:\"admin_notices\";a:3:{s:10:\"menu-image\";a:0:{}s:13:\"kioken-blocks\";a:0:{}s:20:\"interactive-geo-maps\";a:1:{s:15:\"trial_promotion\";a:8:{s:7:\"message\";s:439:\"Hey! How do you like <b>Interactive Geo Maps</b> so far? Test all our awesome premium features with a 7-day free trial. No commitment for 7 days - cancel anytime!  <a style=\"margin-left: 10px; vertical-align: super;\" href=\"http://demoweblinks.in/amaeka-wp/wp-admin/edit.php?post_type=igmap&billing_cycle=annual&trial=true&page=interactive-geo-maps-pricing\"><button class=\"button button-primary\">Start free trial &nbsp;&#10140;</button></a>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:9:\"promotion\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"trial_promotion\";s:10:\"manager_id\";s:20:\"interactive-geo-maps\";s:6:\"plugin\";s:20:\"Interactive Geo Maps\";s:10:\"wp_user_id\";N;}}}}','yes'),(184,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(185,'fs_api_cache','a:0:{}','no'),(188,'menu_image_size_1','24x24','yes'),(189,'menu_image_size_2','36x36','yes'),(190,'menu_image_size_3','48x48','yes'),(191,'menu_image_hover','1','yes'),(196,'widget_acg_nav_menu_widget','a:2:{i:2;a:5:{s:5:\"title\";s:4:\"menu\";s:8:\"nav_menu\";i:2;s:10:\"image_size\";s:9:\"thumbnail\";s:12:\"custom_width\";i:160;s:13:\"custom_height\";i:100;}s:12:\"_multiwidget\";i:1;}','yes'),(220,'redux-framework_allow_tracking','no','yes'),(222,'redux-framework_tracking_skipped','yes','yes'),(223,'widget_widget_working_hours_kioken','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(224,'widget_kioken_social_links_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(225,'widget_kioken_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(226,'widget_kioken_about_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(238,'twitter_url','facebook','yes'),(239,'facebook_url','','yes'),(243,'logo','','yes'),(244,'instagram_url','','yes'),(245,'linkedin_url','','yes'),(249,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":4,\"critical\":1}','yes'),(269,'widget_amaeka_contact_info','a:3:{i:1;a:0:{}i:2;a:6:{s:5:\"title\";s:4:\"ertg\";s:7:\"address\";s:6:\"sdfgnm\";s:5:\"phone\";s:11:\"56e45356778\";s:5:\"email\";s:11:\"s@gmail.com\";s:5:\"skype\";s:12:\"hello.amaeka\";s:8:\"whatsapp\";s:7:\"3456789\";}s:12:\"_multiwidget\";i:1;}','yes'),(278,'widget_amaeka_text_info','a:3:{i:2;a:4:{s:5:\"title\";s:10:\"SAY HELLO.\";s:17:\"the_random_number\";s:3:\"907\";s:13:\"wp_editor_907\";s:6:\"dfghj,\";s:4:\"text\";s:126:\"If you want to Share your excitement about your project or if you’d just like to say “hello”, feel free to get in touch.\";}i:3;a:2:{s:5:\"title\";s:13:\"WE’RE HERE.\";s:4:\"text\";s:49:\"Our door is always open for a good cup of coffee.\";}s:12:\"_multiwidget\";i:1;}','yes'),(280,'widget_string_example_name','a:2:{i:2;a:2:{s:17:\"the_random_number\";s:3:\"377\";s:13:\"wp_editor_377\";s:15:\"Hello World!rty\";}s:12:\"_multiwidget\";i:1;}','yes'),(289,'elementor_version','3.5.5','yes'),(290,'elementor_install_history','a:5:{s:6:\"3.0.14\";i:1608556712;s:6:\"3.0.15\";i:1608636736;s:6:\"3.0.16\";i:1610080143;s:5:\"3.1.4\";i:1616249412;s:5:\"3.5.5\";i:1644379804;}','yes'),(292,'_elementor_installed_time','1608556716','yes'),(293,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:14:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:796:{i:0;a:16:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:16:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:16:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:16:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:16:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:16:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:16:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:16:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:16:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:16:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:16:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:16:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:16:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:16:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:16:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/skincare-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:16:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:16:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/lp/dot-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:16:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:16:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"online shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/interior-design-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:55:\"Fly-In | Team Details Popup | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:154;a:16:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:52:\"Full Screen | Menu Popup | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:155;a:16:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:51:\"Classic | Discount Popup | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:50:\"Hello Bar | CTA Popup | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:45:\"Classic | Discount Popup | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:51:\"Bottom Bar | Discount Popup | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:38:\"Hello Bar | Menu Popup | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:16:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:43:\"Full Screen | Booking Popup | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:16:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:40:\"Classic | Discount Popup | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:40:\"Slide-In | Contact Popup | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:16:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:16:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:35:\"Classic | Cta Popup | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:16:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:46:\"Bottom Bar | Contact Popup | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:38:\"Fly-In | Contact Popup | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:168;a:16:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:37:\"Classic |  Login Popup | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:169;a:16:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:42:\"Full Screen | Login Popup | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:34:\"Classic | Login Popup | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:16:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:37:\"Classic | Login Popup | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:46:\"Classic |  Login Popup | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:16:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:42:\"Fly-In | Contact Popup | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:16:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:42:\"Fly-In | Cta Popup | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:43:\"Full Screen | Contact Popup | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:45:\"Classic | Contact | Support  Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:16:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:16:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:16:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:16:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:16:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:16:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:16:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:187;a:16:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:16:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:16:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/nails-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:190;a:16:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/music-festival-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;a:16:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:16:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:16:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photographer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"project\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:198;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:200;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:201;a:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:204;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/law-firm-services-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:205;a:16:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:206;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:208;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photographer-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Gallery\",\"Photography\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:16:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:210;a:16:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:212;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/architecture-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"creative portfolio\",\"portfolio\",\"Project\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:213;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:215;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:216;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"online shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:218;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/3d-designer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"creative portfolio\",\"Design\",\"Designer\",\"portfolio\",\"Project\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:221;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/business-consulting-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"interior design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:224;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/conference-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:37:\"[\"Conference\",\"Contact\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:226;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/construction-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:16:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:229;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:230;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/contact-plants-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"online shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:232;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:234;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:235;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dental-care-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:238;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"medical\",\"Online\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:16:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:240;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/time-management-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:242;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/exhibition-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"creative portfolio\",\"Exhibition\",\"Gallery\",\"portfolio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:16:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:244;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:245;a:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/hotel-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Contact\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:249;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/insurance-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:251;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:253;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/interior-designer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/online-training-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:259;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/car-wash-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/packing-moving-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"moving\",\"Storge\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/restaurant-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:46:\"[\"Contact\",\"Food\",\"form\",\"Google Maps\",\"Info\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:16:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/design-school-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/spa-beauty-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/travel-agency-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:16:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:273;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:280;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/birthday-party-invitation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:16:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"interior design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:16:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:16:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:16:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:365;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:46:\"Aesthetic Clinic &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:16:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:16:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:375;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:16:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:379;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:385;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:391;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:408;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:424;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:426;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:427;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:429;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:439;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:441;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:16:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:445;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:16:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:447;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:465;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:473;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:488;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:490;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:493;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:495;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:497;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:499;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:16:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:16:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:16:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:512;a:16:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:514;a:16:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:516;a:16:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:518;a:16:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:520;a:16:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:522;a:16:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:524;a:16:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:526;a:16:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:528;a:16:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:16:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:16:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:533;a:16:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:16:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:16:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:16:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:16:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:16:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:543;a:16:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:545;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:16:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:16:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:587;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:589;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:592;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:594;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:596;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:597;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:616;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:621;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:623;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:649;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:655;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:656;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:657;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:658;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:662;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:663;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:664;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:684;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:685;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:688;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:694;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:695;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:696;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:697;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:698;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:699;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:700;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:701;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:702;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:703;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:704;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:705;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:706;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:707;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:708;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:709;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:717;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:718;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:719;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:720;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:721;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:722;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:723;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:724;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:725;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:727;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:740;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:746;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:748;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:749;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:750;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:754;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:757;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:764;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:770;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:774;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:777;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:779;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:785;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:787;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:788;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:789;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:790;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:792;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:794;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(294,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:29:\"What Is Inclusive Web Design?\";s:7:\"excerpt\";s:297:\"When designing a website, it is important to keep in mind that not all users interact with it in the same way. Using inclusive design will help you remove bias and assumptions from your website and ensure that users will not feel excluded. Keep reading to learn how to master this modern approach.\";s:7:\"created\";i:1651142542;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:120:\"https://elementor.com/blog/inclusive-web-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:55:\"How To Grow Your Business Using Elementor Cloud Website\";s:7:\"excerpt\";s:313:\"In our ‘Community Talks’ event, four leading web creators held a panel discussion with practical tips on how you can incorporate Elementor Cloud Website into your business model to earn more. Uncover low-hanging fruit opportunities and learn to hunt down new avenues for business with Elementor Cloud Website.\";s:7:\"created\";i:1651067671;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:155:\"https://elementor.com/blog/how-to-grow-your-business-using-elementor-cloud-website/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:59:\"Word-of-Mouth Marketing: How To Build a Successful Strategy\";s:7:\"excerpt\";s:337:\"One of the most effective marketing strategies is word-of-mouth. Think about it: would you rather listen to a random guy on an infomercial or a direct recommendation from your business mentor? In this article, we’ll dive into what word-of-mouth marketing actually means and how you can successfully leverage it for your business today.\";s:7:\"created\";i:1650978196;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/word-of-mouth-marketing/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:88:\"More From Elementor 3.6 — Enhanced Import/Export and Rearrange Global Fonts and Colors\";s:7:\"excerpt\";s:251:\"In addition to the Flexbox Containers experiment, Elementor 3.6 also includes additions to the Import/Export tool and the ability to customize the order of your Global Fonts and Colors. These updates allow you to improve and accelerate your workflow. \";s:7:\"created\";i:1650456753;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:164:\"https://elementor.com/blog/introducing-enhanced-import-export-rearrange-global-fonts-colors/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:45:\"PowerPack Addons Thought Leadership Interview\";s:7:\"excerpt\";s:274:\"In our latest edition of the Thought Leadership Interview Series, we spoke with the team behind the PowerPack Addons plugin for Elementor. Get an insight into what makes them tick, how their plugin complements Elementor, and their contributions to the Web Creator community.\";s:7:\"created\";i:1650453676;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:145:\"https://elementor.com/blog/powerpack-addons-thought-leadership-interview/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(317,'elementor_active_kit','119','yes'),(337,'widget_amaeka_social_profile','a:3:{i:4;a:6:{s:5:\"title\";s:17:\"My Social Profile\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:6:\"google\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:9:\"instagram\";s:0:\"\";}i:5;a:16:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:1:\"#\";s:7:\"twitter\";s:1:\"#\";s:6:\"google\";s:0:\"\";s:8:\"linkedin\";s:1:\"#\";s:9:\"instagram\";s:1:\"#\";s:11:\"customicon1\";s:0:\"\";s:11:\"customlink1\";s:0:\"\";s:11:\"customicon2\";s:0:\"\";s:11:\"customlink2\";s:0:\"\";s:11:\"customicon3\";s:0:\"\";s:11:\"customlink3\";s:0:\"\";s:11:\"customicon4\";s:0:\"\";s:11:\"customlink4\";s:0:\"\";s:11:\"customicon5\";s:0:\"\";s:11:\"customlink5\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(349,'elementor_log','a:19:{s:32:\"8daa7c1b221977d10953759ada717c32\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:117:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:269;s:7:\"\0*\0date\";s:19:\"2021-01-08 04:16:59\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:206:\"Cannot modify header information - headers already sent by (output started at /home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/inc/elementor/block-testimonials.php:362)\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:58;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2021-01-08 05:27:27\";i:1;s:19:\"2021-01-08 05:33:18\";i:2;s:19:\"2021-01-08 05:36:14\";i:3;s:19:\"2021-01-08 05:43:19\";i:4;s:19:\"2021-01-08 06:01:08\";i:5;s:19:\"2021-01-08 06:02:46\";i:6;s:19:\"2021-01-08 06:05:34\";i:7;s:19:\"2021-01-08 06:07:35\";i:8;s:19:\"2021-01-08 06:07:57\";i:9;s:19:\"2021-01-08 06:09:10\";i:10;s:19:\"2021-01-08 06:09:42\";i:11;s:19:\"2021-01-08 06:10:52\";i:12;s:19:\"2021-01-08 06:30:13\";i:13;s:19:\"2021-01-08 06:31:02\";i:14;s:19:\"2021-01-08 06:31:06\";i:15;s:19:\"2021-01-08 06:31:26\";i:16;s:19:\"2021-01-08 06:31:38\";i:17;s:19:\"2021-01-08 06:31:42\";i:18;s:19:\"2021-01-08 06:32:37\";i:19;s:19:\"2021-01-08 06:34:00\";i:20;s:19:\"2021-01-08 06:34:19\";i:21;s:19:\"2021-01-08 06:34:21\";i:22;s:19:\"2021-01-08 06:34:44\";i:23;s:19:\"2021-01-08 06:35:28\";i:24;s:19:\"2021-01-08 06:36:24\";i:25;s:19:\"2021-01-08 06:39:04\";i:26;s:19:\"2021-01-08 06:39:13\";i:27;s:19:\"2021-01-08 06:39:15\";i:28;s:19:\"2021-01-08 06:39:50\";i:29;s:19:\"2021-01-08 06:43:29\";i:30;s:19:\"2021-01-08 06:44:33\";i:31;s:19:\"2021-01-08 06:46:08\";i:32;s:19:\"2021-01-08 06:54:12\";i:33;s:19:\"2021-01-08 07:27:19\";i:34;s:19:\"2021-01-08 07:27:45\";i:35;s:19:\"2021-01-08 07:31:26\";i:36;s:19:\"2021-01-08 07:33:44\";i:37;s:19:\"2021-01-08 07:35:17\";i:38;s:19:\"2021-01-08 07:36:06\";i:39;s:19:\"2021-01-08 09:05:50\";i:40;s:19:\"2021-01-08 09:06:50\";i:41;s:19:\"2021-01-08 09:09:07\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:206:\"Cannot modify header information - headers already sent by (output started at /home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/inc/elementor/block-testimonials.php:362)\";s:4:\"file\";s:117:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:269;s:5:\"trace\";b:1;}}s:32:\"283a24fef63a3d6526c35f7efaa01bea\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 04:29:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 04:29:02\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"989669ff7fc8d254dd4849378fd8ebbb\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:117:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:269;s:7:\"\0*\0date\";s:19:\"2021-01-08 09:08:25\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:206:\"Cannot modify header information - headers already sent by (output started at /home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/inc/elementor/block-testimonials.php:335)\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 09:08:25\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:206:\"Cannot modify header information - headers already sent by (output started at /home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/inc/elementor/block-testimonials.php:335)\";s:4:\"file\";s:117:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:269;s:5:\"trace\";b:1;}}s:32:\"66b0cf2fa6d5f6b4118a99672a263781\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:117:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:269;s:7:\"\0*\0date\";s:19:\"2021-01-08 09:21:29\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:206:\"Cannot modify header information - headers already sent by (output started at /home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/inc/elementor/block-testimonials.php:358)\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2021-01-08 09:21:29\";i:1;s:19:\"2021-01-08 09:41:03\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:206:\"Cannot modify header information - headers already sent by (output started at /home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/inc/elementor/block-testimonials.php:358)\";s:4:\"file\";s:117:\"/home/assarbbq/public_html/demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:269;s:5:\"trace\";b:1;}}s:32:\"bb01c224f7a46e1c9eff1b0b11daa555\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-20 14:10:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-20 14:10:12\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8c2112f1b00155b488faee6d760bde8e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:06:56\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.5.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:06:56\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.5.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c98516a2b60c8a87649f6caa5cd482f5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"087f34a3efba6b2cbc605c1bd73f0238\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"299d867db224dc6fa7b99ee4ac7d7d2b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"db11db84548851645e093dec1407f373\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"e140db87ac0a6fda4c7df9c445204b0b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ea78ce0d4abe7a3c0f169c548275c3a9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"615c452c0c6362adcd7de827de9ba250\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e0a867c347460ab8a490df0b3eaaa4e2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1501ad4ab125d53027579534db1436a0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"37459b3fc093765a32adac4d6f8e9fa9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-02-09 04:10:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.5.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-02-09 04:10:04\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.5.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b61890cf3c4a19fdbcbea3972dbd85a7\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"21771\";s:7:\"\0*\0file\";s:104:\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.5.5\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2022-02-09 05:14:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading \\&#039;global\\&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:88;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2022-02-11 06:25:04\";i:1;s:19:\"2022-02-11 06:25:41\";i:2;s:19:\"2022-02-11 06:25:44\";i:3;s:19:\"2022-02-11 06:25:47\";i:4;s:19:\"2022-02-11 06:25:49\";i:5;s:19:\"2022-02-11 06:25:51\";i:6;s:19:\"2022-02-11 06:25:53\";i:7;s:19:\"2022-02-11 06:25:55\";i:8;s:19:\"2022-02-11 06:25:56\";i:9;s:19:\"2022-02-11 07:49:44\";i:10;s:19:\"2022-02-11 07:49:44\";i:11;s:19:\"2022-02-11 07:49:46\";i:12;s:19:\"2022-02-11 07:49:46\";i:13;s:19:\"2022-02-11 07:49:46\";i:14;s:19:\"2022-02-11 07:49:46\";i:15;s:19:\"2022-02-11 07:49:46\";i:16;s:19:\"2022-02-11 07:49:46\";i:17;s:19:\"2022-02-11 07:49:46\";i:18;s:19:\"2022-02-11 07:49:46\";i:19;s:19:\"2022-02-11 07:49:46\";i:20;s:19:\"2022-02-11 09:08:48\";i:21;s:19:\"2022-02-11 09:08:48\";i:22;s:19:\"2022-02-11 09:10:20\";i:23;s:19:\"2022-02-11 09:10:50\";i:24;s:19:\"2022-02-11 09:10:53\";i:25;s:19:\"2022-02-11 09:10:56\";i:26;s:19:\"2022-02-11 09:10:59\";i:27;s:19:\"2022-02-11 09:11:03\";i:28;s:19:\"2022-02-11 09:11:07\";i:29;s:19:\"2022-02-11 09:11:11\";i:30;s:19:\"2022-02-11 09:11:14\";i:31;s:19:\"2022-02-11 10:43:29\";i:32;s:19:\"2022-02-11 10:43:29\";i:33;s:19:\"2022-02-11 10:44:31\";i:34;s:19:\"2022-02-11 10:44:47\";i:35;s:19:\"2022-02-11 10:44:49\";i:36;s:19:\"2022-02-11 10:44:50\";i:37;s:19:\"2022-02-11 10:44:51\";i:38;s:19:\"2022-02-11 10:44:52\";i:39;s:19:\"2022-02-11 10:44:54\";i:40;s:19:\"2022-02-11 10:44:55\";i:41;s:19:\"2022-02-11 10:44:56\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1644383675\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \\\'global\\\')\";s:3:\"url\";s:104:\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.5.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"21771\";}}s:32:\"592e27731f0d5223b2062c9ce6c9e69d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"1351\";s:7:\"\0*\0file\";s:98:\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/js/main-legacy.js?ver=20200504\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2022-02-09 08:55:40\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:36:\"$(...).owlCarousel is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:16;s:14:\"\0*\0times_dates\";a:16:{i:0;s:19:\"2022-02-09 08:55:40\";i:1;s:19:\"2022-02-09 09:11:50\";i:2;s:19:\"2022-02-09 09:12:42\";i:3;s:19:\"2022-02-09 09:13:13\";i:4;s:19:\"2022-02-09 09:14:03\";i:5;s:19:\"2022-02-09 09:51:48\";i:6;s:19:\"2022-02-09 09:53:38\";i:7;s:19:\"2022-02-09 09:54:03\";i:8;s:19:\"2022-02-09 09:54:19\";i:9;s:19:\"2022-02-09 10:37:40\";i:10;s:19:\"2022-02-09 12:24:26\";i:11;s:19:\"2022-02-09 12:28:01\";i:12;s:19:\"2022-02-09 12:28:52\";i:13;s:19:\"2022-02-09 12:32:22\";i:14;s:19:\"2022-02-09 13:14:31\";i:15;s:19:\"2022-02-09 13:15:24\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1644396940\";s:7:\"message\";s:36:\"$(...).owlCarousel is not a function\";s:3:\"url\";s:98:\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/amaeka-toolbox/js/main-legacy.js?ver=20200504\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"1351\";}}s:32:\"662d4685378e1d5e4264a0ed2994f4ff\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"31703\";s:7:\"\0*\0file\";s:79:\"https://demoweblinks.in/amaeka-wp/wp-includes/js/jquery/jquery.min.js?ver=3.6.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2022-02-09 10:09:25\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:59:\"self.children(...).find(...).imagesLoaded is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2022-02-09 10:09:25\";i:1;s:19:\"2022-02-09 13:04:17\";i:2;s:19:\"2022-02-09 13:58:42\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1644401365\";s:7:\"message\";s:59:\"self.children(...).find(...).imagesLoaded is not a function\";s:3:\"url\";s:79:\"https://demoweblinks.in/amaeka-wp/wp-includes/js/jquery/jquery.min.js?ver=3.6.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"31703\";}}}','no'),(355,'auto_update_core_dev','enabled','yes'),(356,'auto_update_core_minor','enabled','yes'),(357,'auto_update_core_major','enabled','no'),(358,'db_upgraded','','yes'),(374,'theme_mods_twentyseventeen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1608638193;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";i:4;s:17:\"recent-comments-2\";i:5;s:10:\"archives-2\";i:6;s:12:\"categories-2\";i:7;s:6:\"meta-2\";i:8;s:13:\"media_image-2\";}s:9:\"sidebar-1\";a:2:{i:0;s:6:\"text-4\";i:1;s:6:\"text-5\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(379,'elementor_controls_usage','a:1:{s:7:\"wp-page\";a:19:{s:6:\"column\";a:2:{s:5:\"count\";i:44;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:44;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:11:\"css_classes\";i:3;s:6:\"margin\";i:3;s:7:\"padding\";i:5;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:9;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:9;s:16:\"background_color\";i:9;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:17;s:11:\"css_classes\";i:5;s:11:\"_element_id\";i:8;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:21;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:21;s:5:\"align\";i:11;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:19;s:21:\"typography_typography\";i:21;s:22:\"typography_font_family\";i:21;s:22:\"typography_font_weight\";i:21;s:20:\"typography_font_size\";i:13;s:22:\"typography_line_height\";i:1;s:25:\"typography_text_transform\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:16;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:16;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:22:\"typography_font_weight\";i:15;s:10:\"text_color\";i:4;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:2;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}}}s:18:\"wp-widget-nav_menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:15:\"amaeka-features\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:5:{s:5:\"image\";i:6;s:5:\"title\";i:6;s:4:\"text\";i:6;s:11:\"button_text\";i:6;s:10:\"button_url\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"link\";i:1;s:5:\"align\";i:2;s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_border\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:28:\"button_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:16:\"amaeka_portfolio\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:15:\"amaeka-timeline\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:1:{s:13:\"timeline_list\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:14:\"amaeka-content\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:3:{s:5:\"image\";i:6;s:5:\"title\";i:6;s:4:\"text\";i:6;}}}}s:15:\"amaeka-employee\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:6:{s:5:\"image\";i:4;s:10:\"imagehover\";i:4;s:4:\"name\";i:3;s:8:\"position\";i:3;s:7:\"content\";i:3;s:11:\"showcontent\";i:4;}}}}s:13:\"amaeka_client\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:11:\"client_list\";i:1;}}}}s:19:\"amaeka-testimonials\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:5:\"style\";i:3;s:17:\"testimonials_list\";i:6;}}}}}}','no'),(385,'elementor_clear_cache','','yes'),(386,'elementor_reset_api_data','','yes'),(387,'elementor_enable_inspector','','yes'),(388,'elementor_replace_url','','yes'),(389,'elementor_rollback','','yes'),(390,'elementor_re_migrate_globals_separator','','yes'),(391,'elementor_re_migrate_globals','','yes'),(392,'elementor_beta','no','yes'),(393,'elementor_maintenance_mode_mode','','yes'),(394,'elementor_maintenance_mode_exclude_mode','logged_in','yes'),(395,'elementor_maintenance_mode_exclude_roles','a:0:{}','yes'),(396,'elementor_maintenance_mode_template_id','','yes'),(468,'category_children','a:0:{}','yes'),(497,'_transient_elementor_remote_info_api_data_3.0.15','a:4:{s:9:\"timestamp\";s:10:\"1609123706\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:59:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.0.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:26:{i:0;s:5:\"he_IL\";i:1;s:5:\"en_GB\";i:2;s:5:\"en_NZ\";i:3;s:5:\"en_ZA\";i:4;s:5:\"en_AU\";i:5;s:5:\"en_CA\";i:6;s:5:\"sv_SE\";i:7;s:5:\"da_DK\";i:8;s:5:\"fr_FR\";i:9;s:5:\"nl_NL\";i:10;s:5:\"nb_NO\";i:11;s:5:\"de_AT\";i:12;s:2:\"fi\";i:13;s:5:\"it_IT\";i:14;s:5:\"nn_NO\";i:15;s:5:\"de_CH\";i:16;s:5:\"en_GB\";i:17;s:5:\"is_IS\";i:18;s:2:\"ga\";i:19;s:5:\"fr_BE\";i:20;s:5:\"nl_BE\";i:21;s:3:\"ast\";i:22;s:5:\"lb_LU\";i:23;s:5:\"es_ES\";i:24;s:5:\"pt_PT\";i:25;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}}','no'),(529,'widget_amaeka_clients','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(537,'acf_version','5.11.4','yes'),(688,'elementor_connect_site_key','38a0615658f06793dc64a2f9b2090b02','yes'),(767,'auto_update_plugins','a:0:{}','no'),(793,'_elementor_settings_update_time','1610083487','yes'),(794,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(795,'elementor_disable_color_schemes','','yes'),(796,'elementor_disable_typography_schemes','','yes'),(797,'elementor_allow_tracking','no','yes'),(798,'elementor_notice','','yes'),(799,'elementor_css_print_method','external','yes'),(800,'elementor_editor_break_lines','','yes'),(801,'elementor_unfiltered_files_upload','','yes'),(802,'elementor_optimized_dom_output','','yes'),(803,'elementor_load_fa4_shim','','yes'),(807,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1247,'_elementor_editor_upgrade_notice_dismissed','1644383662','yes'),(1337,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.5.4\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1612259403;s:7:\"version\";s:5:\"5.3.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(1338,'secret_key','GQ<uxoz~[(^59J%KL#drF,8V*qTGSF[XYxrw;bHeq$0gbZnw3h4Y+emb4O^U3}g3','no'),(1349,'cf7rl_options','a:1:{s:8:\"redirect\";s:1:\"2\";}','yes'),(1350,'cf7rl_my_plugin_notice_shown','true','yes'),(1448,'interactive-maps','a:15:{s:13:\"editing_intro\";s:0:\"\";s:15:\"geocodingheader\";s:0:\"\";s:12:\"googleApiKey\";s:0:\"\";s:18:\"googleAutocomplete\";s:0:\"\";s:17:\"otherFieldsHeader\";s:0:\"\";s:14:\"tooltip_editor\";s:9:\"wp_editor\";s:17:\"performance_intro\";s:0:\"\";s:8:\"frontend\";s:0:\"\";s:10:\"animations\";s:1:\"1\";s:8:\"lazyLoad\";s:1:\"1\";s:5:\"async\";s:0:\"\";s:4:\"hold\";s:0:\"\";s:7:\"backend\";s:0:\"\";s:10:\"dictionary\";s:1:\"1\";s:10:\"zoomMaster\";s:1:\"1\";}','yes'),(1593,'action_scheduler_hybrid_store_demarkation','1574','yes'),(1594,'schema-ActionScheduler_StoreSchema','3.0.1613119510','yes'),(1595,'schema-ActionScheduler_LoggerSchema','2.0.1613119510','yes'),(1596,'wpforms_version','1.6.4.1','yes'),(1597,'wpforms_version_lite','1.6.4.1','yes'),(1598,'wpforms_activated','a:1:{s:4:\"lite\";i:1613119510;}','yes'),(1601,'action_scheduler_lock_async-request-runner','1613447476','yes'),(1602,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1606,'wpforms_review','a:2:{s:4:\"time\";i:1613119513;s:9:\"dismissed\";b:0;}','yes'),(1611,'popmake_settings','a:2:{s:26:\"disable_popup_category_tag\";i:1;s:16:\"default_theme_id\";i:1574;}','yes'),(1612,'pum_version','1.15.0','yes'),(1613,'pum_files_writeable','1','yes'),(1614,'_pum_writeable_notice_dismissed','1','yes'),(1615,'pum_ver','1.15.0','yes'),(1616,'pum_initial_version','1.15.0','yes'),(1617,'pum_ver_upgraded_from','0.0.0','yes'),(1618,'pum_db_ver','8','yes'),(1619,'pum_installed_on','2021-02-12 08:46:58','yes'),(1624,'_pum_installed_themes','a:7:{i:0;s:8:\"lightbox\";i:1;s:15:\"enterprise-blue\";i:2;s:9:\"hello-box\";i:3;s:12:\"cutting-edge\";i:4;s:13:\"framed-border\";i:5;s:12:\"floating-bar\";i:6;s:12:\"content-only\";}','yes'),(1625,'pum_completed_upgrades','a:1:{i:0;s:16:\"core-v1_8-themes\";}','yes'),(1626,'pum_reviews_installed_on','2021-02-12 08:47:00','yes'),(1627,'pum_seen_welcome','1','yes'),(1628,'_pum_installed','1','yes'),(1631,'wpforms_email_summaries_fetch_info_blocks_last_run','1613119639','yes'),(1632,'wpforms_notifications','a:4:{s:6:\"update\";i:1613362013;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(1637,'pum_subscribers_db_version','20200917','yes'),(1638,'pum_db_versions','a:1:{s:15:\"pum_subscribers\";d:20200917;}','yes'),(1639,'pum-has-cached-css','1613132104','yes'),(1642,'pum_all_theme_close_text_cache','a:8:{i:1574;s:5:\"CLOSE\";i:1575;s:7:\"&times;\";i:1576;s:2:\"×\";i:1577;s:2:\"×\";i:1578;s:2:\"×\";i:1579;s:2:\"×\";i:1580;s:2:\"×\";i:1581;s:2:\"×\";}','yes'),(1643,'pum-has-cached-js','1613132104','yes'),(1645,'pum_total_open_count','37','yes'),(1714,'pum_privacy_cookie_list','a:2:{s:7:\"cookies\";a:1:{s:8:\"pum-1582\";a:3:{s:5:\"label\";s:56:\"Cookie used to prevent popup from displaying repeatedly.\";s:4:\"name\";s:8:\"pum-1582\";s:4:\"time\";s:7:\"1 month\";}}s:9:\"timestamp\";i:1613128987;}','yes'),(1991,'t42_laser_loader_envato_id','26005913','yes'),(1994,'t42_laser_loader_settings','a:12:{s:8:\"position\";s:3:\"top\";s:5:\"style\";s:5:\"color\";s:5:\"color\";s:18:\"rgba(79,164,132,1)\";s:14:\"gradient_color\";s:17:\"rgba(255,146,0,1)\";s:6:\"height\";s:1:\"8\";s:5:\"speed\";s:3:\"200\";s:6:\"easing\";s:8:\"ease-out\";s:4:\"glow\";s:4:\"true\";s:7:\"trickle\";s:4:\"true\";s:11:\"assignments\";s:246:\"{|matchingMethod|:1,|WPContent|:0,|WPContentVal|:||,|homePage|:0,|menuItems|:0,|menuItemsVal|:||,|dateTime|:0,|dateTimeStart|:||,|dateTimeEnd|:||,|userRoles|:0,|userRolesVal|:||,|URL|:0,|URLVal|:||,|devices|:0,|devicesVal|:||,|PHP|:0,|PHPVal|:||}\";s:29:\"envato_purchase_code_26005913\";s:0:\"\";s:13:\"delete_plugin\";s:6:\"plugin\";}','yes'),(1997,'envato_purchase_code_26005913','','yes'),(2147,'https_detection_errors','a:0:{}','yes'),(2780,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2941,'wp_force_deactivated_plugins','a:0:{}','yes'),(2944,'_elementor_global_css','a:6:{s:4:\"time\";i:1644379868;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(2952,'can_compress_scripts','1','no'),(2978,'site_logo','1790','yes'),(2989,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(2990,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(2991,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(3480,'_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.9.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.3\";s:7:\"version\";s:5:\"5.9.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1652877032;s:15:\"version_checked\";s:5:\"5.9.3\";s:12:\"translations\";a:0:{}}','no'),(3774,'_site_transient_timeout_php_check_0260183cef5829810c63d4ec9ff87fd1','1653246944','no'),(3775,'_site_transient_php_check_0260183cef5829810c63d4ec9ff87fd1','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(3799,'_transient_timeout_global_styles_amaeka','1652877090','no'),(3800,'_transient_global_styles_amaeka','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(3801,'_transient_timeout_global_styles_svg_filters_amaeka','1652877090','no'),(3802,'_transient_global_styles_svg_filters_amaeka','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(3803,'_site_transient_timeout_theme_roots','1652878830','no'),(3804,'_site_transient_theme_roots','a:4:{s:6:\"amaeka\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(3806,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1652877033;s:7:\"checked\";a:4:{s:6:\"amaeka\";s:3:\"1.0\";s:12:\"twentytwenty\";s:3:\"1.9\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.5.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(3807,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1652877033;s:8:\"response\";a:4:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:6:\"5.12.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.5.12.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";b:0;}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:7:\"5.5.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.6.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";b:0;}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:50:\"multiple-post-thumbnails/multi-post-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/multiple-post-thumbnails\";s:4:\"slug\";s:24:\"multiple-post-thumbnails\";s:6:\"plugin\";s:50:\"multiple-post-thumbnails/multi-post-thumbnails.php\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/multiple-post-thumbnails/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/multiple-post-thumbnails.1.7.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:75:\"https://s.w.org/plugins/geopattern-icon/multiple-post-thumbnails_d94965.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/multiple-post-thumbnails/assets/banner-772x250.png?rev=652603\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.9.2\";}}}','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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=9625 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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'),(201,86,'_wp_attached_file','2020/12/ios.png'),(202,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:119;s:4:\"file\";s:15:\"2020/12/ios.png\";s:5:\"sizes\";a:3:{s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:13:\"ios-20x24.png\";s:5:\"width\";i:20;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:13:\"ios-30x36.png\";s:5:\"width\";i:30;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:13:\"ios-40x48.png\";s:5:\"width\";i:40;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(270,2,'_edit_lock','1609218152:1'),(271,1,'_edit_lock','1609256971:1'),(273,94,'_wp_attached_file','2020/12/menu-ic1.png'),(274,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:41;s:6:\"height\";i:70;s:4:\"file\";s:20:\"2020/12/menu-ic1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,95,'_wp_attached_file','2020/12/cropped-ios.png'),(276,95,'_wp_attachment_context','custom-logo'),(277,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:119;s:4:\"file\";s:23:\"2020/12/cropped-ios.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(279,97,'_wp_attached_file','2020/12/cropped-ios-1.png'),(280,97,'_wp_attachment_context','custom-logo'),(281,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:119;s:4:\"file\";s:25:\"2020/12/cropped-ios-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,99,'_wp_attached_file','2020/12/logo.jpg'),(287,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:168;s:6:\"height\";i:63;s:4:\"file\";s:16:\"2020/12/logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;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:{}}}'),(288,100,'_wp_attached_file','2020/12/cropped-logo.jpg'),(289,100,'_wp_attachment_context','custom-logo'),(290,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:168;s:6:\"height\";i:63;s:4:\"file\";s:24:\"2020/12/cropped-logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cropped-logo-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;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:{}}}'),(340,119,'_elementor_edit_mode','builder'),(341,119,'_elementor_template_type','kit'),(356,127,'_wp_attached_file','2020/12/ftr-map.png'),(357,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:883;s:4:\"file\";s:19:\"2020/12/ftr-map.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ftr-map-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"ftr-map-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ftr-map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"ftr-map-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(358,3,'_edit_lock','1608636615:1'),(359,3,'_elementor_edit_mode','builder'),(360,3,'_elementor_template_type','wp-page'),(361,3,'_elementor_version','3.0.15'),(362,2,'_elementor_edit_mode','builder'),(363,2,'_elementor_template_type','wp-page'),(364,2,'_elementor_version','3.0.15'),(395,119,'_edit_lock','1608643559:1'),(396,134,'_elementor_edit_mode','builder'),(397,134,'_elementor_template_type','kit'),(399,119,'_wp_page_template','default'),(400,119,'_elementor_page_settings','a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"f69fd97\";s:5:\"title\";s:11:\"New Item #1\";s:5:\"color\";s:7:\"#F31212\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:6:\"Amaeka\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(401,119,'_elementor_data','[]'),(402,135,'_elementor_edit_mode','builder'),(403,135,'_elementor_template_type','kit'),(405,135,'_wp_page_template','default'),(406,135,'_elementor_page_settings','a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"f69fd97\";s:5:\"title\";s:11:\"New Item #1\";s:5:\"color\";s:7:\"#F31212\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:6:\"Amaeka\";s:16:\"site_description\";s:27:\"Just another WordPress site\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(407,135,'_elementor_data','[]'),(408,119,'_elementor_version','3.0.15'),(471,145,'_wp_attached_file','2020/12/ftr-bg.jpg'),(472,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1322;s:6:\"height\";i:1;s:4:\"file\";s:18:\"2020/12/ftr-bg.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ftr-bg-300x1.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ftr-bg-1024x1.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ftr-bg-150x1.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ftr-bg-768x1.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1;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:{}}}'),(664,173,'_wp_attached_file','2020/12/web.png'),(665,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:55;s:4:\"file\";s:15:\"2020/12/web.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(666,174,'_wp_attached_file','2020/12/9.jpg'),(667,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/9.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"9-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(668,175,'_wp_attached_file','2020/12/1.jpg'),(669,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(683,178,'_wp_attached_file','2020/12/mob_app.png'),(684,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:29;s:6:\"height\";i:55;s:4:\"file\";s:19:\"2020/12/mob_app.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(708,182,'_edit_last','1'),(709,182,'_edit_lock','1612334149:1'),(710,182,'wpcf-client-link','icn5'),(711,187,'_wp_attached_file','2020/12/php.png'),(712,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:97;s:6:\"height\";i:98;s:4:\"file\";s:15:\"2020/12/php.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(713,182,'_thumbnail_id','187'),(714,188,'_edit_last','1'),(715,188,'_edit_lock','1609734258:1'),(716,189,'_wp_attached_file','2020/12/sql.png'),(717,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:119;s:4:\"file\";s:15:\"2020/12/sql.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(718,188,'_thumbnail_id','189'),(719,188,'wpcf-client-link','icn2'),(722,191,'_wp_attached_file','2020/12/wp.png'),(723,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:110;s:4:\"file\";s:14:\"2020/12/wp.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"wp-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(726,192,'_edit_last','1'),(727,192,'_edit_lock','1612334232:1'),(728,193,'_wp_attached_file','2020/12/android-1.png'),(729,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:152;s:6:\"height\";i:94;s:4:\"file\";s:21:\"2020/12/android-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"android-1-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(730,192,'_thumbnail_id','193'),(731,192,'wpcf-client-link','icn4'),(732,194,'_edit_last','1'),(733,194,'_edit_lock','1608803181:1'),(734,195,'_wp_attached_file','2020/12/java.png'),(735,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:246;s:4:\"file\";s:16:\"2020/12/java.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"java-65x150.png\";s:5:\"width\";i:65;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(736,194,'_thumbnail_id','195'),(737,194,'wpcf-client-link','icn1'),(907,224,'_wp_attached_file','2020/12/shilpan.jpg'),(908,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:19:\"2020/12/shilpan.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"shilpan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"shilpan-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:{}}}'),(909,225,'_wp_attached_file','2020/12/shilpan-1.jpg'),(910,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:21:\"2020/12/shilpan-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"shilpan-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"shilpan-1-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:{}}}'),(1031,245,'_wp_attached_file','2020/12/111.gif'),(1032,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2020/12/111.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1073,252,'_wp_attached_file','2020/12/222.gif'),(1074,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2020/12/222.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"222-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"222-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1244,280,'_wp_attached_file','2020/12/coding.png'),(1245,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:18:\"2020/12/coding.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coding-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1370,301,'_wp_attached_file','2020/12/1-1.jpg'),(1371,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2020/12/1-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-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:{}}}'),(1396,307,'_edit_last','1'),(1397,307,'_edit_lock','1651743562:1'),(1410,316,'_wp_attached_file','2020/12/officez.jpeg'),(1411,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:656;s:4:\"file\";s:20:\"2020/12/officez.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"officez-300x144.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"officez-1024x492.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"officez-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"officez-768x369.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:369;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1524,326,'_edit_lock','1644414193:1'),(1525,326,'_edit_last','1'),(1526,326,'banner_background_image',''),(1527,326,'_banner_background_image','field_5feab3dfc6d7c'),(1528,326,'banner_title','Let\'s do'),(1529,326,'_banner_title','field_5feab41bc6d7d'),(1530,326,'banner_subtitle','Amazing Things Together.'),(1531,326,'_banner_subtitle','field_5feab42ec6d7e'),(1532,327,'banner_background_image',''),(1533,327,'_banner_background_image','field_5feab3dfc6d7c'),(1534,327,'banner_title',''),(1535,327,'_banner_title','field_5feab41bc6d7d'),(1536,327,'banner_subtitle',''),(1537,327,'_banner_subtitle','field_5feab42ec6d7e'),(1538,326,'_elementor_edit_mode','builder'),(1539,326,'_elementor_template_type','wp-page'),(1540,326,'_elementor_version','3.5.5'),(1542,328,'_elementor_edit_mode','builder'),(1543,328,'_elementor_template_type','wp-page'),(1544,328,'_elementor_version','3.0.15'),(1546,328,'banner_background_image',''),(1547,328,'_banner_background_image','field_5feab3dfc6d7c'),(1548,328,'banner_title','Let\'s do'),(1549,328,'_banner_title','field_5feab41bc6d7d'),(1550,328,'banner_subtitle','Amazing Things Together.'),(1551,328,'_banner_subtitle','field_5feab42ec6d7e'),(1552,329,'_elementor_edit_mode','builder'),(1553,329,'_elementor_template_type','wp-page'),(1554,329,'_elementor_version','3.0.15'),(1555,330,'_elementor_edit_mode','builder'),(1556,330,'_elementor_template_type','wp-page'),(1557,330,'_elementor_version','3.0.15'),(1558,326,'_wp_page_template','default'),(1559,326,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"-1\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(1560,331,'_elementor_edit_mode','builder'),(1561,331,'_elementor_template_type','wp-page'),(1562,331,'_elementor_version','3.0.15'),(1563,331,'_wp_page_template','default'),(1564,331,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span><br> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1567,332,'_elementor_edit_mode','builder'),(1568,332,'_elementor_template_type','wp-page'),(1569,332,'_elementor_version','3.0.15'),(1570,332,'_wp_page_template','default'),(1571,332,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span><br> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1573,333,'_elementor_edit_mode','builder'),(1574,333,'_elementor_template_type','wp-page'),(1575,333,'_elementor_version','3.0.15'),(1576,333,'_wp_page_template','default'),(1577,333,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span><br> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1579,334,'_elementor_edit_mode','builder'),(1580,334,'_elementor_template_type','wp-page'),(1581,334,'_elementor_version','3.0.15'),(1582,334,'_wp_page_template','default'),(1583,334,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span><br> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1586,335,'_elementor_edit_mode','builder'),(1587,335,'_elementor_template_type','wp-page'),(1588,335,'_elementor_version','3.0.15'),(1589,335,'_wp_page_template','default'),(1590,335,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span><br> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1591,336,'_elementor_edit_mode','builder'),(1592,336,'_elementor_template_type','wp-page'),(1593,336,'_elementor_version','3.0.15'),(1594,336,'_wp_page_template','default'),(1595,336,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span><br> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1596,337,'_elementor_edit_mode','builder'),(1597,337,'_elementor_template_type','wp-page'),(1598,337,'_elementor_version','3.0.15'),(1599,337,'_wp_page_template','default'),(1600,337,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1602,338,'_elementor_edit_mode','builder'),(1603,338,'_elementor_template_type','wp-page'),(1604,338,'_elementor_version','3.0.15'),(1605,338,'_wp_page_template','default'),(1606,338,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1607,339,'_elementor_edit_mode','builder'),(1608,339,'_elementor_template_type','wp-page'),(1609,339,'_elementor_version','3.0.15'),(1610,339,'_wp_page_template','default'),(1611,339,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1612,340,'_elementor_edit_mode','builder'),(1613,340,'_elementor_template_type','wp-page'),(1614,340,'_elementor_version','3.0.15'),(1615,340,'_wp_page_template','default'),(1616,340,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36284ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"dfbf985\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a63e57c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\".cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d8cdce\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1619,341,'_elementor_edit_mode','builder'),(1620,341,'_elementor_template_type','wp-page'),(1621,341,'_elementor_version','3.0.15'),(1622,341,'_wp_page_template','default'),(1623,341,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36284ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"dfbf985\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a63e57c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\".cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d8cdce\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1625,342,'_elementor_edit_mode','builder'),(1626,342,'_elementor_template_type','wp-page'),(1627,342,'_elementor_version','3.0.15'),(1628,342,'_wp_page_template','default'),(1629,342,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36284ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"dfbf985\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a63e57c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\".cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d8cdce\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1631,343,'_elementor_edit_mode','builder'),(1632,343,'_elementor_template_type','wp-page'),(1633,343,'_elementor_version','3.0.15'),(1634,343,'_wp_page_template','default'),(1635,343,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36284ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"dfbf985\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a63e57c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d8cdce\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1639,344,'_elementor_edit_mode','builder'),(1640,344,'_elementor_template_type','wp-page'),(1641,344,'_elementor_version','3.0.15'),(1642,344,'_wp_page_template','default'),(1643,344,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36284ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"dfbf985\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a63e57c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d8cdce\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1645,345,'_elementor_edit_mode','builder'),(1646,345,'_elementor_template_type','wp-page'),(1647,345,'_elementor_version','3.0.15'),(1648,345,'_wp_page_template','default'),(1649,345,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36284ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"dfbf985\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a63e57c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d8cdce\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1651,346,'_elementor_edit_mode','builder'),(1652,346,'_elementor_template_type','wp-page'),(1653,346,'_elementor_version','3.0.15'),(1654,346,'_wp_page_template','default'),(1655,346,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a372517\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"d4a82ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"75ce7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b4b6e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af12a7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d56c75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"272aef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1659,347,'_wp_attached_file','2020/12/vision.gif'),(1660,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2020/12/vision.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"vision-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vision-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1661,348,'_wp_attached_file','2020/12/Rocket.gif'),(1662,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2020/12/Rocket.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Rocket-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Rocket-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1663,349,'_elementor_edit_mode','builder'),(1664,349,'_elementor_template_type','wp-page'),(1665,349,'_elementor_version','3.0.15'),(1666,349,'_wp_page_template','default'),(1667,349,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a372517\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"d4a82ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"75ce7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b4b6e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af12a7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d56c75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"272aef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1669,350,'_elementor_edit_mode','builder'),(1670,350,'_elementor_template_type','wp-page'),(1671,350,'_elementor_version','3.0.15'),(1672,350,'_wp_page_template','default'),(1673,350,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a372517\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"d4a82ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"75ce7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b4b6e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af12a7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d56c75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"272aef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1675,351,'_elementor_edit_mode','builder'),(1676,351,'_elementor_template_type','wp-page'),(1677,351,'_elementor_version','3.0.15'),(1678,351,'_wp_page_template','default'),(1679,351,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a372517\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"d4a82ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"75ce7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b4b6e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af12a7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d56c75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"272aef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1683,352,'_elementor_edit_mode','builder'),(1684,352,'_elementor_template_type','wp-page'),(1685,352,'_elementor_version','3.0.15'),(1686,352,'_wp_page_template','default'),(1687,352,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a372517\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"d4a82ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"75ce7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b4b6e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af12a7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d56c75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"272aef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1689,353,'_elementor_edit_mode','builder'),(1690,353,'_elementor_template_type','wp-page'),(1691,353,'_elementor_version','3.0.15'),(1692,353,'_wp_page_template','default'),(1693,353,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a372517\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"d4a82ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"75ce7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b4b6e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"af12a7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d56c75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"272aef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1695,354,'_elementor_edit_mode','builder'),(1696,354,'_elementor_template_type','wp-page'),(1697,354,'_elementor_version','3.0.15'),(1698,354,'_wp_page_template','default'),(1699,354,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1703,355,'_elementor_edit_mode','builder'),(1704,355,'_elementor_template_type','wp-page'),(1705,355,'_elementor_version','3.0.15'),(1706,355,'_wp_page_template','default'),(1707,355,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1709,356,'_elementor_edit_mode','builder'),(1710,356,'_elementor_template_type','wp-page'),(1711,356,'_elementor_version','3.0.15'),(1712,356,'_wp_page_template','default'),(1713,356,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1715,357,'_elementor_edit_mode','builder'),(1716,357,'_elementor_template_type','wp-page'),(1717,357,'_elementor_version','3.0.15'),(1718,357,'_wp_page_template','default'),(1719,357,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1730,359,'_elementor_edit_mode','builder'),(1731,359,'_elementor_template_type','wp-page'),(1732,359,'_elementor_version','3.0.15'),(1733,359,'_wp_page_template','default'),(1734,359,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1735,360,'_elementor_edit_mode','builder'),(1736,360,'_elementor_template_type','wp-page'),(1737,360,'_elementor_version','3.0.15'),(1738,360,'_wp_page_template','default'),(1739,360,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1740,361,'_elementor_edit_mode','builder'),(1741,361,'_elementor_template_type','wp-page'),(1742,361,'_elementor_version','3.0.15'),(1743,361,'_wp_page_template','default'),(1744,361,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1747,362,'_elementor_edit_mode','builder'),(1748,362,'_elementor_template_type','wp-page'),(1749,362,'_elementor_version','3.0.15'),(1750,362,'_wp_page_template','default'),(1751,362,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1753,363,'_elementor_edit_mode','builder'),(1754,363,'_elementor_template_type','wp-page'),(1755,363,'_elementor_version','3.0.15'),(1756,363,'_wp_page_template','default'),(1757,363,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35.708},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.38,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.21,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1759,364,'_elementor_edit_mode','builder'),(1760,364,'_elementor_template_type','wp-page'),(1761,364,'_elementor_version','3.0.15'),(1762,364,'_wp_page_template','default'),(1763,364,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.331},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.413,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.554,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1774,366,'_elementor_edit_mode','builder'),(1775,366,'_elementor_template_type','wp-page'),(1776,366,'_elementor_version','3.0.15'),(1777,366,'_wp_page_template','default'),(1778,366,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.331},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.413,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.554,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1779,367,'_elementor_edit_mode','builder'),(1780,367,'_elementor_template_type','wp-page'),(1781,367,'_elementor_version','3.0.15'),(1782,367,'_wp_page_template','default'),(1783,367,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.331},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.413,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.554,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1784,368,'_elementor_edit_mode','builder'),(1785,368,'_elementor_template_type','wp-page'),(1786,368,'_elementor_version','3.0.15'),(1787,368,'_wp_page_template','default'),(1788,368,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e92e27b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1791,369,'_elementor_edit_mode','builder'),(1792,369,'_elementor_template_type','wp-page'),(1793,369,'_elementor_version','3.0.15'),(1794,369,'_wp_page_template','default'),(1795,369,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e92e27b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1797,370,'_elementor_edit_mode','builder'),(1798,370,'_elementor_template_type','wp-page'),(1799,370,'_elementor_version','3.0.15'),(1800,370,'_wp_page_template','default'),(1801,370,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e92e27b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1803,371,'_elementor_edit_mode','builder'),(1804,371,'_elementor_template_type','wp-page'),(1805,371,'_elementor_version','3.0.15'),(1806,371,'_wp_page_template','default'),(1807,371,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e92e27b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1811,372,'_elementor_edit_mode','builder'),(1812,372,'_elementor_template_type','wp-page'),(1813,372,'_elementor_version','3.0.15'),(1814,372,'_wp_page_template','default'),(1815,372,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e92e27b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1817,373,'_elementor_edit_mode','builder'),(1818,373,'_elementor_template_type','wp-page'),(1819,373,'_elementor_version','3.0.15'),(1820,373,'_wp_page_template','default'),(1821,373,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e92e27b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1823,374,'_elementor_edit_mode','builder'),(1824,374,'_elementor_template_type','wp-page'),(1825,374,'_elementor_version','3.0.15'),(1826,374,'_wp_page_template','default'),(1827,374,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1831,375,'_elementor_edit_mode','builder'),(1832,375,'_elementor_template_type','wp-page'),(1833,375,'_elementor_version','3.0.15'),(1834,375,'_wp_page_template','default'),(1835,375,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1837,376,'_elementor_edit_mode','builder'),(1838,376,'_elementor_template_type','wp-page'),(1839,376,'_elementor_version','3.0.15'),(1840,376,'_wp_page_template','default'),(1841,376,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1843,377,'_elementor_edit_mode','builder'),(1844,377,'_elementor_template_type','wp-page'),(1845,377,'_elementor_version','3.0.15'),(1846,377,'_wp_page_template','default'),(1847,377,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1851,378,'_wp_attached_file','2020/12/3.jpg'),(1852,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1853,379,'_wp_attached_file','2020/12/ecom.png'),(1854,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:31;s:4:\"file\";s:16:\"2020/12/ecom.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1855,380,'_elementor_edit_mode','builder'),(1856,380,'_elementor_template_type','wp-page'),(1857,380,'_elementor_version','3.0.15'),(1858,380,'_wp_page_template','default'),(1859,380,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1861,381,'_elementor_edit_mode','builder'),(1862,381,'_elementor_template_type','wp-page'),(1863,381,'_elementor_version','3.0.15'),(1864,381,'_wp_page_template','default'),(1865,381,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1867,382,'_elementor_edit_mode','builder'),(1868,382,'_elementor_template_type','wp-page'),(1869,382,'_elementor_version','3.0.15'),(1870,382,'_wp_page_template','default'),(1871,382,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1875,383,'_elementor_edit_mode','builder'),(1876,383,'_elementor_template_type','wp-page'),(1877,383,'_elementor_version','3.0.15'),(1878,383,'_wp_page_template','default'),(1879,383,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1881,384,'_elementor_edit_mode','builder'),(1882,384,'_elementor_template_type','wp-page'),(1883,384,'_elementor_version','3.0.15'),(1884,384,'_wp_page_template','default'),(1885,384,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1887,385,'_elementor_edit_mode','builder'),(1888,385,'_elementor_template_type','wp-page'),(1889,385,'_elementor_version','3.0.15'),(1890,385,'_wp_page_template','default'),(1891,385,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1895,386,'_elementor_edit_mode','builder'),(1896,386,'_elementor_template_type','wp-page'),(1897,386,'_elementor_version','3.0.15'),(1898,386,'_wp_page_template','default'),(1899,386,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1901,387,'_elementor_edit_mode','builder'),(1902,387,'_elementor_template_type','wp-page'),(1903,387,'_elementor_version','3.0.15'),(1904,387,'_wp_page_template','default'),(1905,387,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1907,388,'_elementor_edit_mode','builder'),(1908,388,'_elementor_template_type','wp-page'),(1909,388,'_elementor_version','3.0.15'),(1910,388,'_wp_page_template','default'),(1911,388,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1914,389,'_elementor_edit_mode','builder'),(1915,389,'_elementor_template_type','wp-page'),(1916,389,'_elementor_version','3.0.15'),(1917,389,'_wp_page_template','default'),(1918,389,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1919,390,'_elementor_edit_mode','builder'),(1920,390,'_elementor_template_type','wp-page'),(1921,390,'_elementor_version','3.0.15'),(1922,390,'_wp_page_template','default'),(1923,390,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1924,391,'_elementor_edit_mode','builder'),(1925,391,'_elementor_template_type','wp-page'),(1926,391,'_elementor_version','3.0.15'),(1927,391,'_wp_page_template','default'),(1928,391,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1931,392,'_elementor_edit_mode','builder'),(1932,392,'_elementor_template_type','wp-page'),(1933,392,'_elementor_version','3.0.15'),(1934,392,'_wp_page_template','default'),(1935,392,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1937,393,'_elementor_edit_mode','builder'),(1938,393,'_elementor_template_type','wp-page'),(1939,393,'_elementor_version','3.0.15'),(1940,393,'_wp_page_template','default'),(1941,393,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1943,394,'_elementor_edit_mode','builder'),(1944,394,'_elementor_template_type','wp-page'),(1945,394,'_elementor_version','3.0.15'),(1946,394,'_wp_page_template','default'),(1947,394,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1951,395,'_wp_attached_file','2020/12/8.jpg'),(1952,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/8.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"8-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1953,396,'_wp_attached_file','2020/12/sales_cloud.png'),(1954,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:49;s:4:\"file\";s:23:\"2020/12/sales_cloud.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1955,397,'_elementor_edit_mode','builder'),(1956,397,'_elementor_template_type','wp-page'),(1957,397,'_elementor_version','3.0.15'),(1958,397,'_wp_page_template','default'),(1959,397,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1961,398,'_elementor_edit_mode','builder'),(1962,398,'_elementor_template_type','wp-page'),(1963,398,'_elementor_version','3.0.15'),(1964,398,'_wp_page_template','default'),(1965,398,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1967,399,'_elementor_edit_mode','builder'),(1968,399,'_elementor_template_type','wp-page'),(1969,399,'_elementor_version','3.0.15'),(1970,399,'_wp_page_template','default'),(1971,399,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1980,401,'_wp_attached_file','2020/12/5.jpg'),(1981,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1982,402,'_wp_attached_file','2020/12/industry.png'),(1983,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:51;s:4:\"file\";s:20:\"2020/12/industry.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1984,403,'_elementor_edit_mode','builder'),(1985,403,'_elementor_template_type','wp-page'),(1986,403,'_elementor_version','3.0.15'),(1987,403,'_wp_page_template','default'),(1988,403,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1989,404,'_elementor_edit_mode','builder'),(1990,404,'_elementor_template_type','wp-page'),(1991,404,'_elementor_version','3.0.15'),(1992,404,'_wp_page_template','default'),(1993,404,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(1994,405,'_elementor_edit_mode','builder'),(1995,405,'_elementor_template_type','wp-page'),(1996,405,'_elementor_version','3.0.15'),(1997,405,'_wp_page_template','default'),(1998,405,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Art\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2000,406,'_wp_attached_file','2020/12/4.jpg'),(2001,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/4.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2002,407,'_wp_attached_file','2020/12/emerging.png'),(2003,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:49;s:4:\"file\";s:20:\"2020/12/emerging.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2004,408,'_wp_attached_file','2020/12/9-1.jpg'),(2005,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:15:\"2020/12/9-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"9-1-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"9-1-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2006,409,'_wp_attached_file','2020/12/branding.png'),(2007,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:37;s:4:\"file\";s:20:\"2020/12/branding.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2008,410,'_elementor_edit_mode','builder'),(2009,410,'_elementor_template_type','wp-page'),(2010,410,'_elementor_version','3.0.15'),(2011,410,'_wp_page_template','default'),(2012,410,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Art\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2013,411,'_elementor_edit_mode','builder'),(2014,411,'_elementor_template_type','wp-page'),(2015,411,'_elementor_version','3.0.15'),(2016,411,'_wp_page_template','default'),(2017,411,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Art\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2018,412,'_elementor_edit_mode','builder'),(2019,412,'_elementor_template_type','wp-page'),(2020,412,'_elementor_version','3.0.15'),(2021,412,'_wp_page_template','default'),(2022,412,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2024,413,'_wp_attached_file','2020/12/7.jpg'),(2025,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/7.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2026,414,'_wp_attached_file','2020/12/on_demand.png'),(2027,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:43;s:6:\"height\";i:55;s:4:\"file\";s:21:\"2020/12/on_demand.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2028,415,'_elementor_edit_mode','builder'),(2029,415,'_elementor_template_type','wp-page'),(2030,415,'_elementor_version','3.0.15'),(2031,415,'_wp_page_template','default'),(2032,415,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2033,416,'_elementor_edit_mode','builder'),(2034,416,'_elementor_template_type','wp-page'),(2035,416,'_elementor_version','3.0.15'),(2036,416,'_wp_page_template','default'),(2037,416,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2038,417,'_elementor_edit_mode','builder'),(2039,417,'_elementor_template_type','wp-page'),(2040,417,'_elementor_version','3.0.15'),(2041,417,'_wp_page_template','default'),(2042,417,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2044,418,'_wp_attached_file','2020/12/6.jpg'),(2045,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:835;s:4:\"file\";s:13:\"2020/12/6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x802.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:802;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2046,419,'_wp_attached_file','2020/12/more.png'),(2047,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:51;s:4:\"file\";s:16:\"2020/12/more.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2048,420,'_elementor_edit_mode','builder'),(2049,420,'_elementor_template_type','wp-page'),(2050,420,'_elementor_version','3.0.15'),(2051,420,'_wp_page_template','default'),(2052,420,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2053,421,'_elementor_edit_mode','builder'),(2054,421,'_elementor_template_type','wp-page'),(2055,421,'_elementor_version','3.0.15'),(2056,421,'_wp_page_template','default'),(2057,421,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2058,422,'_elementor_edit_mode','builder'),(2059,422,'_elementor_template_type','wp-page'),(2060,422,'_elementor_version','3.0.15'),(2061,422,'_wp_page_template','default'),(2062,422,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2065,423,'_elementor_edit_mode','builder'),(2066,423,'_elementor_template_type','wp-page'),(2067,423,'_elementor_version','3.0.15'),(2068,423,'_wp_page_template','default'),(2069,423,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2071,424,'_elementor_edit_mode','builder'),(2072,424,'_elementor_template_type','wp-page'),(2073,424,'_elementor_version','3.0.15'),(2074,424,'_wp_page_template','default'),(2075,424,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2077,425,'_elementor_edit_mode','builder'),(2078,425,'_elementor_template_type','wp-page'),(2079,425,'_elementor_version','3.0.15'),(2080,425,'_wp_page_template','default'),(2081,425,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2085,426,'_elementor_edit_mode','builder'),(2086,426,'_elementor_template_type','wp-page'),(2087,426,'_elementor_version','3.0.15'),(2088,426,'_wp_page_template','default'),(2089,426,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2091,427,'_elementor_edit_mode','builder'),(2092,427,'_elementor_template_type','wp-page'),(2093,427,'_elementor_version','3.0.15'),(2094,427,'_wp_page_template','default'),(2095,427,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2097,428,'_elementor_edit_mode','builder'),(2098,428,'_elementor_template_type','wp-page'),(2099,428,'_elementor_version','3.0.15'),(2100,428,'_wp_page_template','default'),(2101,428,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2105,429,'_elementor_edit_mode','builder'),(2106,429,'_elementor_template_type','wp-page'),(2107,429,'_elementor_version','3.0.15'),(2108,429,'_wp_page_template','default'),(2109,429,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2111,430,'_elementor_edit_mode','builder'),(2112,430,'_elementor_template_type','wp-page'),(2113,430,'_elementor_version','3.0.15'),(2114,430,'_wp_page_template','default'),(2115,430,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2117,431,'_elementor_edit_mode','builder'),(2118,431,'_elementor_template_type','wp-page'),(2119,431,'_elementor_version','3.0.15'),(2120,431,'_wp_page_template','default'),(2121,431,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_css_classes\":\"row\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2125,432,'_elementor_edit_mode','builder'),(2126,432,'_elementor_template_type','wp-page'),(2127,432,'_elementor_version','3.0.15'),(2128,432,'_wp_page_template','default'),(2129,432,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_css_classes\":\"row\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2131,433,'_elementor_edit_mode','builder'),(2132,433,'_elementor_template_type','wp-page'),(2133,433,'_elementor_version','3.0.15'),(2134,433,'_wp_page_template','default'),(2135,433,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_css_classes\":\"row\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2137,434,'_elementor_edit_mode','builder'),(2138,434,'_elementor_template_type','wp-page'),(2139,434,'_elementor_version','3.0.15'),(2140,434,'_wp_page_template','default'),(2141,434,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2145,435,'_elementor_edit_mode','builder'),(2146,435,'_elementor_template_type','wp-page'),(2147,435,'_elementor_version','3.0.15'),(2148,435,'_wp_page_template','default'),(2149,435,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2151,436,'_elementor_edit_mode','builder'),(2152,436,'_elementor_template_type','wp-page'),(2153,436,'_elementor_version','3.0.15'),(2154,436,'_wp_page_template','default'),(2155,436,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"More\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2157,437,'_elementor_edit_mode','builder'),(2158,437,'_elementor_template_type','wp-page'),(2159,437,'_elementor_version','3.0.15'),(2160,437,'_wp_page_template','default'),(2161,437,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2165,438,'_elementor_edit_mode','builder'),(2166,438,'_elementor_template_type','wp-page'),(2167,438,'_elementor_version','3.0.15'),(2168,438,'_wp_page_template','default'),(2169,438,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2171,439,'_elementor_edit_mode','builder'),(2172,439,'_elementor_template_type','wp-page'),(2173,439,'_elementor_version','3.0.15'),(2174,439,'_wp_page_template','default'),(2175,439,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}]},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2177,440,'_elementor_edit_mode','builder'),(2178,440,'_elementor_template_type','wp-page'),(2179,440,'_elementor_version','3.0.15'),(2180,440,'_wp_page_template','default'),(2181,440,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2185,441,'_elementor_edit_mode','builder'),(2186,441,'_elementor_template_type','wp-page'),(2187,441,'_elementor_version','3.0.15'),(2188,441,'_wp_page_template','default'),(2189,441,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2191,442,'_elementor_edit_mode','builder'),(2192,442,'_elementor_template_type','wp-page'),(2193,442,'_elementor_version','3.0.15'),(2194,442,'_wp_page_template','default'),(2195,442,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2197,443,'_elementor_edit_mode','builder'),(2198,443,'_elementor_template_type','wp-page'),(2199,443,'_elementor_version','3.0.15'),(2200,443,'_wp_page_template','default'),(2201,443,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2205,444,'_elementor_edit_mode','builder'),(2206,444,'_elementor_template_type','wp-page'),(2207,444,'_elementor_version','3.0.15'),(2208,444,'_wp_page_template','default'),(2209,444,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2211,445,'_elementor_edit_mode','builder'),(2212,445,'_elementor_template_type','wp-page'),(2213,445,'_elementor_version','3.0.15'),(2214,445,'_wp_page_template','default'),(2215,445,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"<li>UI\\/UX Design<\\/li>\\n<li>Node JS, Angular JS Development<\\/li>\\n<li>Java Development<\\/li>\\n<li>PHP Development<li>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2217,446,'_elementor_edit_mode','builder'),(2218,446,'_elementor_template_type','wp-page'),(2219,446,'_elementor_version','3.0.15'),(2220,446,'_wp_page_template','default'),(2221,446,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2225,447,'_elementor_edit_mode','builder'),(2226,447,'_elementor_template_type','wp-page'),(2227,447,'_elementor_version','3.0.15'),(2228,447,'_wp_page_template','default'),(2229,447,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2231,448,'_elementor_edit_mode','builder'),(2232,448,'_elementor_template_type','wp-page'),(2233,448,'_elementor_version','3.0.15'),(2234,448,'_wp_page_template','default'),(2235,448,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\"   <li>iOS app Development<\\/li>\\n                    <li>Android app Development<\\/li>\\n                    <li>Hybrid app Development<\\/li>\\n                    <li>Windows app Development<\\/li>\\n                    <li>Wearable app Development<\\/li>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2237,449,'_elementor_edit_mode','builder'),(2238,449,'_elementor_template_type','wp-page'),(2239,449,'_elementor_version','3.0.15'),(2240,449,'_wp_page_template','default'),(2241,449,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2245,450,'_elementor_edit_mode','builder'),(2246,450,'_elementor_template_type','wp-page'),(2247,450,'_elementor_version','3.0.15'),(2248,450,'_wp_page_template','default'),(2249,450,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2251,451,'_elementor_edit_mode','builder'),(2252,451,'_elementor_template_type','wp-page'),(2253,451,'_elementor_version','3.0.15'),(2254,451,'_wp_page_template','default'),(2255,451,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"\\n                    <li>WordPress Development<\\/li>\\n                    <li>Magento Development<\\/li>\\n                    <li>Woocommerce Development<\\/li>\\n                    <li>Shopify Development<\\/li>\\n                    <li>Maintenance and Support<\\/li>\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"   <li>Consulting and Strategy<\\/li>\\n                    <li>Custom Development<\\/li>\\n                    <li>Integration and Implementation<\\/li>\\n                    <li>Salesforce Customisation<\\/li>\\n                    <li>Training and Support<\\/li>\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"\\n                    <li>SharePoint Development<\\/li>\\n                    <li>Microsoft Power BI Development<\\/li>\\n                    <li>Microsoft Azure Development<\\/li>\\n                    <li>Blockchain Development<\\/li>\\n                    <li>SAP Consulting<\\/li>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"\\n                    <li>IOT App Development<\\/li>\\n                    <li>AR app Development<\\/li>\\n                    <li>VR app Development<\\/li>\\n                    <li>Big Data Service<\\/li>\\n                    <li>iBeacon App Development<\\/li>\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"\\n                    <li>Social media Optimisation<\\/li>\\n                    <li>Search engine Optimisation<\\/li>\\n                    <li>PPC Management<\\/li>\\n                    <li>Web Analytics<\\/li>\\n                    <li>Digital Advertising<\\/li>\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"\\n                    <li>On demand apps Development<\\/li>\\n                    <li>Admin panel Development<\\/li>\\n                    <li>App Implementation and Launching<\\/li>\\n                    <li>Grocery, Taxi, Food Delivery Apps<\\/li>\\n                    <li>E-Learning, healthcare Apps<\\/li>\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"\\n                    <li>Legacy system modernization<\\/li>\\n                    <li>Technology migration<\\/li>\\n                    <li>Cloud computing<\\/li>\\n                    <li>Software Consulting<\\/li>\\n                    <li>Google services<\\/li>\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2257,452,'_elementor_edit_mode','builder'),(2258,452,'_elementor_template_type','wp-page'),(2259,452,'_elementor_version','3.0.15'),(2260,452,'_wp_page_template','default'),(2261,452,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2265,453,'_elementor_edit_mode','builder'),(2266,453,'_elementor_template_type','wp-page'),(2267,453,'_elementor_version','3.0.15'),(2268,453,'_wp_page_template','default'),(2269,453,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2271,454,'_elementor_edit_mode','builder'),(2272,454,'_elementor_template_type','wp-page'),(2273,454,'_elementor_version','3.0.15'),(2274,454,'_wp_page_template','default'),(2275,454,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false}]'),(2277,455,'_elementor_edit_mode','builder'),(2278,455,'_elementor_template_type','wp-page'),(2279,455,'_elementor_version','3.0.15'),(2280,455,'_wp_page_template','default'),(2281,455,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"BE THE WIND BENEATH OUR WINGS\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2284,456,'_elementor_edit_mode','builder'),(2285,456,'_elementor_template_type','wp-page'),(2286,456,'_elementor_version','3.0.15'),(2287,456,'_wp_page_template','default'),(2288,456,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"BE THE WIND BENEATH OUR WINGS\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2289,457,'_elementor_edit_mode','builder'),(2290,457,'_elementor_template_type','wp-page'),(2291,457,'_elementor_version','3.0.15'),(2292,457,'_wp_page_template','default'),(2293,457,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"BE THE WIND BENEATH OUR WINGS\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2294,458,'_elementor_edit_mode','builder'),(2295,458,'_elementor_template_type','wp-page'),(2296,458,'_elementor_version','3.0.15'),(2297,458,'_wp_page_template','default'),(2298,458,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2301,459,'_elementor_edit_mode','builder'),(2302,459,'_elementor_template_type','wp-page'),(2303,459,'_elementor_version','3.0.15'),(2304,459,'_wp_page_template','default'),(2305,459,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2307,460,'_elementor_edit_mode','builder'),(2308,460,'_elementor_template_type','wp-page'),(2309,460,'_elementor_version','3.0.15'),(2310,460,'_wp_page_template','default'),(2311,460,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2313,461,'_elementor_edit_mode','builder'),(2314,461,'_elementor_template_type','wp-page'),(2315,461,'_elementor_version','3.0.15'),(2316,461,'_wp_page_template','default'),(2317,461,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(2321,462,'_elementor_edit_mode','builder'),(2322,462,'_elementor_template_type','wp-page'),(2323,462,'_elementor_version','3.0.15'),(2324,462,'_wp_page_template','default'),(2325,462,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(2327,463,'_elementor_edit_mode','builder'),(2328,463,'_elementor_template_type','wp-page'),(2329,463,'_elementor_version','3.0.15'),(2330,463,'_wp_page_template','default'),(2331,463,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(2333,464,'_elementor_edit_mode','builder'),(2334,464,'_elementor_template_type','wp-page'),(2335,464,'_elementor_version','3.0.15'),(2336,464,'_wp_page_template','default'),(2337,464,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(2341,466,'_edit_last','1'),(2342,466,'_edit_lock','1609243163:1'),(2343,467,'_wp_attached_file','2020/12/logo5.jpg'),(2344,467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/12/logo5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo5-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"logo5-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"ajish mathew\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1580386094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2345,466,'_thumbnail_id','467'),(2346,468,'_edit_last','1'),(2347,468,'_edit_lock','1609245607:1'),(2348,468,'wpcf-prodcuts-icon',''),(2349,468,'wpcf-prodcuts-link',''),(2350,469,'_edit_last','1'),(2351,469,'_edit_lock','1609246371:1'),(2352,469,'wpcf-service-icon',''),(2353,469,'wpcf-service-link',''),(2356,471,'_edit_last','1'),(2357,471,'_edit_lock','1609247241:1'),(2360,475,'_edit_last','1'),(2361,475,'_edit_lock','1613103007:1'),(2362,475,'wpcf-product-subtitle','WELCOME TO WORLD\'S MOST USER-FRIENDLY & EASY TO LEARN SALES APPLICATION'),(2363,475,'wpcf-product-number','01'),(2364,475,'_thumbnail_id','467'),(2371,476,'_wp_attached_file','2020/12/doc.jpg'),(2372,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:596;s:4:\"file\";s:15:\"2020/12/doc.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"doc-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"doc-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"doc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"doc-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2373,475,'products_secondary-image_thumbnail_id','476'),(2374,475,'banner_background_image',''),(2375,475,'_banner_background_image','field_5feab3dfc6d7c'),(2376,475,'banner_title',''),(2377,475,'_banner_title','field_5feab41bc6d7d'),(2378,475,'banner_subtitle',''),(2379,475,'_banner_subtitle','field_5feab42ec6d7e'),(2380,477,'_edit_last','1'),(2381,477,'_edit_lock','1612877360:1'),(2382,478,'_wp_attached_file','2020/12/logo3.jpg'),(2383,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/12/logo3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo3-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"logo3-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"ajish mathew\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1580386094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2384,477,'products_secondary-image_thumbnail_id','476'),(2385,477,'_thumbnail_id','478'),(2386,477,'banner_background_image',''),(2387,477,'_banner_background_image','field_5feab3dfc6d7c'),(2388,477,'banner_title',''),(2389,477,'_banner_title','field_5feab41bc6d7d'),(2390,477,'banner_subtitle',''),(2391,477,'_banner_subtitle','field_5feab42ec6d7e'),(2392,477,'wpcf-product-subtitle','DOCUMENT MANAGEMENT SYSTEMS TODAY RANGE IN SIZE AND SCOPE FROM SMALL, STANDALONE SYSTEMS TO LARGE SCALE ENTERPRISE-WIDE CONFIGURATIONS SERVING A GLOBAL AUDIENCE'),(2393,477,'wpcf-product-number','02'),(2394,479,'_edit_lock','1611732665:1'),(2395,479,'_wp_page_template',''),(2396,479,'_edit_last','1'),(2397,479,'banner_background_image','316'),(2398,479,'_banner_background_image','field_5feab3dfc6d7c'),(2399,479,'banner_title','Products'),(2400,479,'_banner_title','field_5feab41bc6d7d'),(2401,479,'banner_subtitle','Amazing Things Together.'),(2402,479,'_banner_subtitle','field_5feab42ec6d7e'),(2403,480,'banner_background_image',''),(2404,480,'_banner_background_image','field_5feab3dfc6d7c'),(2405,480,'banner_title',''),(2406,480,'_banner_title','field_5feab41bc6d7d'),(2407,480,'banner_subtitle',''),(2408,480,'_banner_subtitle','field_5feab42ec6d7e'),(2409,481,'banner_background_image','316'),(2410,481,'_banner_background_image','field_5feab3dfc6d7c'),(2411,481,'banner_title','Products'),(2412,481,'_banner_title','field_5feab41bc6d7d'),(2413,481,'banner_subtitle',''),(2414,481,'_banner_subtitle','field_5feab42ec6d7e'),(2415,482,'banner_background_image','316'),(2416,482,'_banner_background_image','field_5feab3dfc6d7c'),(2417,482,'banner_title','Products'),(2418,482,'_banner_title','field_5feab41bc6d7d'),(2419,482,'banner_subtitle',''),(2420,482,'_banner_subtitle','field_5feab42ec6d7e'),(2421,483,'banner_background_image','316'),(2422,483,'_banner_background_image','field_5feab3dfc6d7c'),(2423,483,'banner_title','Products'),(2424,483,'_banner_title','field_5feab41bc6d7d'),(2425,483,'banner_subtitle','Amazing Things Together.'),(2426,483,'_banner_subtitle','field_5feab42ec6d7e'),(2427,484,'banner_background_image','476'),(2428,484,'_banner_background_image','field_5feab3dfc6d7c'),(2429,484,'banner_title','Products'),(2430,484,'_banner_title','field_5feab41bc6d7d'),(2431,484,'banner_subtitle','Amazing Things Together.'),(2432,484,'_banner_subtitle','field_5feab42ec6d7e'),(2433,485,'banner_background_image','316'),(2434,485,'_banner_background_image','field_5feab3dfc6d7c'),(2435,485,'banner_title','Products'),(2436,485,'_banner_title','field_5feab41bc6d7d'),(2437,485,'banner_subtitle','Amazing Things Together.'),(2438,485,'_banner_subtitle','field_5feab42ec6d7e'),(2518,499,'_wp_attached_file','2021/01/promotions-icn.png'),(2519,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:46;s:4:\"file\";s:26:\"2021/01/promotions-icn.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2553,518,'_edit_last','1'),(2554,518,'_edit_lock','1609828418:1'),(2555,518,'_thumbnail_id','499'),(2556,518,'wpcf-career-subtitle','Kochi'),(2557,518,'wpcf-career-link','hr@amaeka.com'),(2558,519,'_edit_last','1'),(2559,519,'_edit_lock','1609828461:1'),(2560,519,'_thumbnail_id','499'),(2561,519,'wpcf-career-subtitle','Banglore'),(2562,519,'wpcf-career-link','hr@amaeka.com'),(2563,520,'_edit_last','1'),(2564,520,'_edit_lock','1609828508:1'),(2565,520,'_thumbnail_id','499'),(2566,520,'wpcf-career-subtitle','Banglore'),(2567,520,'wpcf-career-link','hr@amaeka.com'),(2593,524,'_edit_lock','1644577066:1'),(2594,524,'_edit_last','1'),(2595,524,'banner_background_image','316'),(2596,524,'_banner_background_image','field_5feab3dfc6d7c'),(2597,524,'banner_title','Company'),(2598,524,'_banner_title','field_5feab41bc6d7d'),(2599,524,'banner_subtitle','Amazing Things Together.'),(2600,524,'_banner_subtitle','field_5feab42ec6d7e'),(2601,526,'banner_background_image','316'),(2602,526,'_banner_background_image','field_5feab3dfc6d7c'),(2603,526,'banner_title','Company'),(2604,526,'_banner_title','field_5feab41bc6d7d'),(2605,526,'banner_subtitle','Amazing Things Together.'),(2606,526,'_banner_subtitle','field_5feab42ec6d7e'),(2607,524,'_elementor_edit_mode','builder'),(2608,524,'_elementor_template_type','wp-page'),(2609,524,'_elementor_version','3.1.4'),(2610,527,'_elementor_edit_mode','builder'),(2611,527,'_elementor_template_type','wp-page'),(2612,527,'_elementor_version','3.0.15'),(2613,528,'_elementor_edit_mode','builder'),(2614,528,'_elementor_template_type','wp-page'),(2615,528,'_elementor_version','3.0.15'),(2616,524,'_wp_page_template','default'),(2617,524,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(2618,529,'_elementor_edit_mode','builder'),(2619,529,'_elementor_template_type','wp-page'),(2620,529,'_elementor_version','3.0.15'),(2621,529,'_wp_page_template','default'),(2622,529,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2624,530,'_elementor_edit_mode','builder'),(2625,530,'_elementor_template_type','wp-page'),(2626,530,'_elementor_version','3.0.15'),(2627,530,'_wp_page_template','default'),(2628,530,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2629,531,'_elementor_edit_mode','builder'),(2630,531,'_elementor_template_type','wp-page'),(2631,531,'_elementor_version','3.0.15'),(2632,531,'_wp_page_template','default'),(2633,531,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2634,532,'_elementor_edit_mode','builder'),(2635,532,'_elementor_template_type','wp-page'),(2636,532,'_elementor_version','3.0.15'),(2637,532,'_wp_page_template','default'),(2638,532,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2640,533,'_elementor_edit_mode','builder'),(2641,533,'_elementor_template_type','wp-page'),(2642,533,'_elementor_version','3.0.15'),(2643,533,'_wp_page_template','default'),(2644,533,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2645,534,'_elementor_edit_mode','builder'),(2646,534,'_elementor_template_type','wp-page'),(2647,534,'_elementor_version','3.0.15'),(2648,534,'_wp_page_template','default'),(2649,534,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2650,535,'_elementor_edit_mode','builder'),(2651,535,'_elementor_template_type','wp-page'),(2652,535,'_elementor_version','3.0.15'),(2653,535,'_wp_page_template','default'),(2654,535,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2657,536,'_elementor_edit_mode','builder'),(2658,536,'_elementor_template_type','wp-page'),(2659,536,'_elementor_version','3.0.15'),(2660,536,'_wp_page_template','default'),(2661,536,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2663,537,'_elementor_edit_mode','builder'),(2664,537,'_elementor_template_type','wp-page'),(2665,537,'_elementor_version','3.0.15'),(2666,537,'_wp_page_template','default'),(2667,537,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2669,538,'_elementor_edit_mode','builder'),(2670,538,'_elementor_template_type','wp-page'),(2671,538,'_elementor_version','3.0.15'),(2672,538,'_wp_page_template','default'),(2673,538,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2676,539,'_elementor_edit_mode','builder'),(2677,539,'_elementor_template_type','wp-page'),(2678,539,'_elementor_version','3.0.15'),(2679,539,'_wp_page_template','default'),(2680,539,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2681,540,'_elementor_edit_mode','builder'),(2682,540,'_elementor_template_type','wp-page'),(2683,540,'_elementor_version','3.0.15'),(2684,540,'_wp_page_template','default'),(2685,540,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2686,541,'_elementor_edit_mode','builder'),(2687,541,'_elementor_template_type','wp-page'),(2688,541,'_elementor_version','3.0.15'),(2689,541,'_wp_page_template','default'),(2690,541,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2693,542,'_elementor_edit_mode','builder'),(2694,542,'_elementor_template_type','wp-page'),(2695,542,'_elementor_version','3.0.15'),(2696,542,'_wp_page_template','default'),(2697,542,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2699,543,'_elementor_edit_mode','builder'),(2700,543,'_elementor_template_type','wp-page'),(2701,543,'_elementor_version','3.0.15'),(2702,543,'_wp_page_template','default'),(2703,543,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#121212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2705,544,'_elementor_edit_mode','builder'),(2706,544,'_elementor_template_type','wp-page'),(2707,544,'_elementor_version','3.0.15'),(2708,544,'_wp_page_template','default'),(2709,544,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2712,545,'_elementor_edit_mode','builder'),(2713,545,'_elementor_template_type','wp-page'),(2714,545,'_elementor_version','3.0.15'),(2715,545,'_wp_page_template','default'),(2716,545,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2717,546,'_elementor_edit_mode','builder'),(2718,546,'_elementor_template_type','wp-page'),(2719,546,'_elementor_version','3.0.15'),(2720,546,'_wp_page_template','default'),(2721,546,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2722,547,'_elementor_edit_mode','builder'),(2723,547,'_elementor_template_type','wp-page'),(2724,547,'_elementor_version','3.0.15'),(2725,547,'_wp_page_template','default'),(2726,547,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2729,548,'_elementor_edit_mode','builder'),(2730,548,'_elementor_template_type','wp-page'),(2731,548,'_elementor_version','3.0.15'),(2732,548,'_wp_page_template','default'),(2733,548,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2735,549,'_elementor_edit_mode','builder'),(2736,549,'_elementor_template_type','wp-page'),(2737,549,'_elementor_version','3.0.15'),(2738,549,'_wp_page_template','default'),(2739,549,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2741,550,'_elementor_edit_mode','builder'),(2742,550,'_elementor_template_type','wp-page'),(2743,550,'_elementor_version','3.0.15'),(2744,550,'_wp_page_template','default'),(2745,550,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"First contract\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"16ac2b9\",\"arrow\":\"disable\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2757,552,'_elementor_edit_mode','builder'),(2758,552,'_elementor_template_type','wp-page'),(2759,552,'_elementor_version','3.0.15'),(2760,552,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2761,552,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"First contract\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"16ac2b9\",\"arrow\":\"disable\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2763,553,'_elementor_edit_mode','builder'),(2764,553,'_elementor_template_type','wp-page'),(2765,553,'_elementor_version','3.0.15'),(2766,553,'_wp_page_template','default'),(2767,553,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"First contract\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"16ac2b9\",\"arrow\":\"disable\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2769,554,'_elementor_edit_mode','builder'),(2770,554,'_elementor_template_type','wp-page'),(2771,554,'_elementor_version','3.0.15'),(2772,554,'_wp_page_template','default'),(2773,554,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"First contract\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"disable\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2777,555,'_elementor_edit_mode','builder'),(2778,555,'_elementor_template_type','wp-page'),(2779,555,'_elementor_version','3.0.15'),(2780,555,'_wp_page_template','default'),(2781,555,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"First contract\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"disable\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2783,556,'_elementor_edit_mode','builder'),(2784,556,'_elementor_template_type','wp-page'),(2785,556,'_elementor_version','3.0.15'),(2786,556,'_wp_page_template','default'),(2787,556,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"First contract\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"disable\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2789,557,'_elementor_edit_mode','builder'),(2790,557,'_elementor_template_type','wp-page'),(2791,557,'_elementor_version','3.0.15'),(2792,557,'_wp_page_template','default'),(2793,557,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2796,558,'_elementor_edit_mode','builder'),(2797,558,'_elementor_template_type','wp-page'),(2798,558,'_elementor_version','3.0.15'),(2799,558,'_wp_page_template','default'),(2800,558,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2801,559,'_elementor_edit_mode','builder'),(2802,559,'_elementor_template_type','wp-page'),(2803,559,'_elementor_version','3.0.15'),(2804,559,'_wp_page_template','default'),(2805,559,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2806,560,'_elementor_edit_mode','builder'),(2807,560,'_elementor_template_type','wp-page'),(2808,560,'_elementor_version','3.0.15'),(2809,560,'_wp_page_template','default'),(2810,560,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2813,561,'_wp_attached_file','2021/01/333.gif'),(2814,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2021/01/333.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"333-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"333-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2815,562,'_wp_attached_file','2021/01/444.gif'),(2816,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2021/01/444.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"444-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"444-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2824,564,'_wp_attached_file','2021/01/555.gif'),(2825,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2021/01/555.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"555-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"555-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2826,565,'_wp_attached_file','2021/01/666.gif'),(2827,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2021/01/666.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"666-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"666-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2828,566,'_elementor_edit_mode','builder'),(2829,566,'_elementor_template_type','wp-page'),(2830,566,'_elementor_version','3.0.15'),(2831,566,'_wp_page_template','default'),(2832,566,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2833,567,'_elementor_edit_mode','builder'),(2834,567,'_elementor_template_type','wp-page'),(2835,567,'_elementor_version','3.0.15'),(2836,567,'_wp_page_template','default'),(2837,567,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false}]'),(2838,568,'_elementor_edit_mode','builder'),(2839,568,'_elementor_template_type','wp-page'),(2841,568,'_elementor_version','3.0.15'),(2842,568,'_wp_page_template','default'),(2843,568,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false}]'),(2846,569,'_elementor_edit_mode','builder'),(2847,569,'_elementor_template_type','wp-page'),(2848,569,'_elementor_version','3.0.15'),(2849,569,'_wp_page_template','default'),(2850,569,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false}]'),(2852,570,'_elementor_edit_mode','builder'),(2853,570,'_elementor_template_type','wp-page'),(2854,570,'_elementor_version','3.0.15'),(2855,570,'_wp_page_template','default'),(2856,570,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false}]'),(2858,571,'_elementor_edit_mode','builder'),(2859,571,'_elementor_template_type','wp-page'),(2860,571,'_elementor_version','3.0.15'),(2861,571,'_wp_page_template','default'),(2862,571,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false}]'),(2866,572,'_elementor_edit_mode','builder'),(2867,572,'_elementor_template_type','wp-page'),(2868,572,'_elementor_version','3.0.15'),(2869,572,'_wp_page_template','default'),(2870,572,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false}]'),(2872,573,'_elementor_edit_mode','builder'),(2873,573,'_elementor_template_type','wp-page'),(2874,573,'_elementor_version','3.0.15'),(2875,573,'_wp_page_template','default'),(2876,573,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false}]'),(2878,574,'_elementor_edit_mode','builder'),(2879,574,'_elementor_template_type','wp-page'),(2880,574,'_elementor_version','3.0.15'),(2881,574,'_wp_page_template','default'),(2882,574,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2885,575,'_elementor_edit_mode','builder'),(2886,575,'_elementor_template_type','wp-page'),(2887,575,'_elementor_version','3.0.15'),(2888,575,'_wp_page_template','default'),(2889,575,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2890,576,'_elementor_edit_mode','builder'),(2891,576,'_elementor_template_type','wp-page'),(2892,576,'_elementor_version','3.0.15'),(2893,576,'_wp_page_template','default'),(2894,576,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2895,577,'_elementor_edit_mode','builder'),(2896,577,'_elementor_template_type','wp-page'),(2897,577,'_elementor_version','3.0.15'),(2898,577,'_wp_page_template','default'),(2899,577,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2902,578,'_elementor_edit_mode','builder'),(2903,578,'_elementor_template_type','wp-page'),(2904,578,'_elementor_version','3.0.15'),(2905,578,'_wp_page_template','default'),(2906,578,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2908,579,'_elementor_edit_mode','builder'),(2909,579,'_elementor_template_type','wp-page'),(2910,579,'_elementor_version','3.0.15'),(2911,579,'_wp_page_template','default'),(2912,579,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2914,580,'_elementor_edit_mode','builder'),(2915,580,'_elementor_template_type','wp-page'),(2916,580,'_elementor_version','3.0.15'),(2917,580,'_wp_page_template','default'),(2918,580,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2930,582,'_elementor_edit_mode','builder'),(2931,582,'_elementor_template_type','wp-page'),(2932,582,'_elementor_version','3.0.15'),(2933,582,'_wp_page_template','default'),(2934,582,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2936,583,'_elementor_edit_mode','builder'),(2937,583,'_elementor_template_type','wp-page'),(2938,583,'_elementor_version','3.0.15'),(2939,583,'_wp_page_template','default'),(2940,583,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2942,584,'_elementor_edit_mode','builder'),(2943,584,'_elementor_template_type','wp-page'),(2944,584,'_elementor_version','3.0.15'),(2945,584,'_wp_page_template','default'),(2946,584,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2950,585,'_elementor_edit_mode','builder'),(2951,585,'_elementor_template_type','wp-page'),(2952,585,'_elementor_version','3.0.15'),(2953,585,'_wp_page_template','default'),(2954,585,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2956,586,'_elementor_edit_mode','builder'),(2957,586,'_elementor_template_type','wp-page'),(2958,586,'_elementor_version','3.0.15'),(2959,586,'_wp_page_template','default'),(2960,586,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2962,587,'_elementor_edit_mode','builder'),(2963,587,'_elementor_template_type','wp-page'),(2964,587,'_elementor_version','3.0.15'),(2965,587,'_wp_page_template','default'),(2966,587,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2970,588,'_wp_attached_file','2021/01/kapil.jpg'),(2971,588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:17:\"2021/01/kapil.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"kapil-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"kapil-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:{}}}'),(2972,589,'_wp_attached_file','2021/01/kapil-1.jpg'),(2973,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:19:\"2021/01/kapil-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"kapil-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"kapil-1-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:{}}}'),(2974,590,'_elementor_edit_mode','builder'),(2975,590,'_elementor_template_type','wp-page'),(2976,590,'_elementor_version','3.0.15'),(2977,590,'_wp_page_template','default'),(2978,590,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2980,591,'_elementor_edit_mode','builder'),(2981,591,'_elementor_template_type','wp-page'),(2982,591,'_elementor_version','3.0.15'),(2983,591,'_wp_page_template','default'),(2984,591,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2986,592,'_elementor_edit_mode','builder'),(2987,592,'_elementor_template_type','wp-page'),(2988,592,'_elementor_version','3.0.15'),(2989,592,'_wp_page_template','default'),(2990,592,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2994,593,'_elementor_edit_mode','builder'),(2995,593,'_elementor_template_type','wp-page'),(2996,593,'_elementor_version','3.0.15'),(2997,593,'_wp_page_template','default'),(2998,593,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3000,594,'_elementor_edit_mode','builder'),(3001,594,'_elementor_template_type','wp-page'),(3002,594,'_elementor_version','3.0.15'),(3003,594,'_wp_page_template','default'),(3004,594,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3006,595,'_elementor_edit_mode','builder'),(3007,595,'_elementor_template_type','wp-page'),(3008,595,'_elementor_version','3.0.15'),(3009,595,'_wp_page_template','default'),(3010,595,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"3882256\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3013,596,'_elementor_edit_mode','builder'),(3014,596,'_elementor_template_type','wp-page'),(3015,596,'_elementor_version','3.0.15'),(3016,596,'_wp_page_template','default'),(3017,596,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"3882256\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3018,597,'_elementor_edit_mode','builder'),(3019,597,'_elementor_template_type','wp-page'),(3020,597,'_elementor_version','3.0.15'),(3021,597,'_wp_page_template','default'),(3022,597,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"3882256\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3023,598,'_elementor_edit_mode','builder'),(3024,598,'_elementor_template_type','wp-page'),(3025,598,'_elementor_version','3.0.15'),(3026,598,'_wp_page_template','default'),(3027,598,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3030,599,'_elementor_edit_mode','builder'),(3031,599,'_elementor_template_type','wp-page'),(3032,599,'_elementor_version','3.0.15'),(3033,599,'_wp_page_template','default'),(3034,599,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3036,600,'_elementor_edit_mode','builder'),(3037,600,'_elementor_template_type','wp-page'),(3038,600,'_elementor_version','3.0.15'),(3039,600,'_wp_page_template','default'),(3040,600,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3042,601,'_elementor_edit_mode','builder'),(3043,601,'_elementor_template_type','wp-page'),(3044,601,'_elementor_version','3.0.15'),(3045,601,'_wp_page_template','default'),(3046,601,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3050,602,'_elementor_edit_mode','builder'),(3051,602,'_elementor_template_type','wp-page'),(3052,602,'_elementor_version','3.0.15'),(3053,602,'_wp_page_template','default'),(3054,602,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3056,603,'_elementor_edit_mode','builder'),(3057,603,'_elementor_template_type','wp-page'),(3058,603,'_elementor_version','3.0.15'),(3059,603,'_wp_page_template','default'),(3060,603,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/p>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3062,604,'_elementor_edit_mode','builder'),(3063,604,'_elementor_template_type','wp-page'),(3064,604,'_elementor_version','3.0.15'),(3065,604,'_wp_page_template','default'),(3066,604,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3069,605,'_elementor_edit_mode','builder'),(3070,605,'_elementor_template_type','wp-page'),(3071,605,'_elementor_version','3.0.15'),(3072,605,'_wp_page_template','default'),(3073,605,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3074,606,'_elementor_edit_mode','builder'),(3075,606,'_elementor_template_type','wp-page'),(3076,606,'_elementor_version','3.0.15'),(3077,606,'_wp_page_template','default'),(3078,606,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3079,607,'_elementor_edit_mode','builder'),(3080,607,'_elementor_template_type','wp-page'),(3081,607,'_elementor_version','3.0.15'),(3082,607,'_wp_page_template','default'),(3083,607,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3086,608,'_elementor_edit_mode','builder'),(3087,608,'_elementor_template_type','wp-page'),(3088,608,'_elementor_version','3.0.15'),(3089,608,'_wp_page_template','default'),(3090,608,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3092,609,'_elementor_edit_mode','builder'),(3093,609,'_elementor_template_type','wp-page'),(3094,609,'_elementor_version','3.0.15'),(3095,609,'_wp_page_template','default'),(3096,609,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#090909\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3098,610,'_elementor_edit_mode','builder'),(3099,610,'_elementor_template_type','wp-page'),(3100,610,'_elementor_version','3.0.15'),(3101,610,'_wp_page_template','default'),(3102,610,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3105,611,'_wp_attached_file','2021/01/client-01-hover.png'),(3106,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:27:\"2021/01/client-01-hover.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"client-01-hover-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"client-01-hover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3107,612,'_wp_attached_file','2021/01/cleint.png'),(3108,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:18:\"2021/01/cleint.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"cleint-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cleint-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3115,614,'_elementor_edit_mode','builder'),(3116,614,'_elementor_template_type','wp-page'),(3117,614,'_elementor_version','3.0.15'),(3118,614,'_wp_page_template','default'),(3119,614,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3120,615,'_elementor_edit_mode','builder'),(3121,615,'_elementor_template_type','wp-page'),(3122,615,'_elementor_version','3.0.15'),(3123,615,'_wp_page_template','default'),(3124,615,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3125,616,'_elementor_edit_mode','builder'),(3126,616,'_elementor_template_type','wp-page'),(3127,616,'_elementor_version','3.0.15'),(3128,616,'_wp_page_template','default'),(3129,616,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f62412c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0143487\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3131,617,'_elementor_edit_mode','builder'),(3132,617,'_elementor_template_type','wp-page'),(3133,617,'_elementor_version','3.0.15'),(3134,617,'_wp_page_template','default'),(3135,617,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f62412c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0143487\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3136,618,'_elementor_edit_mode','builder'),(3137,618,'_elementor_template_type','wp-page'),(3138,618,'_elementor_version','3.0.15'),(3139,618,'_wp_page_template','default'),(3140,618,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f62412c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0143487\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3141,619,'_elementor_edit_mode','builder'),(3142,619,'_elementor_template_type','wp-page'),(3143,619,'_elementor_version','3.0.15'),(3144,619,'_wp_page_template','default'),(3145,619,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3148,620,'_edit_lock','1613487366:1'),(3149,620,'_edit_last','1'),(3150,620,'banner_background_image','316'),(3151,620,'_banner_background_image','field_5feab3dfc6d7c'),(3152,620,'banner_title','About us'),(3153,620,'_banner_title','field_5feab41bc6d7d'),(3154,620,'banner_subtitle','Amazing Things Together.'),(3155,620,'_banner_subtitle','field_5feab42ec6d7e'),(3156,622,'banner_background_image','316'),(3157,622,'_banner_background_image','field_5feab3dfc6d7c'),(3158,622,'banner_title','About us'),(3159,622,'_banner_title','field_5feab41bc6d7d'),(3160,622,'banner_subtitle','Amazing Things Together.'),(3161,622,'_banner_subtitle','field_5feab42ec6d7e'),(3162,620,'_elementor_edit_mode','builder'),(3163,620,'_elementor_template_type','wp-page'),(3164,620,'_elementor_version','3.0.15'),(3165,623,'_elementor_edit_mode','builder'),(3166,623,'_elementor_template_type','wp-page'),(3167,623,'_elementor_version','3.0.15'),(3168,624,'_elementor_edit_mode','builder'),(3169,624,'_elementor_template_type','wp-page'),(3170,624,'_elementor_version','3.0.15'),(3171,620,'_wp_page_template','default'),(3172,620,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn popmake-1583\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3173,625,'_elementor_edit_mode','builder'),(3174,625,'_elementor_template_type','wp-page'),(3175,625,'_elementor_version','3.0.15'),(3176,625,'_wp_page_template','default'),(3177,625,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(3179,626,'_elementor_edit_mode','builder'),(3180,626,'_elementor_template_type','wp-page'),(3181,626,'_elementor_version','3.0.15'),(3182,626,'_wp_page_template','default'),(3183,626,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(3184,627,'_elementor_edit_mode','builder'),(3185,627,'_elementor_template_type','wp-page'),(3186,627,'_elementor_version','3.0.15'),(3187,627,'_wp_page_template','default'),(3188,627,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(3189,628,'_elementor_edit_mode','builder'),(3190,628,'_elementor_template_type','wp-page'),(3191,628,'_elementor_version','3.0.15'),(3192,628,'_wp_page_template','default'),(3193,628,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73d9f19\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":false}],\"isInner\":false}]'),(3196,629,'_elementor_edit_mode','builder'),(3197,629,'_elementor_template_type','wp-page'),(3198,629,'_elementor_version','3.0.15'),(3199,629,'_wp_page_template','default'),(3200,629,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73d9f19\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":false}],\"isInner\":false}]'),(3202,630,'_elementor_edit_mode','builder'),(3203,630,'_elementor_template_type','wp-page'),(3204,630,'_elementor_version','3.0.15'),(3205,630,'_wp_page_template','default'),(3206,630,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73d9f19\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":false}],\"isInner\":false}]'),(3208,631,'_elementor_edit_mode','builder'),(3209,631,'_elementor_template_type','wp-page'),(3210,631,'_elementor_version','3.0.15'),(3211,631,'_wp_page_template','default'),(3212,631,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8abc9df\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a87e6a0\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3216,632,'_elementor_edit_mode','builder'),(3217,632,'_elementor_template_type','wp-page'),(3218,632,'_elementor_version','3.0.15'),(3219,632,'_wp_page_template','default'),(3220,632,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8abc9df\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a87e6a0\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3222,633,'_elementor_edit_mode','builder'),(3223,633,'_elementor_template_type','wp-page'),(3224,633,'_elementor_version','3.0.15'),(3225,633,'_wp_page_template','default'),(3226,633,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8abc9df\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a87e6a0\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3228,634,'_elementor_edit_mode','builder'),(3229,634,'_elementor_template_type','wp-page'),(3230,634,'_elementor_version','3.0.15'),(3231,634,'_wp_page_template','default'),(3232,634,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"659980f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8abc9df\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"63f3662\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a87e6a0\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"390c4c3\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3243,636,'_elementor_edit_mode','builder'),(3244,636,'_elementor_template_type','wp-page'),(3245,636,'_elementor_version','3.0.15'),(3246,636,'_wp_page_template','default'),(3247,636,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"659980f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8abc9df\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"63f3662\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a87e6a0\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"390c4c3\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3248,637,'_elementor_edit_mode','builder'),(3249,637,'_elementor_template_type','wp-page'),(3250,637,'_elementor_version','3.0.15'),(3251,637,'_wp_page_template','default'),(3252,637,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"659980f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8abc9df\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"63f3662\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a87e6a0\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"},{\"id\":\"390c4c3\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Click me\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3253,638,'_elementor_edit_mode','builder'),(3254,638,'_elementor_template_type','wp-page'),(3255,638,'_elementor_version','3.0.15'),(3256,638,'_wp_page_template','default'),(3257,638,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3267,640,'_elementor_edit_mode','builder'),(3268,640,'_elementor_template_type','wp-page'),(3269,640,'_elementor_version','3.0.15'),(3270,640,'_wp_page_template','default'),(3271,640,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3272,641,'_elementor_edit_mode','builder'),(3273,641,'_elementor_template_type','wp-page'),(3274,641,'_elementor_version','3.0.15'),(3275,641,'_wp_page_template','default'),(3276,641,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3277,642,'_elementor_edit_mode','builder'),(3278,642,'_elementor_template_type','wp-page'),(3279,642,'_elementor_version','3.0.15'),(3281,642,'_wp_page_template','default'),(3282,642,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6f313c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7c4ef1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ccd9680\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3285,643,'_elementor_edit_mode','builder'),(3286,643,'_elementor_template_type','wp-page'),(3287,643,'_elementor_version','3.0.15'),(3288,643,'_wp_page_template','default'),(3289,643,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6f313c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7c4ef1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ccd9680\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3291,644,'_elementor_edit_mode','builder'),(3292,644,'_elementor_template_type','wp-page'),(3293,644,'_elementor_version','3.0.15'),(3294,644,'_wp_page_template','default'),(3295,644,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6f313c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7c4ef1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ccd9680\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3297,645,'_elementor_edit_mode','builder'),(3298,645,'_elementor_template_type','wp-page'),(3299,645,'_elementor_version','3.0.15'),(3300,645,'_wp_page_template','default'),(3301,645,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3314,648,'_menu_item_type','custom'),(3315,648,'_menu_item_menu_item_parent','0'),(3316,648,'_menu_item_object_id','648'),(3317,648,'_menu_item_object','custom'),(3318,648,'_menu_item_target',''),(3319,648,'_menu_item_classes','a:1:{i:0;s:8:\"nav-item\";}'),(3320,648,'_menu_item_xfn',''),(3321,648,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/'),(3323,649,'_menu_item_type','custom'),(3324,649,'_menu_item_menu_item_parent','0'),(3325,649,'_menu_item_object_id','649'),(3326,649,'_menu_item_object','custom'),(3327,649,'_menu_item_target',''),(3328,649,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3329,649,'_menu_item_xfn',''),(3330,649,'_menu_item_url','http://demoweblinks.in/amaeka-wp/#what-we-do'),(3341,651,'_menu_item_type','custom'),(3342,651,'_menu_item_menu_item_parent','0'),(3343,651,'_menu_item_object_id','651'),(3344,651,'_menu_item_object','custom'),(3345,651,'_menu_item_target',''),(3346,651,'_menu_item_classes','a:1:{i:0;s:8:\"nav-item\";}'),(3347,651,'_menu_item_xfn',''),(3348,651,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#team'),(3350,652,'_menu_item_type','post_type'),(3351,652,'_menu_item_menu_item_parent','0'),(3352,652,'_menu_item_object_id','479'),(3353,652,'_menu_item_object','page'),(3354,652,'_menu_item_target',''),(3355,652,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3356,652,'_menu_item_xfn',''),(3357,652,'_menu_item_url',''),(3359,653,'_wp_attached_file','2021/01/menu-ic3.png'),(3360,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:41;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2021/01/menu-ic3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3361,654,'_wp_attached_file','2021/01/menu-ic2.png'),(3362,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:41;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2021/01/menu-ic2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3363,648,'menu-item-img_url','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic2.png'),(3364,655,'_wp_attached_file','2021/01/menu-ic4.png'),(3365,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:41;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2021/01/menu-ic4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3366,649,'menu-item-img_url','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic3.png'),(3368,651,'menu-item-img_url','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic4.png'),(3369,652,'menu-item-img_url','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic3.png'),(3370,656,'_menu_item_type','post_type'),(3371,656,'_menu_item_menu_item_parent','0'),(3372,656,'_menu_item_object_id','326'),(3373,656,'_menu_item_object','page'),(3374,656,'_menu_item_target',''),(3375,656,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3376,656,'_menu_item_xfn',''),(3377,656,'_menu_item_url',''),(3379,656,'menu-item-img_url','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/menu-ic1.png'),(3381,657,'_edit_lock','1644401118:1'),(3382,657,'_edit_last','1'),(3383,657,'banner_background_image','316'),(3384,657,'_banner_background_image','field_5feab3dfc6d7c'),(3385,657,'banner_title','Portfolio'),(3386,657,'_banner_title','field_5feab41bc6d7d'),(3387,657,'banner_subtitle','Amazing Things Together.'),(3388,657,'_banner_subtitle','field_5feab42ec6d7e'),(3389,659,'banner_background_image','316'),(3390,659,'_banner_background_image','field_5feab3dfc6d7c'),(3391,659,'banner_title','Portfolio'),(3392,659,'_banner_title','field_5feab41bc6d7d'),(3393,659,'banner_subtitle','Amazing Things Together.'),(3394,659,'_banner_subtitle','field_5feab42ec6d7e'),(3395,657,'_elementor_edit_mode','builder'),(3396,657,'_elementor_template_type','wp-page'),(3397,657,'_elementor_version','3.5.5'),(3403,661,'_elementor_edit_mode','builder'),(3404,661,'_elementor_template_type','wp-page'),(3405,661,'_elementor_version','3.0.15'),(3406,662,'_elementor_edit_mode','builder'),(3407,662,'_elementor_template_type','wp-page'),(3408,662,'_elementor_version','3.0.15'),(3409,657,'_wp_page_template','default'),(3410,657,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"f22eb1f\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/bg_page_title.jpg\",\"id\":1813,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"75a5871\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3411,663,'_elementor_edit_mode','builder'),(3412,663,'_elementor_template_type','wp-page'),(3413,663,'_elementor_version','3.0.15'),(3414,663,'_wp_page_template','default'),(3415,663,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3418,664,'_wp_attached_file','2021/01/1-2.jpg'),(3419,664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2021/01/1-2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-2-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:{}}}'),(3420,665,'_elementor_edit_mode','builder'),(3421,665,'_elementor_template_type','wp-page'),(3422,665,'_elementor_version','3.0.15'),(3423,665,'_wp_page_template','default'),(3424,665,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3426,666,'_elementor_edit_mode','builder'),(3427,666,'_elementor_template_type','wp-page'),(3428,666,'_elementor_version','3.0.15'),(3429,666,'_wp_page_template','default'),(3430,666,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3432,667,'_elementor_edit_mode','builder'),(3433,667,'_elementor_template_type','wp-page'),(3434,667,'_elementor_version','3.0.15'),(3435,667,'_wp_page_template','default'),(3436,667,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3439,668,'_elementor_edit_mode','builder'),(3440,668,'_elementor_template_type','wp-page'),(3441,668,'_elementor_version','3.0.15'),(3442,668,'_wp_page_template','default'),(3443,668,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3444,669,'_elementor_edit_mode','builder'),(3445,669,'_elementor_template_type','wp-page'),(3446,669,'_elementor_version','3.0.15'),(3447,669,'_wp_page_template','default'),(3448,669,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3449,670,'_elementor_edit_mode','builder'),(3450,670,'_elementor_template_type','wp-page'),(3451,670,'_elementor_version','3.0.15'),(3452,670,'_wp_page_template','default'),(3453,670,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(3456,671,'_menu_item_type','post_type'),(3457,671,'_menu_item_menu_item_parent','0'),(3458,671,'_menu_item_object_id','657'),(3459,671,'_menu_item_object','page'),(3460,671,'_menu_item_target',''),(3461,671,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3462,671,'_menu_item_xfn',''),(3463,671,'_menu_item_url',''),(3465,671,'menu-item-img_url','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic2.png'),(3466,672,'_elementor_edit_mode','builder'),(3467,672,'_elementor_template_type','wp-page'),(3468,672,'_elementor_version','3.0.15'),(3469,672,'_wp_page_template','default'),(3470,672,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3472,673,'_elementor_edit_mode','builder'),(3473,673,'_elementor_template_type','wp-page'),(3474,673,'_elementor_version','3.0.15'),(3475,673,'_wp_page_template','default'),(3476,673,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3478,674,'_elementor_edit_mode','builder'),(3479,674,'_elementor_template_type','wp-page'),(3480,674,'_elementor_version','3.0.15'),(3481,674,'_wp_page_template','default'),(3482,674,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys company\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3486,675,'_elementor_edit_mode','builder'),(3487,675,'_elementor_template_type','wp-page'),(3488,675,'_elementor_version','3.0.15'),(3489,675,'_wp_page_template','default'),(3490,675,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3492,676,'_elementor_edit_mode','builder'),(3493,676,'_elementor_template_type','wp-page'),(3494,676,'_elementor_version','3.0.15'),(3495,676,'_wp_page_template','default'),(3496,676,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3498,677,'_elementor_edit_mode','builder'),(3499,677,'_elementor_template_type','wp-page'),(3500,677,'_elementor_version','3.0.15'),(3501,677,'_wp_page_template','default'),(3502,677,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3506,678,'_elementor_edit_mode','builder'),(3507,678,'_elementor_template_type','wp-page'),(3508,678,'_elementor_version','3.0.15'),(3509,678,'_wp_page_template','default'),(3510,678,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys company\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3512,679,'_elementor_edit_mode','builder'),(3513,679,'_elementor_template_type','wp-page'),(3514,679,'_elementor_version','3.0.15'),(3515,679,'_wp_page_template','default'),(3516,679,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys company\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3518,680,'_elementor_edit_mode','builder'),(3519,680,'_elementor_template_type','wp-page'),(3520,680,'_elementor_version','3.0.15'),(3521,680,'_wp_page_template','default'),(3522,680,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3527,682,'_wp_attached_file','2020/12/cropped-logo-1.jpg'),(3528,682,'_wp_attachment_context','custom-logo'),(3529,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:168;s:6:\"height\";i:63;s:4:\"file\";s:26:\"2020/12/cropped-logo-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-logo-1-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;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:{}}}'),(3532,684,'_wp_attached_file','2020/12/cropped-cropped-logo.jpg'),(3533,684,'_wp_attachment_context','site-icon'),(3534,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2020/12/cropped-cropped-logo.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-512x400.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:32:\"cropped-cropped-logo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:30:\"cropped-cropped-logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(3547,687,'_elementor_edit_mode','builder'),(3548,687,'_elementor_template_type','wp-page'),(3549,687,'_elementor_version','3.0.15'),(3550,687,'_wp_page_template','default'),(3551,687,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3553,688,'_elementor_edit_mode','builder'),(3554,688,'_elementor_template_type','wp-page'),(3555,688,'_elementor_version','3.0.15'),(3556,688,'_wp_page_template','default'),(3557,688,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3559,689,'_elementor_edit_mode','builder'),(3560,689,'_elementor_template_type','wp-page'),(3561,689,'_elementor_version','3.0.15'),(3562,689,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (3563,689,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb2d8d3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c98025c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"964c052\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4e029a2\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"ede2166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3567,690,'_elementor_edit_mode','builder'),(3568,690,'_elementor_template_type','wp-page'),(3569,690,'_elementor_version','3.0.15'),(3570,690,'_wp_page_template','default'),(3571,690,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb2d8d3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c98025c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"964c052\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4e029a2\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"ede2166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3573,691,'_elementor_edit_mode','builder'),(3574,691,'_elementor_template_type','wp-page'),(3575,691,'_elementor_version','3.0.15'),(3576,691,'_wp_page_template','default'),(3577,691,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb2d8d3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c98025c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"964c052\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4e029a2\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"ede2166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3579,692,'_elementor_edit_mode','builder'),(3580,692,'_elementor_template_type','wp-page'),(3581,692,'_elementor_version','3.0.15'),(3582,692,'_wp_page_template','default'),(3583,692,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3587,693,'_elementor_edit_mode','builder'),(3588,693,'_elementor_template_type','wp-page'),(3589,693,'_elementor_version','3.0.15'),(3590,693,'_wp_page_template','default'),(3591,693,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3593,694,'_elementor_edit_mode','builder'),(3594,694,'_elementor_template_type','wp-page'),(3595,694,'_elementor_version','3.0.15'),(3596,694,'_wp_page_template','default'),(3597,694,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3599,695,'_elementor_edit_mode','builder'),(3600,695,'_elementor_template_type','wp-page'),(3601,695,'_elementor_version','3.0.15'),(3602,695,'_wp_page_template','default'),(3603,695,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(3625,698,'_menu_item_type','custom'),(3626,698,'_menu_item_menu_item_parent','0'),(3627,698,'_menu_item_object_id','698'),(3628,698,'_menu_item_object','custom'),(3629,698,'_menu_item_target',''),(3630,698,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3631,698,'_menu_item_xfn',''),(3632,698,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company'),(3634,699,'_menu_item_type','custom'),(3635,699,'_menu_item_menu_item_parent','698'),(3636,699,'_menu_item_object_id','699'),(3637,699,'_menu_item_object','custom'),(3638,699,'_menu_item_target',''),(3639,699,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3640,699,'_menu_item_xfn',''),(3641,699,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#storys'),(3677,704,'_menu_item_type','custom'),(3678,704,'_menu_item_menu_item_parent','0'),(3679,704,'_menu_item_object_id','704'),(3680,704,'_menu_item_object','custom'),(3681,704,'_menu_item_target',''),(3682,704,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3683,704,'_menu_item_xfn',''),(3684,704,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#storys'),(3686,705,'_menu_item_type','custom'),(3687,705,'_menu_item_menu_item_parent','0'),(3688,705,'_menu_item_object_id','705'),(3689,705,'_menu_item_object','custom'),(3690,705,'_menu_item_target',''),(3691,705,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3692,705,'_menu_item_xfn',''),(3693,705,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#our-clients'),(3695,706,'_menu_item_type','custom'),(3696,706,'_menu_item_menu_item_parent','0'),(3697,706,'_menu_item_object_id','706'),(3698,706,'_menu_item_object','custom'),(3699,706,'_menu_item_target',''),(3700,706,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3701,706,'_menu_item_xfn',''),(3702,706,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#testimonial'),(3704,707,'_menu_item_type','custom'),(3705,707,'_menu_item_menu_item_parent','0'),(3706,707,'_menu_item_object_id','707'),(3707,707,'_menu_item_object','custom'),(3708,707,'_menu_item_target',''),(3709,707,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3710,707,'_menu_item_xfn',''),(3711,707,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#we-work'),(3713,708,'_menu_item_type','custom'),(3714,708,'_menu_item_menu_item_parent','0'),(3715,708,'_menu_item_object_id','708'),(3716,708,'_menu_item_object','custom'),(3717,708,'_menu_item_target',''),(3718,708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3719,708,'_menu_item_xfn',''),(3720,708,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#choose-us'),(3722,709,'_menu_item_type','custom'),(3723,709,'_menu_item_menu_item_parent','0'),(3724,709,'_menu_item_object_id','709'),(3725,709,'_menu_item_object','custom'),(3726,709,'_menu_item_target',''),(3727,709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3728,709,'_menu_item_xfn',''),(3729,709,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#storys'),(3732,710,'_elementor_edit_mode','builder'),(3733,710,'_elementor_template_type','wp-page'),(3734,710,'_elementor_version','3.0.15'),(3735,710,'_wp_page_template','default'),(3736,710,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3738,711,'_elementor_edit_mode','builder'),(3739,711,'_elementor_template_type','wp-page'),(3740,711,'_elementor_version','3.0.15'),(3741,711,'_wp_page_template','default'),(3742,711,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3744,712,'_elementor_edit_mode','builder'),(3745,712,'_elementor_template_type','wp-page'),(3746,712,'_elementor_version','3.0.15'),(3747,712,'_wp_page_template','default'),(3748,712,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3751,713,'_elementor_edit_mode','builder'),(3752,713,'_elementor_template_type','wp-page'),(3753,713,'_elementor_version','3.0.15'),(3754,713,'_wp_page_template','default'),(3755,713,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3756,714,'_elementor_edit_mode','builder'),(3757,714,'_elementor_template_type','wp-page'),(3758,714,'_elementor_version','3.0.15'),(3759,714,'_wp_page_template','default'),(3760,714,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3761,715,'_elementor_edit_mode','builder'),(3762,715,'_elementor_template_type','wp-page'),(3763,715,'_elementor_version','3.0.15'),(3764,715,'_wp_page_template','default'),(3765,715,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3767,716,'_elementor_edit_mode','builder'),(3768,716,'_elementor_template_type','wp-page'),(3769,716,'_elementor_version','3.0.15'),(3770,716,'_wp_page_template','default'),(3771,716,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3772,717,'_elementor_edit_mode','builder'),(3773,717,'_elementor_template_type','wp-page'),(3774,717,'_elementor_version','3.0.15'),(3775,717,'_wp_page_template','default'),(3776,717,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66395b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"02f5597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4978d29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"05a7261\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"096ade0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8cf6068\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"a1078a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false},{\"id\":\"0a89ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"acb6664\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"},{\"id\":\"8c25f09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3777,718,'_elementor_edit_mode','builder'),(3778,718,'_elementor_template_type','wp-page'),(3779,718,'_elementor_version','3.0.15'),(3780,718,'_wp_page_template','default'),(3781,718,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3792,720,'_menu_item_type','post_type'),(3793,720,'_menu_item_menu_item_parent','0'),(3794,720,'_menu_item_object_id','479'),(3795,720,'_menu_item_object','page'),(3796,720,'_menu_item_target',''),(3797,720,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3798,720,'_menu_item_xfn',''),(3799,720,'_menu_item_url',''),(3803,722,'_wp_attached_file','2020/12/cropped-cropped-logo-1.jpg'),(3804,722,'_wp_attachment_context','custom-logo'),(3805,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:168;s:6:\"height\";i:63;s:4:\"file\";s:34:\"2020/12/cropped-cropped-logo-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-cropped-logo-1-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;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:{}}}'),(3816,725,'_edit_lock','1610099914:1'),(3818,725,'_elementor_edit_mode','builder'),(3819,725,'_elementor_template_type','wp-page'),(3820,725,'_elementor_version','3.0.15'),(3830,736,'_elementor_edit_mode','builder'),(3831,736,'_elementor_template_type','wp-page'),(3832,736,'_elementor_version','3.0.15'),(3833,736,'_wp_page_template','default'),(3834,736,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3836,737,'_elementor_edit_mode','builder'),(3837,737,'_elementor_template_type','wp-page'),(3838,737,'_elementor_version','3.0.15'),(3839,737,'_wp_page_template','default'),(3840,737,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3842,738,'_elementor_edit_mode','builder'),(3843,738,'_elementor_template_type','wp-page'),(3844,738,'_elementor_version','3.0.15'),(3845,738,'_wp_page_template','default'),(3846,738,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3849,739,'_elementor_edit_mode','builder'),(3850,739,'_elementor_template_type','wp-page'),(3851,739,'_elementor_version','3.0.15'),(3852,739,'_wp_page_template','default'),(3853,739,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3854,740,'_elementor_edit_mode','builder'),(3855,740,'_elementor_template_type','wp-page'),(3856,740,'_elementor_version','3.0.15'),(3857,740,'_wp_page_template','default'),(3858,740,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3859,741,'_elementor_edit_mode','builder'),(3860,741,'_elementor_template_type','wp-page'),(3861,741,'_elementor_version','3.0.15'),(3862,741,'_wp_page_template','default'),(3863,741,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3865,742,'_elementor_edit_mode','builder'),(3866,742,'_elementor_template_type','wp-page'),(3867,742,'_elementor_version','3.0.15'),(3868,742,'_wp_page_template','default'),(3869,742,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3870,743,'_elementor_edit_mode','builder'),(3871,743,'_elementor_template_type','wp-page'),(3872,743,'_elementor_version','3.0.15'),(3873,743,'_wp_page_template','default'),(3874,743,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3875,744,'_elementor_edit_mode','builder'),(3876,744,'_elementor_template_type','wp-page'),(3877,744,'_elementor_version','3.0.15'),(3878,744,'_wp_page_template','default'),(3879,744,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3881,745,'_elementor_edit_mode','builder'),(3882,745,'_elementor_template_type','wp-page'),(3883,745,'_elementor_version','3.0.15'),(3884,745,'_wp_page_template','default'),(3885,745,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3886,746,'_elementor_edit_mode','builder'),(3887,746,'_elementor_template_type','wp-page'),(3888,746,'_elementor_version','3.0.15'),(3889,746,'_wp_page_template','default'),(3890,746,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3891,747,'_elementor_edit_mode','builder'),(3892,747,'_elementor_template_type','wp-page'),(3893,747,'_elementor_version','3.0.15'),(3894,747,'_wp_page_template','default'),(3895,747,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3903,749,'_elementor_edit_mode','builder'),(3904,749,'_elementor_template_type','wp-page'),(3905,749,'_elementor_version','3.0.15'),(3906,749,'_wp_page_template','default'),(3907,749,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3908,750,'_elementor_edit_mode','builder'),(3909,750,'_elementor_template_type','wp-page'),(3910,750,'_elementor_version','3.0.15'),(3911,750,'_wp_page_template','default'),(3912,750,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3913,751,'_elementor_edit_mode','builder'),(3914,751,'_elementor_template_type','wp-page'),(3915,751,'_elementor_version','3.0.15'),(3916,751,'_wp_page_template','default'),(3917,751,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3919,752,'_elementor_edit_mode','builder'),(3920,752,'_elementor_template_type','wp-page'),(3921,752,'_elementor_version','3.0.15'),(3922,752,'_wp_page_template','default'),(3923,752,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3924,753,'_elementor_edit_mode','builder'),(3925,753,'_elementor_template_type','wp-page'),(3926,753,'_elementor_version','3.0.15'),(3927,753,'_wp_page_template','default'),(3928,753,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3929,754,'_elementor_edit_mode','builder'),(3930,754,'_elementor_template_type','wp-page'),(3931,754,'_elementor_version','3.0.15'),(3932,754,'_wp_page_template','default'),(3933,754,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3935,755,'_elementor_edit_mode','builder'),(3936,755,'_elementor_template_type','wp-page'),(3937,755,'_elementor_version','3.0.15'),(3938,756,'_elementor_edit_mode','builder'),(3939,756,'_elementor_template_type','wp-page'),(3940,756,'_elementor_version','3.0.15'),(3941,725,'_wp_page_template','default'),(3942,725,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ghfghfghfghullamcorper mattis, pulvinardrd dpop[op[ibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3943,757,'_elementor_edit_mode','builder'),(3944,757,'_elementor_template_type','wp-page'),(3945,757,'_elementor_version','3.0.15'),(3946,757,'_wp_page_template','default'),(3947,757,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3955,759,'_elementor_edit_mode','builder'),(3956,759,'_elementor_template_type','wp-page'),(3957,759,'_elementor_version','3.0.15'),(3958,759,'_wp_page_template','default'),(3959,759,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3960,760,'_elementor_edit_mode','builder'),(3961,760,'_elementor_template_type','wp-page'),(3962,760,'_elementor_version','3.0.15'),(3963,760,'_wp_page_template','default'),(3964,760,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3965,761,'_elementor_edit_mode','builder'),(3966,761,'_elementor_template_type','wp-page'),(3967,761,'_elementor_version','3.0.15'),(3968,761,'_wp_page_template','default'),(3969,761,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3971,762,'_elementor_edit_mode','builder'),(3972,762,'_elementor_template_type','wp-page'),(3973,762,'_elementor_version','3.0.15'),(3974,762,'_wp_page_template','default'),(3975,762,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3976,763,'_elementor_edit_mode','builder'),(3977,763,'_elementor_template_type','wp-page'),(3978,763,'_elementor_version','3.0.15'),(3979,763,'_wp_page_template','default'),(3980,763,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3981,764,'_elementor_edit_mode','builder'),(3982,764,'_elementor_template_type','wp-page'),(3983,764,'_elementor_version','3.0.15'),(3984,764,'_wp_page_template','default'),(3985,764,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3987,765,'_elementor_edit_mode','builder'),(3988,765,'_elementor_template_type','wp-page'),(3989,765,'_elementor_version','3.0.15'),(3990,765,'_wp_page_template','default'),(3991,765,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3992,766,'_elementor_edit_mode','builder'),(3993,766,'_elementor_template_type','wp-page'),(3994,766,'_elementor_version','3.0.15'),(3995,766,'_wp_page_template','default'),(3996,766,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3997,767,'_elementor_edit_mode','builder'),(3998,767,'_elementor_template_type','wp-page'),(3999,767,'_elementor_version','3.0.15'),(4000,767,'_wp_page_template','default'),(4001,767,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4003,768,'_elementor_edit_mode','builder'),(4004,768,'_elementor_template_type','wp-page'),(4005,768,'_elementor_version','3.0.15'),(4006,768,'_wp_page_template','default'),(4007,768,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4008,769,'_elementor_edit_mode','builder'),(4009,769,'_elementor_template_type','wp-page'),(4010,769,'_elementor_version','3.0.15'),(4011,769,'_wp_page_template','default'),(4012,769,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4013,770,'_elementor_edit_mode','builder'),(4014,770,'_elementor_template_type','wp-page'),(4015,770,'_elementor_version','3.0.15'),(4016,770,'_wp_page_template','default'),(4017,770,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4019,771,'_elementor_edit_mode','builder'),(4020,771,'_elementor_template_type','wp-page'),(4021,771,'_elementor_version','3.0.15'),(4022,771,'_wp_page_template','default'),(4023,771,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4024,772,'_elementor_edit_mode','builder'),(4025,772,'_elementor_template_type','wp-page'),(4026,772,'_elementor_version','3.0.15'),(4027,772,'_wp_page_template','default'),(4028,772,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4029,773,'_elementor_edit_mode','builder'),(4030,773,'_elementor_template_type','wp-page'),(4031,773,'_elementor_version','3.0.15'),(4032,773,'_wp_page_template','default'),(4033,773,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dpop[op[ibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4035,774,'_elementor_edit_mode','builder'),(4036,774,'_elementor_template_type','wp-page'),(4037,774,'_elementor_version','3.0.15'),(4038,774,'_wp_page_template','default'),(4039,774,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dpop[op[ibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4040,775,'_elementor_edit_mode','builder'),(4041,775,'_elementor_template_type','wp-page'),(4042,775,'_elementor_version','3.0.15'),(4043,775,'_wp_page_template','default'),(4044,775,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dpop[op[ibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4045,776,'_elementor_edit_mode','builder'),(4046,776,'_elementor_template_type','wp-page'),(4047,776,'_elementor_version','3.0.15'),(4048,776,'_wp_page_template','default'),(4049,776,'_elementor_data','[{\"id\":\"2daacf1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"099cffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a518c10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ghfghfghfghullamcorper mattis, pulvinardrd dpop[op[ibus leo.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4053,777,'_elementor_edit_mode','builder'),(4054,777,'_elementor_template_type','wp-page'),(4055,777,'_elementor_version','3.0.15'),(4056,777,'_wp_page_template','default'),(4057,777,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4059,778,'_elementor_edit_mode','builder'),(4060,778,'_elementor_template_type','wp-page'),(4061,778,'_elementor_version','3.0.15'),(4062,778,'_wp_page_template','default'),(4063,778,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44e5870\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<h6>\\\"I love you the more in that I believe you had liked me for my own sake and for nothing else\\\"<\\/h6>\",\"_id\":\"cdca754\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<h6>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/h6>\",\"_id\":\"3882256\"}],\"testimonial_color\":\"#FFFDFD\",\"testimonial_typography_typography\":\"custom\",\"testimonial_typography_font_family\":\"Raleway\",\"testimonial_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4065,779,'_elementor_edit_mode','builder'),(4066,779,'_elementor_template_type','wp-page'),(4067,779,'_elementor_version','3.0.15'),(4068,779,'_wp_page_template','default'),(4069,779,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(4079,781,'_elementor_edit_mode','builder'),(4080,781,'_elementor_template_type','wp-page'),(4081,781,'_elementor_version','3.0.15'),(4082,781,'_wp_page_template','default'),(4083,781,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(4084,782,'_elementor_edit_mode','builder'),(4085,782,'_elementor_template_type','wp-page'),(4086,782,'_elementor_version','3.0.15'),(4087,782,'_wp_page_template','default'),(4088,782,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(4089,783,'_elementor_edit_mode','builder'),(4090,783,'_elementor_template_type','wp-page'),(4091,783,'_elementor_version','3.0.15'),(4092,783,'_wp_page_template','default'),(4093,783,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0d760b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"572adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a26475\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false}]'),(4095,784,'_elementor_edit_mode','builder'),(4096,784,'_elementor_template_type','wp-page'),(4097,784,'_elementor_version','3.0.15'),(4098,784,'_wp_page_template','default'),(4099,784,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0d760b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"572adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a26475\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false}]'),(4100,785,'_elementor_edit_mode','builder'),(4101,785,'_elementor_template_type','wp-page'),(4102,785,'_elementor_version','3.0.15'),(4103,785,'_wp_page_template','default'),(4104,785,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0d760b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"572adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a26475\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false}]'),(4105,786,'_elementor_edit_mode','builder'),(4106,786,'_elementor_template_type','wp-page'),(4107,786,'_elementor_version','3.0.15'),(4108,786,'_wp_page_template','default'),(4109,786,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29f7707\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"80a99a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"519274b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4112,787,'_elementor_edit_mode','builder'),(4113,787,'_elementor_template_type','wp-page'),(4114,787,'_elementor_version','3.0.15'),(4115,787,'_wp_page_template','default'),(4116,787,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29f7707\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"80a99a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"519274b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4118,788,'_elementor_edit_mode','builder'),(4119,788,'_elementor_template_type','wp-page'),(4120,788,'_elementor_version','3.0.15'),(4121,788,'_wp_page_template','default'),(4122,788,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29f7707\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"80a99a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"519274b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4124,789,'_elementor_edit_mode','builder'),(4125,789,'_elementor_template_type','wp-page'),(4126,789,'_elementor_version','3.0.15'),(4127,789,'_wp_page_template','default'),(4128,789,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"519274b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4132,790,'_elementor_edit_mode','builder'),(4133,790,'_elementor_template_type','wp-page'),(4134,790,'_elementor_version','3.0.15'),(4135,790,'_wp_page_template','default'),(4136,790,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"519274b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4138,791,'_elementor_edit_mode','builder'),(4139,791,'_elementor_template_type','wp-page'),(4140,791,'_elementor_version','3.0.15'),(4141,791,'_wp_page_template','default'),(4142,791,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"519274b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4144,792,'_elementor_edit_mode','builder'),(4145,792,'_elementor_template_type','wp-page'),(4146,792,'_elementor_version','3.0.15'),(4147,792,'_wp_page_template','default'),(4148,792,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"- John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>I love you the more in that I believe you had liked me for my own sake and for nothing else<\\/p>\",\"_id\":\"519274b\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4152,793,'_elementor_edit_mode','builder'),(4153,793,'_elementor_template_type','wp-page'),(4154,793,'_elementor_version','3.0.15'),(4155,793,'_wp_page_template','default'),(4156,793,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4158,794,'_elementor_edit_mode','builder'),(4159,794,'_elementor_template_type','wp-page'),(4160,794,'_elementor_version','3.0.15'),(4161,794,'_wp_page_template','default'),(4162,794,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4164,795,'_elementor_edit_mode','builder'),(4165,795,'_elementor_template_type','wp-page'),(4166,795,'_elementor_version','3.0.15'),(4167,795,'_wp_page_template','default'),(4168,795,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4172,796,'_elementor_edit_mode','builder'),(4173,796,'_elementor_template_type','wp-page'),(4174,796,'_elementor_version','3.0.15'),(4175,796,'_wp_page_template','default'),(4176,796,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4178,797,'_elementor_edit_mode','builder'),(4179,797,'_elementor_template_type','wp-page'),(4180,797,'_elementor_version','3.0.15'),(4181,797,'_wp_page_template','default'),(4182,797,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4184,798,'_elementor_edit_mode','builder'),(4185,798,'_elementor_template_type','wp-page'),(4186,798,'_elementor_version','3.0.15'),(4187,798,'_wp_page_template','default'),(4188,798,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4192,799,'_elementor_edit_mode','builder'),(4193,799,'_elementor_template_type','wp-page'),(4194,799,'_elementor_version','3.0.15'),(4195,799,'_wp_page_template','default'),(4196,799,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4198,800,'_elementor_edit_mode','builder'),(4199,800,'_elementor_template_type','wp-page'),(4200,800,'_elementor_version','3.0.15'),(4201,800,'_wp_page_template','default'),(4202,800,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4204,801,'_elementor_edit_mode','builder'),(4205,801,'_elementor_template_type','wp-page'),(4206,801,'_elementor_version','3.0.15'),(4207,801,'_wp_page_template','default'),(4208,801,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4211,802,'_elementor_edit_mode','builder'),(4212,802,'_elementor_template_type','wp-page'),(4213,802,'_elementor_version','3.0.15'),(4214,802,'_wp_page_template','default'),(4215,802,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4216,803,'_elementor_edit_mode','builder'),(4217,803,'_elementor_template_type','wp-page'),(4218,803,'_elementor_version','3.0.15'),(4219,803,'_wp_page_template','default'),(4220,803,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4221,804,'_elementor_edit_mode','builder'),(4222,804,'_elementor_template_type','wp-page'),(4223,804,'_elementor_version','3.0.15'),(4224,804,'_wp_page_template','default'),(4225,804,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(4228,805,'_elementor_edit_mode','builder'),(4229,805,'_elementor_template_type','wp-page'),(4230,805,'_elementor_version','3.0.15'),(4231,805,'_wp_page_template','default'),(4232,805,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4234,806,'_elementor_edit_mode','builder'),(4235,806,'_elementor_template_type','wp-page'),(4236,806,'_elementor_version','3.0.15'),(4237,806,'_wp_page_template','default'),(4238,806,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.711},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.277,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"3\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4240,807,'_elementor_edit_mode','builder'),(4241,807,'_elementor_template_type','wp-page'),(4242,807,'_elementor_version','3.0.15'),(4243,807,'_wp_page_template','default'),(4244,807,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4259,809,'_elementor_edit_mode','builder'),(4260,809,'_elementor_template_type','wp-page'),(4261,809,'_elementor_version','3.0.15'),(4262,809,'_wp_page_template','default'),(4263,809,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4265,810,'_elementor_edit_mode','builder'),(4266,810,'_elementor_template_type','wp-page'),(4267,810,'_elementor_version','3.0.15'),(4268,810,'_wp_page_template','default'),(4269,810,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See Mor\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4271,811,'_elementor_edit_mode','builder'),(4272,811,'_elementor_template_type','wp-page'),(4273,811,'_elementor_version','3.0.15'),(4274,811,'_wp_page_template','default'),(4275,811,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4279,812,'_elementor_edit_mode','builder'),(4280,812,'_elementor_template_type','wp-page'),(4281,812,'_elementor_version','3.0.15'),(4282,812,'_wp_page_template','default'),(4283,812,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4285,813,'_elementor_edit_mode','builder'),(4286,813,'_elementor_template_type','wp-page'),(4287,813,'_elementor_version','3.0.15'),(4288,813,'_wp_page_template','default'),(4289,813,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4291,814,'_elementor_edit_mode','builder'),(4292,814,'_elementor_template_type','wp-page'),(4293,814,'_elementor_version','3.0.15'),(4294,814,'_wp_page_template','default'),(4295,814,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4298,815,'_elementor_edit_mode','builder'),(4299,815,'_elementor_template_type','wp-page'),(4300,815,'_elementor_version','3.0.15'),(4301,815,'_wp_page_template','default'),(4302,815,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4303,816,'_elementor_edit_mode','builder'),(4304,816,'_elementor_template_type','wp-page'),(4305,816,'_elementor_version','3.0.15'),(4306,816,'_wp_page_template','default'),(4307,816,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4308,817,'_elementor_edit_mode','builder'),(4309,817,'_elementor_template_type','wp-page'),(4310,817,'_elementor_version','3.0.15'),(4311,817,'_wp_page_template','default'),(4312,817,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4315,818,'_elementor_edit_mode','builder'),(4316,818,'_elementor_template_type','wp-page'),(4317,818,'_elementor_version','3.0.15'),(4318,818,'_wp_page_template','default'),(4319,818,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4321,819,'_elementor_edit_mode','builder'),(4322,819,'_elementor_template_type','wp-page'),(4323,819,'_elementor_version','3.0.15'),(4324,819,'_wp_page_template','default'),(4325,819,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4327,820,'_elementor_edit_mode','builder'),(4328,820,'_elementor_template_type','wp-page'),(4329,820,'_elementor_version','3.0.15'),(4330,820,'_wp_page_template','default'),(4331,820,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4334,821,'_elementor_edit_mode','builder'),(4335,821,'_elementor_template_type','wp-page'),(4336,821,'_elementor_version','3.0.15'),(4337,821,'_wp_page_template','default'),(4338,821,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4339,822,'_elementor_edit_mode','builder'),(4340,822,'_elementor_template_type','wp-page'),(4341,822,'_elementor_version','3.0.15'),(4342,822,'_wp_page_template','default'),(4343,822,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4344,823,'_elementor_edit_mode','builder'),(4345,823,'_elementor_template_type','wp-page'),(4346,823,'_elementor_version','3.0.15'),(4347,823,'_wp_page_template','default'),(4348,823,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4350,824,'_elementor_edit_mode','builder'),(4351,824,'_elementor_template_type','wp-page'),(4352,824,'_elementor_version','3.0.15'),(4353,824,'_wp_page_template','default'),(4354,824,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4355,825,'_elementor_edit_mode','builder'),(4356,825,'_elementor_template_type','wp-page'),(4357,825,'_elementor_version','3.0.15'),(4358,825,'_wp_page_template','default'),(4359,825,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4360,826,'_elementor_edit_mode','builder'),(4361,826,'_elementor_template_type','wp-page'),(4362,826,'_elementor_version','3.0.15'),(4363,826,'_wp_page_template','default'),(4364,826,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4367,827,'_wp_attached_file','2021/01/vision.gif'),(4368,827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2021/01/vision.gif\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"vision-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vision-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:18:\"vision-500x400.gif\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:18:\"vision-230x230.gif\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:18:\"vision-350x350.gif\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:18:\"vision-480x480.gif\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4369,828,'_wp_attached_file','2021/01/Rocket.gif'),(4370,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2021/01/Rocket.gif\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Rocket-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Rocket-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:18:\"Rocket-500x400.gif\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:18:\"Rocket-230x230.gif\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:18:\"Rocket-350x350.gif\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:18:\"Rocket-480x480.gif\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4371,829,'_elementor_edit_mode','builder'),(4372,829,'_elementor_template_type','wp-page'),(4373,829,'_elementor_version','3.0.15'),(4374,829,'_wp_page_template','default'),(4375,829,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4377,830,'_elementor_edit_mode','builder'),(4378,830,'_elementor_template_type','wp-page'),(4379,830,'_elementor_version','3.0.15'),(4380,830,'_wp_page_template','default'),(4381,830,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/vision.gif\",\"id\":347},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/Rocket.gif\",\"id\":348},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4383,831,'_elementor_edit_mode','builder'),(4384,831,'_elementor_template_type','wp-page'),(4385,831,'_elementor_version','3.0.15'),(4386,831,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (4387,831,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4391,832,'_elementor_edit_mode','builder'),(4392,832,'_elementor_template_type','wp-page'),(4393,832,'_elementor_version','3.0.15'),(4394,832,'_wp_page_template','default'),(4395,832,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4397,833,'_elementor_edit_mode','builder'),(4398,833,'_elementor_template_type','wp-page'),(4399,833,'_elementor_version','3.0.15'),(4400,833,'_wp_page_template','default'),(4401,833,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4403,834,'_elementor_edit_mode','builder'),(4404,834,'_elementor_template_type','wp-page'),(4405,834,'_elementor_version','3.0.15'),(4406,834,'_wp_page_template','default'),(4407,834,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4411,835,'_elementor_edit_mode','builder'),(4412,835,'_elementor_template_type','wp-page'),(4413,835,'_elementor_version','3.0.15'),(4414,835,'_wp_page_template','default'),(4415,835,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4417,836,'_elementor_edit_mode','builder'),(4418,836,'_elementor_template_type','wp-page'),(4419,836,'_elementor_version','3.0.15'),(4420,836,'_wp_page_template','default'),(4421,836,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4423,837,'_elementor_edit_mode','builder'),(4424,837,'_elementor_template_type','wp-page'),(4425,837,'_elementor_version','3.0.15'),(4426,837,'_wp_page_template','default'),(4427,837,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4431,838,'_elementor_edit_mode','builder'),(4432,838,'_elementor_template_type','wp-page'),(4433,838,'_elementor_version','3.0.15'),(4434,838,'_wp_page_template','default'),(4435,838,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4437,839,'_elementor_edit_mode','builder'),(4438,839,'_elementor_template_type','wp-page'),(4439,839,'_elementor_version','3.0.15'),(4440,839,'_wp_page_template','default'),(4441,839,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4443,840,'_elementor_edit_mode','builder'),(4444,840,'_elementor_template_type','wp-page'),(4445,840,'_elementor_version','3.0.15'),(4446,840,'_wp_page_template','default'),(4447,840,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4450,841,'_elementor_edit_mode','builder'),(4451,841,'_elementor_template_type','wp-page'),(4452,841,'_elementor_version','3.0.15'),(4453,841,'_wp_page_template','default'),(4454,841,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4455,842,'_elementor_edit_mode','builder'),(4456,842,'_elementor_template_type','wp-page'),(4457,842,'_elementor_version','3.0.15'),(4458,842,'_wp_page_template','default'),(4459,842,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4460,843,'_elementor_edit_mode','builder'),(4461,843,'_elementor_template_type','wp-page'),(4462,843,'_elementor_version','3.0.15'),(4463,843,'_wp_page_template','default'),(4464,843,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4467,844,'_elementor_edit_mode','builder'),(4468,844,'_elementor_template_type','wp-page'),(4469,844,'_elementor_version','3.0.15'),(4470,844,'_wp_page_template','default'),(4471,844,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4473,845,'_elementor_edit_mode','builder'),(4474,845,'_elementor_template_type','wp-page'),(4475,845,'_elementor_version','3.0.15'),(4476,845,'_wp_page_template','default'),(4477,845,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4479,846,'_elementor_edit_mode','builder'),(4480,846,'_elementor_template_type','wp-page'),(4481,846,'_elementor_version','3.0.15'),(4482,846,'_wp_page_template','default'),(4483,846,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4486,847,'_elementor_edit_mode','builder'),(4487,847,'_elementor_template_type','wp-page'),(4488,847,'_elementor_version','3.0.15'),(4489,847,'_wp_page_template','default'),(4490,847,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4491,848,'_elementor_edit_mode','builder'),(4492,848,'_elementor_template_type','wp-page'),(4493,848,'_elementor_version','3.0.15'),(4494,848,'_wp_page_template','default'),(4495,848,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4496,849,'_elementor_edit_mode','builder'),(4497,849,'_elementor_template_type','wp-page'),(4498,849,'_elementor_version','3.0.15'),(4499,849,'_wp_page_template','default'),(4500,849,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4502,850,'_elementor_edit_mode','builder'),(4503,850,'_elementor_template_type','wp-page'),(4504,850,'_elementor_version','3.0.15'),(4505,850,'_wp_page_template','default'),(4506,850,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4507,851,'_elementor_edit_mode','builder'),(4508,851,'_elementor_template_type','wp-page'),(4509,851,'_elementor_version','3.0.15'),(4510,851,'_wp_page_template','default'),(4511,851,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4512,852,'_elementor_edit_mode','builder'),(4513,852,'_elementor_template_type','wp-page'),(4514,852,'_elementor_version','3.0.15'),(4515,852,'_wp_page_template','default'),(4516,852,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4527,854,'_elementor_edit_mode','builder'),(4528,854,'_elementor_template_type','wp-page'),(4529,854,'_elementor_version','3.0.15'),(4530,854,'_wp_page_template','default'),(4531,854,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4533,855,'_elementor_edit_mode','builder'),(4534,855,'_elementor_template_type','wp-page'),(4535,855,'_elementor_version','3.0.15'),(4536,855,'_wp_page_template','default'),(4537,855,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":\"\",\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4539,856,'_elementor_edit_mode','builder'),(4540,856,'_elementor_template_type','wp-page'),(4541,856,'_elementor_version','3.0.15'),(4542,856,'_wp_page_template','default'),(4543,856,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4547,857,'_elementor_edit_mode','builder'),(4548,857,'_elementor_template_type','wp-page'),(4549,857,'_elementor_version','3.0.15'),(4550,857,'_wp_page_template','default'),(4551,857,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4553,858,'_elementor_edit_mode','builder'),(4554,858,'_elementor_template_type','wp-page'),(4555,858,'_elementor_version','3.0.15'),(4556,858,'_wp_page_template','default'),(4557,858,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4559,859,'_elementor_edit_mode','builder'),(4560,859,'_elementor_template_type','wp-page'),(4561,859,'_elementor_version','3.0.15'),(4562,859,'_wp_page_template','default'),(4563,859,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"},{\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"_id\":\"a913b6c\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4567,860,'_elementor_edit_mode','builder'),(4568,860,'_elementor_template_type','wp-page'),(4569,860,'_elementor_version','3.0.15'),(4570,860,'_wp_page_template','default'),(4571,860,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"},{\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"_id\":\"a913b6c\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4573,861,'_elementor_edit_mode','builder'),(4574,861,'_elementor_template_type','wp-page'),(4575,861,'_elementor_version','3.0.15'),(4576,861,'_wp_page_template','default'),(4577,861,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"},{\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"_id\":\"a913b6c\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4579,862,'_elementor_edit_mode','builder'),(4580,862,'_elementor_template_type','wp-page'),(4581,862,'_elementor_version','3.0.15'),(4582,862,'_wp_page_template','default'),(4583,862,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4587,863,'_elementor_edit_mode','builder'),(4588,863,'_elementor_template_type','wp-page'),(4589,863,'_elementor_version','3.0.15'),(4590,863,'_wp_page_template','default'),(4591,863,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4593,864,'_elementor_edit_mode','builder'),(4594,864,'_elementor_template_type','wp-page'),(4595,864,'_elementor_version','3.0.15'),(4596,864,'_wp_page_template','default'),(4597,864,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4599,865,'_elementor_edit_mode','builder'),(4600,865,'_elementor_template_type','wp-page'),(4601,865,'_elementor_version','3.0.15'),(4602,865,'_wp_page_template','default'),(4603,865,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4607,866,'_elementor_edit_mode','builder'),(4608,866,'_elementor_template_type','wp-page'),(4609,866,'_elementor_version','3.0.15'),(4610,866,'_wp_page_template','default'),(4611,866,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4613,867,'_elementor_edit_mode','builder'),(4614,867,'_elementor_template_type','wp-page'),(4615,867,'_elementor_version','3.0.15'),(4616,867,'_wp_page_template','default'),(4617,867,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4619,868,'_elementor_edit_mode','builder'),(4620,868,'_elementor_template_type','wp-page'),(4621,868,'_elementor_version','3.0.15'),(4622,868,'_wp_page_template','default'),(4623,868,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4626,869,'_elementor_edit_mode','builder'),(4627,869,'_elementor_template_type','wp-page'),(4628,869,'_elementor_version','3.0.15'),(4629,869,'_wp_page_template','default'),(4630,869,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4631,870,'_elementor_edit_mode','builder'),(4632,870,'_elementor_template_type','wp-page'),(4633,870,'_elementor_version','3.0.15'),(4634,870,'_wp_page_template','default'),(4635,870,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"},{\"id\":\"228afe0\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We do\",\"align\":\"center\",\"title_color\":\"#1F2223\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4636,871,'_elementor_edit_mode','builder'),(4637,871,'_elementor_template_type','wp-page'),(4638,871,'_elementor_version','3.0.15'),(4639,871,'_wp_page_template','default'),(4640,871,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do?\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4643,872,'_elementor_edit_mode','builder'),(4644,872,'_elementor_template_type','wp-page'),(4645,872,'_elementor_version','3.0.15'),(4646,872,'_wp_page_template','default'),(4647,872,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do?\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4649,873,'_elementor_edit_mode','builder'),(4650,873,'_elementor_template_type','wp-page'),(4651,873,'_elementor_version','3.0.15'),(4652,873,'_wp_page_template','default'),(4653,873,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do?\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4655,874,'_elementor_edit_mode','builder'),(4656,874,'_elementor_template_type','wp-page'),(4657,874,'_elementor_version','3.0.15'),(4658,874,'_wp_page_template','default'),(4659,874,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4663,875,'_elementor_edit_mode','builder'),(4664,875,'_elementor_template_type','wp-page'),(4665,875,'_elementor_version','3.0.15'),(4666,875,'_wp_page_template','default'),(4667,875,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4669,876,'_elementor_edit_mode','builder'),(4670,876,'_elementor_template_type','wp-page'),(4671,876,'_elementor_version','3.0.15'),(4672,876,'_wp_page_template','default'),(4673,876,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4675,877,'_elementor_edit_mode','builder'),(4676,877,'_elementor_template_type','wp-page'),(4677,877,'_elementor_version','3.0.15'),(4678,877,'_wp_page_template','default'),(4679,877,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4683,878,'_wp_attached_file','2021/01/client-01.png'),(4684,878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:21:\"2021/01/client-01.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"client-01-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"client-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:21:\"client-01-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4685,879,'_wp_attached_file','2021/01/client-01-hover-1.png'),(4686,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:29:\"2021/01/client-01-hover-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"client-01-hover-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"client-01-hover-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:29:\"client-01-hover-1-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4687,880,'_elementor_edit_mode','builder'),(4688,880,'_elementor_template_type','wp-page'),(4689,880,'_elementor_version','3.0.15'),(4690,880,'_wp_page_template','default'),(4691,880,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4693,881,'_elementor_edit_mode','builder'),(4694,881,'_elementor_template_type','wp-page'),(4695,881,'_elementor_version','3.0.15'),(4696,881,'_wp_page_template','default'),(4697,881,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3c901d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd61246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4699,882,'_elementor_edit_mode','builder'),(4700,882,'_elementor_template_type','wp-page'),(4701,882,'_elementor_version','3.0.15'),(4702,882,'_wp_page_template','default'),(4703,882,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4706,883,'_elementor_edit_mode','builder'),(4707,883,'_elementor_template_type','wp-page'),(4708,883,'_elementor_version','3.0.15'),(4709,883,'_wp_page_template','default'),(4710,883,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4711,884,'_elementor_edit_mode','builder'),(4712,884,'_elementor_template_type','wp-page'),(4713,884,'_elementor_version','3.0.15'),(4714,884,'_wp_page_template','default'),(4715,884,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4716,885,'_elementor_edit_mode','builder'),(4717,885,'_elementor_template_type','wp-page'),(4718,885,'_elementor_version','3.0.15'),(4719,885,'_wp_page_template','default'),(4720,885,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4722,886,'_elementor_edit_mode','builder'),(4723,886,'_elementor_template_type','wp-page'),(4724,886,'_elementor_version','3.0.15'),(4725,886,'_wp_page_template','default'),(4726,886,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4727,887,'_elementor_edit_mode','builder'),(4728,887,'_elementor_template_type','wp-page'),(4729,887,'_elementor_version','3.0.15'),(4730,887,'_wp_page_template','default'),(4731,887,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4732,888,'_elementor_edit_mode','builder'),(4733,888,'_elementor_template_type','wp-page'),(4734,888,'_elementor_version','3.0.15'),(4735,888,'_wp_page_template','default'),(4736,888,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"b849bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"1093213\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"163e0df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"117dad1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4739,889,'_elementor_edit_mode','builder'),(4740,889,'_elementor_template_type','wp-page'),(4741,889,'_elementor_version','3.0.15'),(4742,889,'_wp_page_template','default'),(4743,889,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"b849bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"1093213\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"163e0df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"117dad1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4745,890,'_elementor_edit_mode','builder'),(4746,890,'_elementor_template_type','wp-page'),(4747,890,'_elementor_version','3.0.15'),(4748,890,'_wp_page_template','default'),(4749,890,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09d687a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\"},\"elements\":[{\"id\":\"3fd92ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ccaf3bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"b849bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"067d9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5f52ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"1093213\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"f79b339\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6717415\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"163e0df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false},{\"id\":\"e296482\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12e5788\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"},{\"id\":\"117dad1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":false}],\"isInner\":false}]'),(4751,891,'_elementor_edit_mode','builder'),(4752,891,'_elementor_template_type','wp-page'),(4753,891,'_elementor_version','3.0.15'),(4754,891,'_wp_page_template','default'),(4755,891,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4767,894,'_elementor_edit_mode','builder'),(4768,894,'_elementor_template_type','wp-page'),(4769,894,'_elementor_version','3.0.15'),(4770,894,'_wp_page_template','default'),(4771,894,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4773,895,'_elementor_edit_mode','builder'),(4774,895,'_elementor_template_type','wp-page'),(4775,895,'_elementor_version','3.0.15'),(4776,895,'_wp_page_template','default'),(4777,895,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(4779,896,'_elementor_edit_mode','builder'),(4780,896,'_elementor_template_type','wp-page'),(4781,896,'_elementor_version','3.0.15'),(4782,896,'_wp_page_template','default'),(4783,896,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4786,897,'_elementor_edit_mode','builder'),(4787,897,'_elementor_template_type','wp-page'),(4788,897,'_elementor_version','3.0.15'),(4789,897,'_wp_page_template','default'),(4790,897,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4791,898,'_elementor_edit_mode','builder'),(4792,898,'_elementor_template_type','wp-page'),(4793,898,'_elementor_version','3.0.15'),(4794,898,'_wp_page_template','default'),(4795,898,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4796,899,'_elementor_edit_mode','builder'),(4797,899,'_elementor_template_type','wp-page'),(4798,899,'_elementor_version','3.0.15'),(4799,899,'_wp_page_template','default'),(4800,899,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4803,900,'_elementor_edit_mode','builder'),(4804,900,'_elementor_template_type','wp-page'),(4805,900,'_elementor_version','3.0.15'),(4806,900,'_wp_page_template','default'),(4807,900,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4809,901,'_elementor_edit_mode','builder'),(4810,901,'_elementor_template_type','wp-page'),(4811,901,'_elementor_version','3.0.15'),(4812,901,'_wp_page_template','default'),(4813,901,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4815,902,'_elementor_edit_mode','builder'),(4816,902,'_elementor_template_type','wp-page'),(4817,902,'_elementor_version','3.0.15'),(4818,902,'_wp_page_template','default'),(4819,902,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"e5316da\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4831,904,'_elementor_edit_mode','builder'),(4832,904,'_elementor_template_type','wp-page'),(4833,904,'_elementor_version','3.0.15'),(4834,904,'_wp_page_template','default'),(4835,904,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"e5316da\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4837,905,'_elementor_edit_mode','builder'),(4838,905,'_elementor_template_type','wp-page'),(4839,905,'_elementor_version','3.0.15'),(4840,905,'_wp_page_template','default'),(4841,905,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"e5316da\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4843,906,'_elementor_edit_mode','builder'),(4844,906,'_elementor_template_type','wp-page'),(4845,906,'_elementor_version','3.0.15'),(4846,906,'_wp_page_template','default'),(4847,906,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"e5316da\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4853,907,'_elementor_edit_mode','builder'),(4854,907,'_elementor_template_type','wp-page'),(4855,907,'_elementor_version','3.0.15'),(4856,907,'_wp_page_template','default'),(4857,907,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"- John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>I love you the more in that I believe you had liked me for my own sake and for nothing else<\\/p>\",\"_id\":\"519274b\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"},{\"id\":\"d1b309a\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"16979ad\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"875c1a8\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4859,907,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:9;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:23;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:23;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:11:\"_element_id\";i:5;s:7:\"padding\";i:2;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:15:\"amaeka-timeline\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:1:{s:13:\"timeline_list\";i:2;}}}}s:14:\"amaeka-content\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:3:{s:5:\"image\";i:6;s:5:\"title\";i:6;s:4:\"text\";i:6;}}}}s:15:\"amaeka-employee\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:5:{s:5:\"image\";i:2;s:10:\"imagehover\";i:2;s:4:\"name\";i:2;s:8:\"position\";i:2;s:7:\"content\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:12;}}}}}'),(4860,907,'banner_background_image','316'),(4861,907,'_banner_background_image','field_5feab3dfc6d7c'),(4862,907,'banner_title','Company'),(4863,907,'_banner_title','field_5feab41bc6d7d'),(4864,907,'banner_subtitle','Amazing Things Together.'),(4865,907,'_banner_subtitle','field_5feab42ec6d7e'),(4866,908,'_elementor_edit_mode','builder'),(4867,908,'_elementor_template_type','wp-page'),(4868,908,'_elementor_version','3.0.15'),(4869,908,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (4870,908,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"- John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>I love you the more in that I believe you had liked me for my own sake and for nothing else<\\/p>\",\"_id\":\"519274b\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"},{\"id\":\"d1b309a\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"16979ad\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"875c1a8\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4872,909,'_elementor_edit_mode','builder'),(4873,909,'_elementor_template_type','wp-page'),(4874,909,'_elementor_version','3.0.15'),(4875,909,'_wp_page_template','default'),(4876,909,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef4d45c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"testimonial\",\"css_classes\":\"ftr-01\"},\"elements\":[{\"id\":\"2ed33b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e6c2602\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a5e4c4\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"- John Keats\",\"position\":\"Amaeka Technologies, Kochi\",\"testimonial\":\"<p>I love you the more in that I believe you had liked me for my own sake and for nothing else<\\/p>\",\"_id\":\"519274b\"},{\"name\":\"- Ernest Hemingway\",\"position\":\"Amaeka Technologies, Bangalore\",\"testimonial\":\"<p>\\\"But man is not made for defeat. A man can be destroyed but not defeated\\\"<\\/p>\",\"_id\":\"cadace2\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"},{\"id\":\"d1b309a\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"16979ad\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"875c1a8\"}]},\"elements\":[],\"widgetType\":\"athemes-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4878,910,'_elementor_edit_mode','builder'),(4879,910,'_elementor_template_type','wp-page'),(4880,910,'_elementor_version','3.0.15'),(4881,910,'_wp_page_template','default'),(4882,910,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f3a28\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"5b7ffbb\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b1cf4d1\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4885,911,'_elementor_edit_mode','builder'),(4886,911,'_elementor_template_type','wp-page'),(4887,911,'_elementor_version','3.0.15'),(4888,911,'_wp_page_template','default'),(4889,911,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f3a28\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"5b7ffbb\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b1cf4d1\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4890,912,'_elementor_edit_mode','builder'),(4891,912,'_elementor_template_type','wp-page'),(4892,912,'_elementor_version','3.0.15'),(4893,912,'_wp_page_template','default'),(4894,912,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ce359\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"bc50487\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3c5c3a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7aae1a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17ec9d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ee05b88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd2cab3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e2adc87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c21d38\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ace420a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c0e6161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61ca021\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b9d2f4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15bd1bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"057fd53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee22fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24fdaa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f3a28\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"5b7ffbb\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b1cf4d1\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4895,913,'_elementor_edit_mode','builder'),(4896,913,'_elementor_template_type','wp-page'),(4897,913,'_elementor_version','3.0.15'),(4898,913,'_wp_page_template','default'),(4899,913,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4901,914,'_elementor_edit_mode','builder'),(4902,914,'_elementor_template_type','wp-page'),(4903,914,'_elementor_version','3.0.15'),(4904,914,'_wp_page_template','default'),(4905,914,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4906,915,'_elementor_edit_mode','builder'),(4907,915,'_elementor_template_type','wp-page'),(4908,915,'_elementor_version','3.0.15'),(4909,915,'_wp_page_template','default'),(4910,915,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4911,916,'_elementor_edit_mode','builder'),(4912,916,'_elementor_template_type','wp-page'),(4913,916,'_elementor_version','3.0.15'),(4914,916,'_wp_page_template','default'),(4915,916,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4917,917,'_elementor_edit_mode','builder'),(4918,917,'_elementor_template_type','wp-page'),(4919,917,'_elementor_version','3.0.15'),(4920,917,'_wp_page_template','default'),(4921,917,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4922,918,'_elementor_edit_mode','builder'),(4923,918,'_elementor_template_type','wp-page'),(4924,918,'_elementor_version','3.0.15'),(4925,918,'_wp_page_template','default'),(4926,918,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4927,919,'_elementor_edit_mode','builder'),(4928,919,'_elementor_template_type','wp-page'),(4929,919,'_elementor_version','3.0.15'),(4930,919,'_wp_page_template','default'),(4931,919,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4933,920,'_elementor_edit_mode','builder'),(4934,920,'_elementor_template_type','wp-page'),(4935,920,'_elementor_version','3.0.15'),(4936,920,'_wp_page_template','default'),(4937,920,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4938,921,'_elementor_edit_mode','builder'),(4939,921,'_elementor_template_type','wp-page'),(4940,921,'_elementor_version','3.0.15'),(4941,921,'_wp_page_template','default'),(4942,921,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2F393E\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4943,922,'_elementor_edit_mode','builder'),(4944,922,'_elementor_template_type','wp-page'),(4945,922,'_elementor_version','3.0.15'),(4946,922,'_wp_page_template','default'),(4947,922,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4949,923,'_elementor_edit_mode','builder'),(4950,923,'_elementor_template_type','wp-page'),(4951,923,'_elementor_version','3.0.15'),(4952,923,'_wp_page_template','default'),(4953,923,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4954,924,'_elementor_edit_mode','builder'),(4955,924,'_elementor_template_type','wp-page'),(4956,924,'_elementor_version','3.0.15'),(4957,924,'_wp_page_template','default'),(4958,924,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\"},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\"},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\"},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4959,925,'_elementor_edit_mode','builder'),(4960,925,'_elementor_template_type','wp-page'),(4961,925,'_elementor_version','3.0.15'),(4962,925,'_wp_page_template','default'),(4963,925,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4965,926,'_elementor_edit_mode','builder'),(4966,926,'_elementor_template_type','wp-page'),(4967,926,'_elementor_version','3.0.15'),(4968,926,'_wp_page_template','default'),(4969,926,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4970,927,'_elementor_edit_mode','builder'),(4971,927,'_elementor_template_type','wp-page'),(4972,927,'_elementor_version','3.0.15'),(4973,927,'_wp_page_template','default'),(4974,927,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4975,928,'_elementor_edit_mode','builder'),(4976,928,'_elementor_template_type','wp-page'),(4977,928,'_elementor_version','3.0.15'),(4978,928,'_wp_page_template','default'),(4979,928,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4981,929,'_elementor_edit_mode','builder'),(4982,929,'_elementor_template_type','wp-page'),(4983,929,'_elementor_version','3.0.15'),(4984,929,'_wp_page_template','default'),(4985,929,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4986,930,'_elementor_edit_mode','builder'),(4987,930,'_elementor_template_type','wp-page'),(4988,930,'_elementor_version','3.0.15'),(4989,930,'_wp_page_template','default'),(4990,930,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\"},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4991,931,'_elementor_edit_mode','builder'),(4992,931,'_elementor_template_type','wp-page'),(4993,931,'_elementor_version','3.0.15'),(4994,931,'_wp_page_template','default'),(4995,931,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4998,932,'_elementor_edit_mode','builder'),(4999,932,'_elementor_template_type','wp-page'),(5000,932,'_elementor_version','3.0.15'),(5001,932,'_wp_page_template','default'),(5002,932,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5004,933,'_elementor_edit_mode','builder'),(5005,933,'_elementor_template_type','wp-page'),(5006,933,'_elementor_version','3.0.15'),(5007,933,'_wp_page_template','default'),(5008,933,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5010,934,'_elementor_edit_mode','builder'),(5011,934,'_elementor_template_type','wp-page'),(5012,934,'_elementor_version','3.0.15'),(5013,934,'_wp_page_template','default'),(5014,934,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5017,935,'_elementor_edit_mode','builder'),(5018,935,'_elementor_template_type','wp-page'),(5019,935,'_elementor_version','3.0.15'),(5020,935,'_wp_page_template','default'),(5021,935,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5022,936,'_elementor_edit_mode','builder'),(5023,936,'_elementor_template_type','wp-page'),(5024,936,'_elementor_version','3.0.15'),(5025,936,'_wp_page_template','default'),(5026,936,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5027,937,'_elementor_edit_mode','builder'),(5028,937,'_elementor_template_type','wp-page'),(5029,937,'_elementor_version','3.0.15'),(5030,937,'_wp_page_template','default'),(5031,937,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5034,938,'_wp_attached_file','2021/01/hiren.jpg'),(5035,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:17:\"2021/01/hiren.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hiren-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hiren-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"hiren-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:17:\"hiren-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;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:{}}}'),(5036,939,'_wp_attached_file','2021/01/hiren-1.jpg'),(5037,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:395;s:4:\"file\";s:19:\"2021/01/hiren-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"hiren-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hiren-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:19:\"hiren-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:19:\"hiren-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;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:{}}}'),(5038,940,'_elementor_edit_mode','builder'),(5039,940,'_elementor_template_type','wp-page'),(5040,940,'_elementor_version','3.0.15'),(5041,940,'_wp_page_template','default'),(5042,940,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5044,941,'_elementor_edit_mode','builder'),(5045,941,'_elementor_template_type','wp-page'),(5046,941,'_elementor_version','3.0.15'),(5047,941,'_wp_page_template','default'),(5048,941,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5050,942,'_elementor_edit_mode','builder'),(5051,942,'_elementor_template_type','wp-page'),(5052,942,'_elementor_version','3.0.15'),(5053,942,'_wp_page_template','default'),(5054,942,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5058,943,'_elementor_edit_mode','builder'),(5059,943,'_elementor_template_type','wp-page'),(5060,943,'_elementor_version','3.0.15'),(5061,943,'_wp_page_template','default'),(5062,943,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5064,944,'_elementor_edit_mode','builder'),(5065,944,'_elementor_template_type','wp-page'),(5066,944,'_elementor_version','3.0.15'),(5067,944,'_wp_page_template','default'),(5068,944,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5070,945,'_elementor_edit_mode','builder'),(5071,945,'_elementor_template_type','wp-page'),(5072,945,'_elementor_version','3.0.15'),(5073,945,'_wp_page_template','default'),(5074,945,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5078,946,'_elementor_edit_mode','builder'),(5079,946,'_elementor_template_type','wp-page'),(5080,946,'_elementor_version','3.0.15'),(5081,946,'_wp_page_template','default'),(5082,946,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5084,947,'_elementor_edit_mode','builder'),(5085,947,'_elementor_template_type','wp-page'),(5086,947,'_elementor_version','3.0.15'),(5087,947,'_wp_page_template','default'),(5088,947,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5090,948,'_elementor_edit_mode','builder'),(5091,948,'_elementor_template_type','wp-page'),(5092,948,'_elementor_version','3.0.15'),(5093,948,'_wp_page_template','default'),(5094,948,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5097,949,'_elementor_edit_mode','builder'),(5098,949,'_elementor_template_type','wp-page'),(5099,949,'_elementor_version','3.0.15'),(5100,949,'_wp_page_template','default'),(5101,949,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5102,950,'_elementor_edit_mode','builder'),(5103,950,'_elementor_template_type','wp-page'),(5104,950,'_elementor_version','3.0.15'),(5105,950,'_wp_page_template','default'),(5106,950,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5107,951,'_elementor_edit_mode','builder'),(5108,951,'_elementor_template_type','wp-page'),(5109,951,'_elementor_version','3.0.15'),(5110,951,'_wp_page_template','default'),(5111,951,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5113,952,'_elementor_edit_mode','builder'),(5114,952,'_elementor_template_type','wp-page'),(5115,952,'_elementor_version','3.0.15'),(5116,952,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (5117,952,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5118,953,'_elementor_edit_mode','builder'),(5119,953,'_elementor_template_type','wp-page'),(5120,953,'_elementor_version','3.0.15'),(5121,953,'_wp_page_template','default'),(5122,953,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5123,954,'_elementor_edit_mode','builder'),(5124,954,'_elementor_template_type','wp-page'),(5125,954,'_elementor_version','3.0.15'),(5126,954,'_wp_page_template','default'),(5127,954,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5130,955,'_elementor_edit_mode','builder'),(5131,955,'_elementor_template_type','wp-page'),(5132,955,'_elementor_version','3.0.15'),(5133,955,'_wp_page_template','default'),(5134,955,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5136,956,'_elementor_edit_mode','builder'),(5137,956,'_elementor_template_type','wp-page'),(5138,956,'_elementor_version','3.0.15'),(5139,956,'_wp_page_template','default'),(5140,956,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5142,957,'_elementor_edit_mode','builder'),(5143,957,'_elementor_template_type','wp-page'),(5144,957,'_elementor_version','3.0.15'),(5145,957,'_wp_page_template','default'),(5146,957,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5150,958,'_elementor_edit_mode','builder'),(5151,958,'_elementor_template_type','wp-page'),(5152,958,'_elementor_version','3.0.15'),(5153,958,'_wp_page_template','default'),(5154,958,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5156,959,'_elementor_edit_mode','builder'),(5157,959,'_elementor_template_type','wp-page'),(5158,959,'_elementor_version','3.0.15'),(5159,959,'_wp_page_template','default'),(5160,959,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5162,960,'_elementor_edit_mode','builder'),(5163,960,'_elementor_template_type','wp-page'),(5164,960,'_elementor_version','3.0.15'),(5165,960,'_wp_page_template','default'),(5166,960,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5170,961,'_elementor_edit_mode','builder'),(5171,961,'_elementor_template_type','wp-page'),(5172,961,'_elementor_version','3.0.15'),(5173,961,'_wp_page_template','default'),(5174,961,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5176,962,'_elementor_edit_mode','builder'),(5177,962,'_elementor_template_type','wp-page'),(5178,962,'_elementor_version','3.0.15'),(5179,962,'_wp_page_template','default'),(5180,962,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5182,963,'_elementor_edit_mode','builder'),(5183,963,'_elementor_template_type','wp-page'),(5184,963,'_elementor_version','3.0.15'),(5185,963,'_wp_page_template','default'),(5186,963,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5190,964,'_elementor_edit_mode','builder'),(5191,964,'_elementor_template_type','wp-page'),(5192,964,'_elementor_version','3.0.15'),(5193,964,'_wp_page_template','default'),(5194,964,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5196,965,'_elementor_edit_mode','builder'),(5197,965,'_elementor_template_type','wp-page'),(5198,965,'_elementor_version','3.0.15'),(5199,965,'_wp_page_template','default'),(5200,965,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5202,966,'_elementor_edit_mode','builder'),(5203,966,'_elementor_template_type','wp-page'),(5204,966,'_elementor_version','3.0.15'),(5205,966,'_wp_page_template','default'),(5206,966,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5213,967,'_edit_lock','1611038247:1'),(5214,967,'_edit_last','1'),(5215,967,'banner_background_image','316'),(5216,967,'_banner_background_image','field_5feab3dfc6d7c'),(5217,967,'banner_title','Career'),(5218,967,'_banner_title','field_5feab41bc6d7d'),(5219,967,'banner_subtitle','Be a part of us.'),(5220,967,'_banner_subtitle','field_5feab42ec6d7e'),(5221,968,'banner_background_image',''),(5222,968,'_banner_background_image','field_5feab3dfc6d7c'),(5223,968,'banner_title',''),(5224,968,'_banner_title','field_5feab41bc6d7d'),(5225,968,'banner_subtitle',''),(5226,968,'_banner_subtitle','field_5feab42ec6d7e'),(5227,967,'_wp_page_template','page-careers.php'),(5228,969,'banner_background_image','316'),(5229,969,'_banner_background_image','field_5feab3dfc6d7c'),(5230,969,'banner_title',''),(5231,969,'_banner_title','field_5feab41bc6d7d'),(5232,969,'banner_subtitle',''),(5233,969,'_banner_subtitle','field_5feab42ec6d7e'),(5234,970,'banner_background_image','316'),(5235,970,'_banner_background_image','field_5feab3dfc6d7c'),(5236,970,'banner_title','Career'),(5237,970,'_banner_title','field_5feab41bc6d7d'),(5238,970,'banner_subtitle','Be a part of us.'),(5239,970,'_banner_subtitle','field_5feab42ec6d7e'),(5240,971,'_elementor_edit_mode','builder'),(5241,971,'_elementor_template_type','wp-page'),(5242,971,'_elementor_version','3.0.15'),(5243,971,'_wp_page_template','default'),(5244,971,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(5245,971,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_project_title_style\";a:4:{s:19:\"project_title_color\";i:1;s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}s:20:\"section_filter_style\";a:3:{s:28:\"filter_typography_typography\";i:1;s:29:\"filter_typography_font_family\";i:1;s:29:\"filter_typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(5247,972,'_elementor_edit_mode','builder'),(5248,972,'_elementor_template_type','wp-page'),(5249,972,'_elementor_version','3.0.15'),(5250,972,'_wp_page_template','default'),(5251,972,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(5252,972,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_project_title_style\";a:4:{s:19:\"project_title_color\";i:1;s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}s:20:\"section_filter_style\";a:3:{s:28:\"filter_typography_typography\";i:1;s:29:\"filter_typography_font_family\";i:1;s:29:\"filter_typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(5254,972,'banner_background_image','316'),(5255,972,'_banner_background_image','field_5feab3dfc6d7c'),(5256,972,'banner_title','Portfolio'),(5257,972,'_banner_title','field_5feab41bc6d7d'),(5258,972,'banner_subtitle','Amazing Things Together.'),(5259,972,'_banner_subtitle','field_5feab42ec6d7e'),(5263,973,'_elementor_edit_mode','builder'),(5264,973,'_elementor_template_type','wp-page'),(5265,973,'_elementor_version','3.0.15'),(5266,973,'_wp_page_template','default'),(5267,973,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"e5316da\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(5269,974,'_elementor_edit_mode','builder'),(5270,974,'_elementor_template_type','wp-page'),(5271,974,'_elementor_version','3.0.15'),(5272,974,'_wp_page_template','default'),(5273,974,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"205b293\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b870627\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f49a6ad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"f447bd7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4a50e09\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589}},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"e5316da\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(5275,975,'_elementor_edit_mode','builder'),(5276,975,'_elementor_template_type','wp-page'),(5277,975,'_elementor_version','3.0.15'),(5278,975,'_wp_page_template','default'),(5279,975,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5283,976,'_elementor_edit_mode','builder'),(5284,976,'_elementor_template_type','wp-page'),(5285,976,'_elementor_version','3.0.15'),(5286,976,'_wp_page_template','default'),(5287,976,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5289,977,'_elementor_edit_mode','builder'),(5290,977,'_elementor_template_type','wp-page'),(5291,977,'_elementor_version','3.0.15'),(5292,977,'_wp_page_template','default'),(5293,977,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5295,978,'_elementor_edit_mode','builder'),(5296,978,'_elementor_template_type','wp-page'),(5297,978,'_elementor_version','3.0.15'),(5298,978,'_wp_page_template','default'),(5299,978,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5302,979,'_elementor_edit_mode','builder'),(5303,979,'_elementor_template_type','wp-page'),(5304,979,'_elementor_version','3.0.15'),(5305,979,'_wp_page_template','default'),(5306,979,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5307,980,'_elementor_edit_mode','builder'),(5308,980,'_elementor_template_type','wp-page'),(5309,980,'_elementor_version','3.0.15'),(5310,980,'_wp_page_template','default'),(5311,980,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5312,981,'_elementor_edit_mode','builder'),(5313,981,'_elementor_template_type','wp-page'),(5314,981,'_elementor_version','3.0.15'),(5315,981,'_wp_page_template','default'),(5316,981,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5319,982,'_elementor_edit_mode','builder'),(5320,982,'_elementor_template_type','wp-page'),(5321,982,'_elementor_version','3.0.15'),(5322,982,'_wp_page_template','default'),(5323,982,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5325,983,'_elementor_edit_mode','builder'),(5326,983,'_elementor_template_type','wp-page'),(5327,983,'_elementor_version','3.0.15'),(5328,983,'_wp_page_template','default'),(5329,983,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}]},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5331,984,'_elementor_edit_mode','builder'),(5332,984,'_elementor_template_type','wp-page'),(5333,984,'_elementor_version','3.0.15'),(5334,984,'_wp_page_template','default'),(5335,984,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5339,985,'_elementor_edit_mode','builder'),(5340,985,'_elementor_template_type','wp-page'),(5341,985,'_elementor_version','3.0.15'),(5342,985,'_wp_page_template','default'),(5343,985,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5345,986,'_elementor_edit_mode','builder'),(5346,986,'_elementor_template_type','wp-page'),(5347,986,'_elementor_version','3.0.15'),(5348,986,'_wp_page_template','default'),(5349,986,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5351,987,'_elementor_edit_mode','builder'),(5352,987,'_elementor_template_type','wp-page'),(5353,987,'_elementor_version','3.0.15'),(5354,987,'_wp_page_template','default'),(5355,987,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5359,988,'_elementor_edit_mode','builder'),(5360,988,'_elementor_template_type','wp-page'),(5361,988,'_elementor_version','3.0.15'),(5362,988,'_wp_page_template','default'),(5363,988,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5365,989,'_elementor_edit_mode','builder'),(5366,989,'_elementor_template_type','wp-page'),(5367,989,'_elementor_version','3.0.15'),(5368,989,'_wp_page_template','default'),(5369,989,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5371,990,'_elementor_edit_mode','builder'),(5372,990,'_elementor_template_type','wp-page'),(5373,990,'_elementor_version','3.0.15'),(5374,990,'_wp_page_template','default'),(5375,990,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5379,991,'_elementor_edit_mode','builder'),(5380,991,'_elementor_template_type','wp-page'),(5381,991,'_elementor_version','3.0.15'),(5382,991,'_wp_page_template','default'),(5383,991,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5385,992,'_elementor_edit_mode','builder'),(5386,992,'_elementor_template_type','wp-page'),(5387,992,'_elementor_version','3.0.15'),(5388,992,'_wp_page_template','default'),(5389,992,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5391,993,'_elementor_edit_mode','builder'),(5392,993,'_elementor_template_type','wp-page'),(5393,993,'_elementor_version','3.0.15'),(5394,993,'_wp_page_template','default'),(5395,993,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5407,995,'_elementor_edit_mode','builder'),(5408,995,'_elementor_template_type','wp-page'),(5409,995,'_elementor_version','3.0.15'),(5410,995,'_wp_page_template','default'),(5411,995,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5413,996,'_elementor_edit_mode','builder'),(5414,996,'_elementor_template_type','wp-page'),(5415,996,'_elementor_version','3.0.15'),(5416,996,'_wp_page_template','default'),(5417,996,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Software Development\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5419,997,'_elementor_edit_mode','builder'),(5420,997,'_elementor_template_type','wp-page'),(5421,997,'_elementor_version','3.0.15'),(5422,997,'_wp_page_template','default'),(5423,997,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5427,998,'_elementor_edit_mode','builder'),(5428,998,'_elementor_template_type','wp-page'),(5429,998,'_elementor_version','3.0.15'),(5430,998,'_wp_page_template','default'),(5431,998,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5433,999,'_elementor_edit_mode','builder'),(5434,999,'_elementor_template_type','wp-page'),(5435,999,'_elementor_version','3.0.15'),(5436,999,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (5437,999,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"TESTIMONIALS.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5439,1000,'_elementor_edit_mode','builder'),(5440,1000,'_elementor_template_type','wp-page'),(5441,1000,'_elementor_version','3.0.15'),(5442,1000,'_wp_page_template','default'),(5443,1000,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5447,1001,'_elementor_edit_mode','builder'),(5448,1001,'_elementor_template_type','wp-page'),(5449,1001,'_elementor_version','3.0.15'),(5450,1001,'_wp_page_template','default'),(5451,1001,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5453,1002,'_elementor_edit_mode','builder'),(5454,1002,'_elementor_template_type','wp-page'),(5455,1002,'_elementor_version','3.0.15'),(5456,1002,'_wp_page_template','default'),(5457,1002,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5459,1003,'_elementor_edit_mode','builder'),(5460,1003,'_elementor_template_type','wp-page'),(5461,1003,'_elementor_version','3.0.15'),(5462,1003,'_wp_page_template','default'),(5463,1003,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5467,1004,'_elementor_edit_mode','builder'),(5468,1004,'_elementor_template_type','wp-page'),(5469,1004,'_elementor_version','3.0.15'),(5470,1004,'_wp_page_template','default'),(5471,1004,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5473,1005,'_elementor_edit_mode','builder'),(5474,1005,'_elementor_template_type','wp-page'),(5475,1005,'_elementor_version','3.0.15'),(5476,1005,'_wp_page_template','default'),(5477,1005,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"#\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5479,1006,'_elementor_edit_mode','builder'),(5480,1006,'_elementor_template_type','wp-page'),(5481,1006,'_elementor_version','3.0.15'),(5482,1006,'_wp_page_template','default'),(5483,1006,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5487,1007,'_elementor_edit_mode','builder'),(5488,1007,'_elementor_template_type','wp-page'),(5489,1007,'_elementor_version','3.0.15'),(5490,1007,'_wp_page_template','default'),(5491,1007,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5493,1008,'_elementor_edit_mode','builder'),(5494,1008,'_elementor_template_type','wp-page'),(5495,1008,'_elementor_version','3.0.15'),(5496,1008,'_wp_page_template','default'),(5497,1008,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5499,1009,'_elementor_edit_mode','builder'),(5500,1009,'_elementor_template_type','wp-page'),(5501,1009,'_elementor_version','3.0.15'),(5502,1009,'_wp_page_template','default'),(5503,1009,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5507,1011,'_elementor_edit_mode','builder'),(5508,1011,'_elementor_template_type','wp-page'),(5509,1011,'_elementor_version','3.0.15'),(5510,1011,'_wp_page_template','default'),(5511,1011,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5513,1012,'_elementor_edit_mode','builder'),(5514,1012,'_elementor_template_type','wp-page'),(5515,1012,'_elementor_version','3.0.15'),(5516,1012,'_wp_page_template','default'),(5517,1012,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5519,1013,'_elementor_edit_mode','builder'),(5520,1013,'_elementor_template_type','wp-page'),(5521,1013,'_elementor_version','3.0.15'),(5522,1013,'_wp_page_template','default'),(5523,1013,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5526,1014,'_elementor_edit_mode','builder'),(5527,1014,'_elementor_template_type','wp-page'),(5528,1014,'_elementor_version','3.0.15'),(5529,1014,'_wp_page_template','default'),(5530,1014,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5531,1015,'_elementor_edit_mode','builder'),(5532,1015,'_elementor_template_type','wp-page'),(5533,1015,'_elementor_version','3.0.15'),(5534,1015,'_wp_page_template','default'),(5535,1015,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5536,1016,'_elementor_edit_mode','builder'),(5537,1016,'_elementor_template_type','wp-page'),(5538,1016,'_elementor_version','3.0.15'),(5539,1016,'_wp_page_template','default'),(5540,1016,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(5543,1017,'_edit_lock','1611721704:1'),(5544,1017,'_edit_last','1'),(5545,1017,'banner_background_image','316'),(5546,1017,'_banner_background_image','field_5feab3dfc6d7c'),(5547,1017,'banner_title','Portfolio'),(5548,1017,'_banner_title','field_5feab41bc6d7d'),(5549,1017,'banner_subtitle',''),(5550,1017,'_banner_subtitle','field_5feab42ec6d7e'),(5551,1018,'banner_background_image',''),(5552,1018,'_banner_background_image','field_5feab3dfc6d7c'),(5553,1018,'banner_title',''),(5554,1018,'_banner_title','field_5feab41bc6d7d'),(5555,1018,'banner_subtitle',''),(5556,1018,'_banner_subtitle','field_5feab42ec6d7e'),(5557,1017,'_elementor_edit_mode','builder'),(5558,1017,'_elementor_template_type','wp-page'),(5559,1017,'_elementor_version','3.0.15'),(5560,1019,'_elementor_edit_mode','builder'),(5561,1019,'_elementor_template_type','wp-page'),(5562,1019,'_elementor_version','3.0.15'),(5563,1020,'_elementor_edit_mode','builder'),(5564,1020,'_elementor_template_type','wp-page'),(5565,1020,'_elementor_version','3.0.15'),(5566,1017,'_wp_page_template','default'),(5567,1017,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"wide\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5568,1021,'_elementor_edit_mode','builder'),(5569,1021,'_elementor_template_type','wp-page'),(5570,1021,'_elementor_version','3.0.15'),(5571,1021,'_wp_page_template','default'),(5572,1021,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(5574,1022,'_elementor_edit_mode','builder'),(5575,1022,'_elementor_template_type','wp-page'),(5576,1022,'_elementor_version','3.0.15'),(5577,1022,'_wp_page_template','default'),(5578,1022,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(5579,1023,'_elementor_edit_mode','builder'),(5580,1023,'_elementor_template_type','wp-page'),(5581,1023,'_elementor_version','3.0.15'),(5582,1023,'_wp_page_template','default'),(5583,1023,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(5584,1024,'_elementor_edit_mode','builder'),(5585,1024,'_elementor_template_type','wp-page'),(5586,1024,'_elementor_version','3.0.15'),(5587,1024,'_wp_page_template','default'),(5588,1024,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5590,1025,'_elementor_edit_mode','builder'),(5591,1025,'_elementor_template_type','wp-page'),(5592,1025,'_elementor_version','3.0.15'),(5593,1025,'_wp_page_template','default'),(5594,1025,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5595,1026,'_elementor_edit_mode','builder'),(5596,1026,'_elementor_template_type','wp-page'),(5597,1026,'_elementor_version','3.0.15'),(5598,1026,'_wp_page_template','default'),(5599,1026,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5600,1027,'_elementor_edit_mode','builder'),(5601,1027,'_elementor_template_type','wp-page'),(5602,1027,'_elementor_version','3.0.15'),(5603,1027,'_wp_page_template','default'),(5604,1027,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5606,1028,'_elementor_edit_mode','builder'),(5607,1028,'_elementor_template_type','wp-page'),(5608,1028,'_elementor_version','3.0.15'),(5609,1028,'_wp_page_template','default'),(5610,1028,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5611,1029,'_elementor_edit_mode','builder'),(5612,1029,'_elementor_template_type','wp-page'),(5613,1029,'_elementor_version','3.0.15'),(5614,1029,'_wp_page_template','default'),(5615,1029,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5616,1030,'_elementor_edit_mode','builder'),(5617,1030,'_elementor_template_type','wp-page'),(5618,1030,'_elementor_version','3.0.15'),(5619,1030,'_wp_page_template','default'),(5620,1030,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5623,1031,'_elementor_edit_mode','builder'),(5624,1031,'_elementor_template_type','wp-page'),(5625,1031,'_elementor_version','3.0.15'),(5626,1031,'_wp_page_template','default'),(5627,1031,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5629,1032,'_elementor_edit_mode','builder'),(5630,1032,'_elementor_template_type','wp-page'),(5631,1032,'_elementor_version','3.0.15'),(5632,1032,'_wp_page_template','default'),(5633,1032,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5635,1033,'_elementor_edit_mode','builder'),(5636,1033,'_elementor_template_type','wp-page'),(5637,1033,'_elementor_version','3.0.15'),(5638,1033,'_wp_page_template','default'),(5639,1033,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5643,1034,'_elementor_edit_mode','builder'),(5644,1034,'_elementor_template_type','wp-page'),(5645,1034,'_elementor_version','3.0.15'),(5646,1034,'_wp_page_template','default'),(5647,1034,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5649,1035,'_elementor_edit_mode','builder'),(5650,1035,'_elementor_template_type','wp-page'),(5651,1035,'_elementor_version','3.0.15'),(5652,1035,'_wp_page_template','default'),(5653,1035,'_elementor_data','[{\"id\":\"c19db16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"b1ed8c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5655,1036,'_elementor_edit_mode','builder'),(5656,1036,'_elementor_template_type','wp-page'),(5657,1036,'_elementor_version','3.0.15'),(5658,1036,'_wp_page_template','default'),(5659,1036,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5663,1037,'_wp_attached_file','2021/01/site2.png'),(5664,1037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:3560;s:4:\"file\";s:17:\"2021/01/site2.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"site2-115x300.png\";s:5:\"width\";i:115;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"site2-393x1024.png\";s:5:\"width\";i:393;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"site2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"site2-768x2002.png\";s:5:\"width\";i:768;s:6:\"height\";i:2002;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"site2-589x1536.png\";s:5:\"width\";i:589;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"site2-786x2048.png\";s:5:\"width\";i:786;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-large-thumb\";a:4:{s:4:\"file\";s:18:\"site2-830x2163.png\";s:5:\"width\";i:830;s:6:\"height\";i:2163;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:17:\"site2-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"site2-230x599.png\";s:5:\"width\";i:230;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:17:\"site2-350x912.png\";s:5:\"width\";i:350;s:6:\"height\";i:912;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:18:\"site2-480x1251.png\";s:5:\"width\";i:480;s:6:\"height\";i:1251;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5665,1038,'_elementor_edit_mode','builder'),(5666,1038,'_elementor_template_type','wp-page'),(5667,1038,'_elementor_version','3.0.15'),(5668,1038,'_wp_page_template','default'),(5669,1038,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5671,1039,'_elementor_edit_mode','builder'),(5672,1039,'_elementor_template_type','wp-page'),(5673,1039,'_elementor_version','3.0.15'),(5674,1039,'_wp_page_template','default'),(5675,1039,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5677,1040,'_elementor_edit_mode','builder'),(5678,1040,'_elementor_template_type','wp-page'),(5679,1040,'_elementor_version','3.0.15'),(5680,1040,'_wp_page_template','default'),(5681,1040,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(5685,1041,'_elementor_edit_mode','builder'),(5686,1041,'_elementor_template_type','wp-page'),(5687,1041,'_elementor_version','3.0.15'),(5688,1041,'_wp_page_template','default'),(5689,1041,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(5691,1042,'_elementor_edit_mode','builder'),(5692,1042,'_elementor_template_type','wp-page'),(5693,1042,'_elementor_version','3.0.15'),(5694,1042,'_wp_page_template','default'),(5695,1042,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(5697,1043,'_elementor_edit_mode','builder'),(5698,1043,'_elementor_template_type','wp-page'),(5699,1043,'_elementor_version','3.0.15'),(5700,1043,'_wp_page_template','default'),(5701,1043,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5705,1044,'_elementor_edit_mode','builder'),(5706,1044,'_elementor_template_type','wp-page'),(5707,1044,'_elementor_version','3.0.15'),(5708,1044,'_wp_page_template','default'),(5709,1044,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5711,1045,'_elementor_edit_mode','builder'),(5712,1045,'_elementor_template_type','wp-page'),(5713,1045,'_elementor_version','3.0.15'),(5714,1045,'_wp_page_template','default'),(5715,1045,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5717,1046,'_elementor_edit_mode','builder'),(5718,1046,'_elementor_template_type','wp-page'),(5719,1046,'_elementor_version','3.0.15'),(5720,1046,'_wp_page_template','default'),(5721,1046,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5725,1047,'_wp_attached_file','2021/01/site3.png'),(5726,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:462;s:6:\"height\";i:383;s:4:\"file\";s:17:\"2021/01/site3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"site3-300x249.png\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"site3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"site3-230x191.png\";s:5:\"width\";i:230;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:17:\"site3-350x290.png\";s:5:\"width\";i:350;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5727,1048,'_elementor_edit_mode','builder'),(5728,1048,'_elementor_template_type','wp-page'),(5729,1048,'_elementor_version','3.0.15'),(5730,1048,'_wp_page_template','default'),(5731,1048,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5733,1049,'_elementor_edit_mode','builder'),(5734,1049,'_elementor_template_type','wp-page'),(5735,1049,'_elementor_version','3.0.15'),(5736,1049,'_wp_page_template','default'),(5737,1049,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5739,1050,'_elementor_edit_mode','builder'),(5740,1050,'_elementor_template_type','wp-page'),(5741,1050,'_elementor_version','3.0.15'),(5742,1050,'_wp_page_template','default'),(5743,1050,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5747,1051,'_elementor_edit_mode','builder'),(5748,1051,'_elementor_template_type','wp-page'),(5749,1051,'_elementor_version','3.0.15'),(5750,1051,'_wp_page_template','default'),(5751,1051,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5753,1052,'_elementor_edit_mode','builder'),(5754,1052,'_elementor_template_type','wp-page'),(5755,1052,'_elementor_version','3.0.15'),(5756,1052,'_wp_page_template','default'),(5757,1052,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5759,1053,'_elementor_edit_mode','builder'),(5760,1053,'_elementor_template_type','wp-page'),(5761,1053,'_elementor_version','3.0.15'),(5762,1053,'_wp_page_template','default'),(5763,1053,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5767,1054,'_elementor_edit_mode','builder'),(5768,1054,'_elementor_template_type','wp-page'),(5769,1054,'_elementor_version','3.0.15'),(5770,1054,'_wp_page_template','default'),(5771,1054,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5772,1054,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5774,1055,'_elementor_edit_mode','builder'),(5775,1055,'_elementor_template_type','wp-page'),(5776,1055,'_elementor_version','3.0.15'),(5777,1055,'_wp_page_template','default'),(5778,1055,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5779,1055,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5781,1055,'banner_background_image','316'),(5782,1055,'_banner_background_image','field_5feab3dfc6d7c'),(5783,1055,'banner_title','AMAEKA WEBSITE'),(5784,1055,'_banner_title','field_5feab41bc6d7d'),(5785,1055,'banner_subtitle',''),(5786,1055,'_banner_subtitle','field_5feab42ec6d7e'),(5787,1056,'_elementor_edit_mode','builder'),(5788,1056,'_elementor_template_type','wp-page'),(5789,1056,'_elementor_version','3.0.15'),(5790,1056,'_wp_page_template','default'),(5791,1056,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5792,1056,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5794,1056,'banner_background_image','316'),(5795,1056,'_banner_background_image','field_5feab3dfc6d7c'),(5796,1056,'banner_title','AMAEKA WEBSITE'),(5797,1056,'_banner_title','field_5feab41bc6d7d'),(5798,1056,'banner_subtitle','Amazing Things Together.'),(5799,1056,'_banner_subtitle','field_5feab42ec6d7e'),(5800,1057,'_elementor_edit_mode','builder'),(5801,1057,'_elementor_template_type','wp-page'),(5802,1057,'_elementor_version','3.0.15'),(5803,1057,'_wp_page_template','default'),(5804,1057,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5805,1057,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5807,1057,'banner_background_image','316'),(5808,1057,'_banner_background_image','field_5feab3dfc6d7c'),(5809,1057,'banner_title','AMAEKA WEBSITE'),(5810,1057,'_banner_title','field_5feab41bc6d7d'),(5811,1057,'banner_subtitle',''),(5812,1057,'_banner_subtitle','field_5feab42ec6d7e'),(5813,1058,'_elementor_edit_mode','builder'),(5814,1058,'_elementor_template_type','wp-page'),(5815,1058,'_elementor_version','3.0.15'),(5816,1058,'_wp_page_template','elementor_canvas'),(5817,1058,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5818,1058,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5820,1058,'banner_background_image','316'),(5821,1058,'_banner_background_image','field_5feab3dfc6d7c'),(5822,1058,'banner_title','AMAEKA WEBSITE'),(5823,1058,'_banner_title','field_5feab41bc6d7d'),(5824,1058,'banner_subtitle',''),(5825,1058,'_banner_subtitle','field_5feab42ec6d7e'),(5826,1059,'_elementor_edit_mode','builder'),(5827,1059,'_elementor_template_type','wp-page'),(5828,1059,'_elementor_version','3.0.15'),(5829,1059,'_wp_page_template','elementor_header_footer'),(5830,1059,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5831,1059,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5833,1059,'banner_background_image','316'),(5834,1059,'_banner_background_image','field_5feab3dfc6d7c'),(5835,1059,'banner_title','AMAEKA WEBSITE'),(5836,1059,'_banner_title','field_5feab41bc6d7d'),(5837,1059,'banner_subtitle',''),(5838,1059,'_banner_subtitle','field_5feab42ec6d7e'),(5839,1060,'_elementor_edit_mode','builder'),(5840,1060,'_elementor_template_type','wp-page'),(5841,1060,'_elementor_version','3.0.15'),(5842,1060,'_wp_page_template',''),(5843,1060,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5844,1060,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5846,1060,'banner_background_image','316'),(5847,1060,'_banner_background_image','field_5feab3dfc6d7c'),(5848,1060,'banner_title','AMAEKA WEBSITE'),(5849,1060,'_banner_title','field_5feab41bc6d7d'),(5850,1060,'banner_subtitle',''),(5851,1060,'_banner_subtitle','field_5feab42ec6d7e'),(5852,1061,'_elementor_edit_mode','builder'),(5853,1061,'_elementor_template_type','wp-page'),(5854,1061,'_elementor_version','3.0.15'),(5855,1061,'_wp_page_template','default'),(5856,1061,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5857,1061,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5859,1062,'_elementor_edit_mode','builder'),(5860,1062,'_elementor_template_type','wp-page'),(5861,1062,'_elementor_version','3.0.15'),(5862,1062,'_wp_page_template','default'),(5863,1062,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5864,1062,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5866,1062,'banner_background_image','316'),(5867,1062,'_banner_background_image','field_5feab3dfc6d7c'),(5868,1062,'banner_title','Amaeka Website'),(5869,1062,'_banner_title','field_5feab41bc6d7d'),(5870,1062,'banner_subtitle',''),(5871,1062,'_banner_subtitle','field_5feab42ec6d7e'),(5872,1063,'_elementor_edit_mode','builder'),(5873,1063,'_elementor_template_type','wp-page'),(5874,1063,'_elementor_version','3.0.15'),(5875,1063,'_wp_page_template','default'),(5876,1063,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5878,1064,'_elementor_edit_mode','builder'),(5879,1064,'_elementor_template_type','wp-page'),(5880,1064,'_elementor_version','3.0.15'),(5881,1064,'_wp_page_template','default'),(5882,1064,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"approach\\\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5884,1065,'_elementor_edit_mode','builder'),(5885,1065,'_elementor_template_type','wp-page'),(5886,1065,'_elementor_version','3.0.15'),(5887,1065,'_wp_page_template','default'),(5888,1065,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5892,1066,'_elementor_edit_mode','builder'),(5893,1066,'_elementor_template_type','wp-page'),(5894,1066,'_elementor_version','3.0.15'),(5895,1066,'_wp_page_template','default'),(5896,1066,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5898,1067,'_elementor_edit_mode','builder'),(5899,1067,'_elementor_template_type','wp-page'),(5900,1067,'_elementor_version','3.0.15'),(5901,1067,'_wp_page_template','default'),(5902,1067,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5904,1068,'_elementor_edit_mode','builder'),(5905,1068,'_elementor_template_type','wp-page'),(5906,1068,'_elementor_version','3.0.15'),(5907,1068,'_wp_page_template','default'),(5908,1068,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5912,1069,'_elementor_edit_mode','builder'),(5913,1069,'_elementor_template_type','wp-page'),(5914,1069,'_elementor_version','3.0.15'),(5915,1069,'_wp_page_template','default'),(5916,1069,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5917,1069,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5919,1070,'_elementor_edit_mode','builder'),(5920,1070,'_elementor_template_type','wp-page'),(5921,1070,'_elementor_version','3.0.15'),(5922,1070,'_wp_page_template','default'),(5923,1070,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5924,1070,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5926,1070,'banner_background_image','316'),(5927,1070,'_banner_background_image','field_5feab3dfc6d7c'),(5928,1070,'banner_title',''),(5929,1070,'_banner_title','field_5feab41bc6d7d'),(5930,1070,'banner_subtitle',''),(5931,1070,'_banner_subtitle','field_5feab42ec6d7e'),(5932,1071,'_wp_attached_file','2021/01/company.png'),(5933,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:349;s:4:\"file\";s:19:\"2021/01/company.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"company-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"company-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:19:\"company-550x349.png\";s:5:\"width\";i:550;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:19:\"company-230x134.png\";s:5:\"width\";i:230;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:19:\"company-350x203.png\";s:5:\"width\";i:350;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:19:\"company-480x279.png\";s:5:\"width\";i:480;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5934,1017,'_thumbnail_id','1071'),(5935,1072,'_elementor_edit_mode','builder'),(5936,1072,'_elementor_template_type','wp-page'),(5937,1072,'_elementor_version','3.0.15'),(5938,1072,'_wp_page_template','default'),(5939,1072,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5940,1072,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5942,1072,'_thumbnail_id','1071'),(5943,1072,'banner_background_image','316'),(5944,1072,'_banner_background_image','field_5feab3dfc6d7c'),(5945,1072,'banner_title',''),(5946,1072,'_banner_title','field_5feab41bc6d7d'),(5947,1072,'banner_subtitle',''),(5948,1072,'_banner_subtitle','field_5feab42ec6d7e'),(5949,1073,'_elementor_edit_mode','builder'),(5950,1073,'_elementor_template_type','wp-page'),(5951,1073,'_elementor_version','3.0.15'),(5952,1073,'_wp_page_template','default'),(5953,1073,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5954,1073,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5956,1073,'_thumbnail_id','1071'),(5957,1073,'banner_background_image',''),(5958,1073,'_banner_background_image','field_5feab3dfc6d7c'),(5959,1073,'banner_title',''),(5960,1073,'_banner_title','field_5feab41bc6d7d'),(5961,1073,'banner_subtitle',''),(5962,1073,'_banner_subtitle','field_5feab42ec6d7e'),(5963,1074,'_elementor_edit_mode','builder'),(5964,1074,'_elementor_template_type','wp-page'),(5965,1074,'_elementor_version','3.0.15'),(5966,1074,'_wp_page_template','default'),(5967,1074,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5969,1074,'_thumbnail_id','1071'),(5970,1075,'_elementor_edit_mode','builder'),(5971,1075,'_elementor_template_type','wp-page'),(5972,1075,'_elementor_version','3.0.15'),(5973,1075,'_wp_page_template','default'),(5974,1075,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5976,1075,'_thumbnail_id','1071'),(5977,1076,'_elementor_edit_mode','builder'),(5978,1076,'_elementor_template_type','wp-page'),(5979,1076,'_elementor_version','3.0.15'),(5980,1076,'_wp_page_template','default'),(5981,1076,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"wide\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5983,1076,'_thumbnail_id','1071'),(5984,1017,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(5995,1078,'_elementor_edit_mode','builder'),(5996,1078,'_elementor_template_type','wp-page'),(5997,1078,'_elementor_version','3.0.15'),(5998,1078,'_wp_page_template','default'),(5999,1078,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(6001,1079,'_elementor_edit_mode','builder'),(6002,1079,'_elementor_template_type','wp-page'),(6003,1079,'_elementor_version','3.0.15'),(6004,1079,'_wp_page_template','default'),(6005,1079,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"#\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":\"\",\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(6007,1080,'_elementor_edit_mode','builder'),(6008,1080,'_elementor_template_type','wp-page'),(6009,1080,'_elementor_version','3.0.15'),(6010,1080,'_wp_page_template','default'),(6011,1080,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(6015,1081,'_elementor_edit_mode','builder'),(6016,1081,'_elementor_template_type','wp-page'),(6017,1081,'_elementor_version','3.0.15'),(6018,1081,'_wp_page_template','default'),(6019,1081,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"wide\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(6020,1081,'_thumbnail_id','1071'),(6021,1081,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(6023,1082,'_elementor_edit_mode','builder'),(6024,1082,'_elementor_template_type','wp-page'),(6025,1082,'_elementor_version','3.0.15'),(6026,1082,'_wp_page_template','default'),(6027,1082,'_elementor_data','[{\"id\":\"803010d\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"wide\"},\"elements\":[{\"id\":\"53a6515\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"70d9700\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Brief\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c149ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6c5faf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c832946\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a989fc4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\">Property Development<\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b8e6c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOACTION\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8a885\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"side-section\\\"><div class=\\\"sideans\\\"><div class=\\\"side-section\\\"><div class=\\\"sideans\\\">India<\\/div><\\/div><\\/div><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cad49f\",\"elType\":\"widget\",\"settings\":{\"title\":\"INVOLVEMENT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a20635d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Web Design<br>\\nWeb Development<br>\\nWordpress\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"91e1a6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"VISIT\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d231b54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Property Development<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c4eea4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bdbacd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ba40bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7407a15\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"91aaf56\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33001da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\",\"title_color\":\"#8E8282\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac4b882\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n<br>\\n\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8cac6\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"41b7d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508a0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(6028,1082,'_thumbnail_id','1071'),(6029,1082,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:2;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}}}}}'),(6031,1082,'banner_background_image','316'),(6032,1082,'_banner_background_image','field_5feab3dfc6d7c'),(6033,1082,'banner_title','Portfolio'),(6034,1082,'_banner_title','field_5feab41bc6d7d'),(6035,1082,'banner_subtitle',''),(6036,1082,'_banner_subtitle','field_5feab42ec6d7e'),(6044,1084,'_elementor_edit_mode','builder'),(6045,1084,'_elementor_template_type','wp-page'),(6046,1084,'_elementor_version','3.0.15'),(6047,1084,'_wp_page_template','default'),(6048,1084,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6049,1085,'_elementor_edit_mode','builder'),(6050,1085,'_elementor_template_type','wp-page'),(6051,1085,'_elementor_version','3.0.15'),(6052,1085,'_wp_page_template','default'),(6053,1085,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\"},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6054,1086,'_elementor_edit_mode','builder'),(6055,1086,'_elementor_template_type','wp-page'),(6056,1086,'_elementor_version','3.0.15'),(6057,1086,'_wp_page_template','default'),(6058,1086,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6061,1087,'_elementor_edit_mode','builder'),(6062,1087,'_elementor_template_type','wp-page'),(6063,1087,'_elementor_version','3.0.15'),(6064,1087,'_wp_page_template','default'),(6065,1087,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6067,1088,'_elementor_edit_mode','builder'),(6068,1088,'_elementor_template_type','wp-page'),(6069,1088,'_elementor_version','3.0.15'),(6070,1088,'_wp_page_template','default'),(6071,1088,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\"},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6073,1089,'_elementor_edit_mode','builder'),(6074,1089,'_elementor_template_type','wp-page'),(6075,1089,'_elementor_version','3.0.15'),(6076,1089,'_wp_page_template','default'),(6077,1089,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6081,1090,'_elementor_edit_mode','builder'),(6082,1090,'_elementor_template_type','wp-page'),(6083,1090,'_elementor_version','3.0.15'),(6084,1090,'_wp_page_template','default'),(6085,1090,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6087,1091,'_elementor_edit_mode','builder'),(6088,1091,'_elementor_template_type','wp-page'),(6089,1091,'_elementor_version','3.0.15'),(6090,1091,'_wp_page_template','default'),(6091,1091,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6093,1092,'_elementor_edit_mode','builder'),(6094,1092,'_elementor_template_type','wp-page'),(6095,1092,'_elementor_version','3.0.15'),(6096,1092,'_wp_page_template','default'),(6097,1092,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6101,1093,'_elementor_edit_mode','builder'),(6102,1093,'_elementor_template_type','wp-page'),(6103,1093,'_elementor_version','3.0.15'),(6104,1093,'_wp_page_template','default'),(6105,1093,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6107,1094,'_elementor_edit_mode','builder'),(6108,1094,'_elementor_template_type','wp-page'),(6109,1094,'_elementor_version','3.0.15'),(6110,1094,'_wp_page_template','default'),(6111,1094,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6113,1095,'_elementor_edit_mode','builder'),(6114,1095,'_elementor_template_type','wp-page'),(6115,1095,'_elementor_version','3.0.15'),(6116,1095,'_wp_page_template','default'),(6117,1095,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6121,1096,'_elementor_edit_mode','builder'),(6122,1096,'_elementor_template_type','wp-page'),(6123,1096,'_elementor_version','3.0.15'),(6124,1096,'_wp_page_template','default'),(6125,1096,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6127,1097,'_elementor_edit_mode','builder'),(6128,1097,'_elementor_template_type','wp-page'),(6129,1097,'_elementor_version','3.0.15'),(6130,1097,'_wp_page_template','default'),(6131,1097,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6133,1098,'_elementor_edit_mode','builder'),(6134,1098,'_elementor_template_type','wp-page'),(6135,1098,'_elementor_version','3.0.15'),(6136,1098,'_wp_page_template','default'),(6137,1098,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6141,1099,'_elementor_edit_mode','builder'),(6142,1099,'_elementor_template_type','wp-page'),(6143,1099,'_elementor_version','3.0.15'),(6144,1099,'_wp_page_template','default'),(6145,1099,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6147,1100,'_elementor_edit_mode','builder'),(6148,1100,'_elementor_template_type','wp-page'),(6149,1100,'_elementor_version','3.0.15'),(6150,1100,'_wp_page_template','default'),(6151,1100,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b221821\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39035c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"5b950f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/cleint.png\",\"id\":612}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ef57fce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0374a17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"cd9bf34\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c149a80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"50c527b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7964c0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d42787e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"55cd88d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"807c8c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"157b543\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f5e327a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"ed54c54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"43d8ed4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879}},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true},{\"id\":\"59dd3db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31d940d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"disable\"},\"elements\":[],\"widgetType\":\"amaeka-client\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6153,1101,'_elementor_edit_mode','builder'),(6154,1101,'_elementor_template_type','wp-page'),(6155,1101,'_elementor_version','3.0.15'),(6156,1101,'_wp_page_template','default'),(6157,1101,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6168,1103,'_elementor_edit_mode','builder'),(6169,1103,'_elementor_template_type','wp-page'),(6170,1103,'_elementor_version','3.0.15'),(6171,1103,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (6172,1103,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6173,1104,'_elementor_edit_mode','builder'),(6174,1104,'_elementor_template_type','wp-page'),(6175,1104,'_elementor_version','3.0.15'),(6176,1104,'_wp_page_template','default'),(6177,1104,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6178,1105,'_elementor_edit_mode','builder'),(6179,1105,'_elementor_template_type','wp-page'),(6180,1105,'_elementor_version','3.0.15'),(6181,1105,'_wp_page_template','default'),(6182,1105,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6191,1107,'_elementor_edit_mode','builder'),(6192,1107,'_elementor_template_type','wp-page'),(6193,1107,'_elementor_version','3.0.15'),(6194,1107,'_wp_page_template','default'),(6195,1107,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6197,1108,'_elementor_edit_mode','builder'),(6198,1108,'_elementor_template_type','wp-page'),(6199,1108,'_elementor_version','3.0.15'),(6200,1108,'_wp_page_template','default'),(6201,1108,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6203,1109,'_elementor_edit_mode','builder'),(6204,1109,'_elementor_template_type','wp-page'),(6205,1109,'_elementor_version','3.0.15'),(6206,1109,'_wp_page_template','default'),(6207,1109,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6211,1110,'_elementor_edit_mode','builder'),(6212,1110,'_elementor_template_type','wp-page'),(6213,1110,'_elementor_version','3.0.15'),(6214,1110,'_wp_page_template','default'),(6215,1110,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6217,1111,'_elementor_edit_mode','builder'),(6218,1111,'_elementor_template_type','wp-page'),(6219,1111,'_elementor_version','3.0.15'),(6220,1111,'_wp_page_template','default'),(6221,1111,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false}]'),(6223,1112,'_elementor_edit_mode','builder'),(6224,1112,'_elementor_template_type','wp-page'),(6225,1112,'_elementor_version','3.0.15'),(6226,1112,'_wp_page_template','default'),(6227,1112,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6231,1113,'_elementor_edit_mode','builder'),(6232,1113,'_elementor_template_type','wp-page'),(6233,1113,'_elementor_version','3.0.15'),(6234,1113,'_wp_page_template','default'),(6235,1113,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6237,1114,'_elementor_edit_mode','builder'),(6238,1114,'_elementor_template_type','wp-page'),(6239,1114,'_elementor_version','3.0.15'),(6240,1114,'_wp_page_template','default'),(6241,1114,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3608517\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"css_classes\":\"section-five\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a01e0ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"efdb32f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6243,1115,'_elementor_edit_mode','builder'),(6244,1115,'_elementor_template_type','wp-page'),(6245,1115,'_elementor_version','3.0.15'),(6246,1115,'_wp_page_template','default'),(6247,1115,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(6251,1116,'_wp_attached_file','2021/01/team-member-01.jpg'),(6252,1116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:460;s:4:\"file\";s:26:\"2021/01/team-member-01.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"team-member-01-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"team-member-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:26:\"team-member-01-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:26:\"team-member-01-230x265.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:26:\"team-member-01-350x403.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:403;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:{}}}'),(6253,1117,'_wp_attached_file','2021/01/team-member-02.jpg'),(6254,1117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:460;s:4:\"file\";s:26:\"2021/01/team-member-02.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"team-member-02-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"team-member-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:26:\"team-member-02-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:26:\"team-member-02-230x265.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:26:\"team-member-02-350x403.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:403;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:{}}}'),(6255,1118,'_elementor_edit_mode','builder'),(6256,1118,'_elementor_template_type','wp-page'),(6257,1118,'_elementor_version','3.0.15'),(6258,1118,'_wp_page_template','default'),(6259,1118,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6261,1119,'_elementor_edit_mode','builder'),(6262,1119,'_elementor_template_type','wp-page'),(6263,1119,'_elementor_version','3.0.15'),(6264,1119,'_wp_page_template','default'),(6265,1119,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6267,1120,'_elementor_edit_mode','builder'),(6268,1120,'_elementor_template_type','wp-page'),(6269,1120,'_elementor_version','3.0.15'),(6270,1120,'_wp_page_template','default'),(6271,1120,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6275,1122,'_form','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n[select* the-recipient default:get \"Employee One|employeeone@yourdomain.com\" \"Employee Two|employeetwo@yourdomain.com\" \"Employee Three|employeethree@yourdomain.com\"]\n\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),(6276,1122,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:41:\"[_site_title] <wordpress@demoweblinks.in>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6277,1122,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:41:\"[_site_title] <wordpress@demoweblinks.in>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6278,1122,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(6279,1122,'_additional_settings',''),(6280,1122,'_locale','en_US'),(6281,1123,'_form','<div class=\"contact-form\">\n<div class=\"row\">\n	<div class=\"col-md-6\">\n		<div class=\"form-item\">\n			[text* your-name class:name placeholder \"Name\"]\n		</div>\n	</div>\n\n	<div class=\"col-md-6\">\n		<div class=\"form-item\">\n			[email* your-email class:email placeholder \"Email\"]\n		</div>\n	</div>\n          <div class=\"col-md-6\">\n		<div class=\"form-item\">\n			[text your-phone class:phone placeholder \"Phone\"]\n		</div>\n	</div>\n	<div class=\"col-md-6\">\n		<div class=\"form-item\">\n[select* the-list default:get  \"Web Development\" \"Mobile App Development\" \"Software Development\" \"Ecommerce Development\" \"Digital Marketing\" \"Marketplace Management\" \"Other Services\"]\n\n			\n		</div>\n	</div>\n        <div class=\"col-md-12\">\n		<div class=\"form-item\">\n			\n[text your-subject class:subject placeholder \"Subject\"]\n\n		</div>\n	</div>\n\n	<div class=\"col-md-12\">\n		\n		<div class=\"form-item\">\n			[textarea your-message class:message placeholder \"Describe Your Needs..\"]\n		</div>\n                         <div class=\"form-item\">\n             		<div class=\"form-submit\">\n			[submit class:submit \"Submit Now\"]\n		</div>\n                 </div>\n	</div>\n</div>\n</div>'),(6282,1123,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:41:\"[_site_title] <wordpress@demoweblinks.in>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:202:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\nPhone: [your-phone]\nService: [dropdown]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6283,1123,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:41:\"[_site_title] <wordpress@demoweblinks.in>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6284,1123,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(6285,1123,'_additional_settings',''),(6286,1123,'_locale','en_US'),(6290,1124,'_edit_lock','1613108791:1'),(6291,1124,'_edit_last','1'),(6292,1124,'banner_background_image','316'),(6293,1124,'_banner_background_image','field_5feab3dfc6d7c'),(6294,1124,'banner_title','Contact Us'),(6295,1124,'_banner_title','field_5feab41bc6d7d'),(6296,1124,'banner_subtitle',''),(6297,1124,'_banner_subtitle','field_5feab42ec6d7e'),(6298,1126,'banner_background_image','316'),(6299,1126,'_banner_background_image','field_5feab3dfc6d7c'),(6300,1126,'banner_title','Contact Us'),(6301,1126,'_banner_title','field_5feab41bc6d7d'),(6302,1126,'banner_subtitle',''),(6303,1126,'_banner_subtitle','field_5feab42ec6d7e'),(6304,1124,'_elementor_edit_mode','builder'),(6305,1124,'_elementor_template_type','wp-page'),(6306,1124,'_elementor_version','3.0.15'),(6312,1128,'_elementor_edit_mode','builder'),(6313,1128,'_elementor_template_type','wp-page'),(6314,1128,'_elementor_version','3.0.15'),(6315,1129,'_elementor_edit_mode','builder'),(6316,1129,'_elementor_template_type','wp-page'),(6317,1129,'_elementor_version','3.0.15'),(6318,1124,'_wp_page_template','default'),(6319,1124,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6320,1130,'_elementor_edit_mode','builder'),(6321,1130,'_elementor_template_type','wp-page'),(6322,1130,'_elementor_version','3.0.15'),(6323,1130,'_wp_page_template','default'),(6324,1130,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6330,1123,'_cf7rl_enable','0'),(6331,1123,'_cf7rl_tab','0'),(6332,1123,'_cf7rl_redirect_type','thank'),(6333,1123,'_cf7rl_url',''),(6334,1123,'_cf7rl_thank_you_page','messgae sent'),(6335,1132,'_elementor_edit_mode','builder'),(6336,1132,'_elementor_template_type','wp-page'),(6337,1132,'_elementor_version','3.0.15'),(6338,1132,'_wp_page_template','default'),(6339,1132,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6341,1133,'_elementor_edit_mode','builder'),(6342,1133,'_elementor_template_type','wp-page'),(6343,1133,'_elementor_version','3.0.15'),(6344,1133,'_wp_page_template','default'),(6345,1133,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6347,1134,'_elementor_edit_mode','builder'),(6348,1134,'_elementor_template_type','wp-page'),(6349,1134,'_elementor_version','3.0.15'),(6350,1134,'_wp_page_template','default'),(6351,1134,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6354,1135,'_elementor_edit_mode','builder'),(6355,1135,'_elementor_template_type','wp-page'),(6356,1135,'_elementor_version','3.0.15'),(6357,1135,'_wp_page_template','default'),(6358,1135,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6360,1136,'_elementor_edit_mode','builder'),(6361,1136,'_elementor_template_type','wp-page'),(6362,1136,'_elementor_version','3.0.15'),(6363,1136,'_wp_page_template','default'),(6364,1136,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6366,1137,'_elementor_edit_mode','builder'),(6367,1137,'_elementor_template_type','wp-page'),(6368,1137,'_elementor_version','3.0.15'),(6369,1137,'_wp_page_template','default'),(6370,1137,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6373,1138,'_elementor_edit_mode','builder'),(6374,1138,'_elementor_template_type','wp-page'),(6375,1138,'_elementor_version','3.0.15'),(6376,1138,'_wp_page_template','default'),(6377,1138,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6378,1139,'_elementor_edit_mode','builder'),(6379,1139,'_elementor_template_type','wp-page'),(6380,1139,'_elementor_version','3.0.15'),(6381,1139,'_wp_page_template','default'),(6382,1139,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6383,1140,'_elementor_edit_mode','builder'),(6384,1140,'_elementor_template_type','wp-page'),(6385,1140,'_elementor_version','3.0.15'),(6386,1140,'_wp_page_template','default'),(6387,1140,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6395,1142,'_elementor_edit_mode','builder'),(6396,1142,'_elementor_template_type','wp-page'),(6397,1142,'_elementor_version','3.0.15'),(6398,1142,'_wp_page_template','default'),(6399,1142,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6400,1143,'_elementor_edit_mode','builder'),(6401,1143,'_elementor_template_type','wp-page'),(6402,1143,'_elementor_version','3.0.15'),(6403,1143,'_wp_page_template','default'),(6404,1143,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6405,1144,'_elementor_edit_mode','builder'),(6406,1144,'_elementor_template_type','wp-page'),(6407,1144,'_elementor_version','3.0.15'),(6408,1144,'_wp_page_template','default'),(6409,1144,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6411,1145,'_elementor_edit_mode','builder'),(6412,1145,'_elementor_template_type','wp-page'),(6413,1145,'_elementor_version','3.0.15'),(6414,1145,'_wp_page_template','default'),(6415,1145,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6416,1146,'_elementor_edit_mode','builder'),(6417,1146,'_elementor_template_type','wp-page'),(6418,1146,'_elementor_version','3.0.15'),(6419,1146,'_wp_page_template','default'),(6420,1146,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6421,1147,'_elementor_edit_mode','builder'),(6422,1147,'_elementor_template_type','wp-page'),(6423,1147,'_elementor_version','3.0.15'),(6424,1147,'_wp_page_template','default'),(6425,1147,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6427,1148,'_elementor_edit_mode','builder'),(6428,1148,'_elementor_template_type','wp-page'),(6429,1148,'_elementor_version','3.0.15'),(6430,1148,'_wp_page_template','default'),(6431,1148,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6432,1149,'_elementor_edit_mode','builder'),(6433,1149,'_elementor_template_type','wp-page'),(6434,1149,'_elementor_version','3.0.15'),(6435,1149,'_wp_page_template','default'),(6436,1149,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"}],\"shape\":\"circle\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6437,1150,'_elementor_edit_mode','builder'),(6438,1150,'_elementor_template_type','wp-page'),(6439,1150,'_elementor_version','3.0.15'),(6440,1150,'_wp_page_template','default'),(6441,1150,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6443,1151,'_elementor_edit_mode','builder'),(6444,1151,'_elementor_template_type','wp-page'),(6445,1151,'_elementor_version','3.0.15'),(6446,1151,'_wp_page_template','default'),(6447,1151,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6448,1152,'_elementor_edit_mode','builder'),(6449,1152,'_elementor_template_type','wp-page'),(6450,1152,'_elementor_version','3.0.15'),(6451,1152,'_wp_page_template','default'),(6452,1152,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><p>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6453,1153,'_elementor_edit_mode','builder'),(6454,1153,'_elementor_template_type','wp-page'),(6455,1153,'_elementor_version','3.0.15'),(6456,1153,'_wp_page_template','default'),(6457,1153,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n\\n1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.\\n<a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6465,1155,'_elementor_edit_mode','builder'),(6466,1155,'_elementor_template_type','wp-page'),(6467,1155,'_elementor_version','3.0.15'),(6468,1155,'_wp_page_template','default'),(6469,1155,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n\\n1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.\\n<a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6470,1156,'_elementor_edit_mode','builder'),(6471,1156,'_elementor_template_type','wp-page'),(6472,1156,'_elementor_version','3.0.15'),(6473,1156,'_wp_page_template','default'),(6474,1156,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":60.9249999999999971578290569595992565155029296875},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.4069999999999964757080306299030780792236328125,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n\\n1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.\\n<a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6475,1157,'_elementor_edit_mode','builder'),(6476,1157,'_elementor_template_type','wp-page'),(6477,1157,'_elementor_version','3.0.15'),(6478,1157,'_wp_page_template','default'),(6479,1157,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#C64343\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i><a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n                  \\n<\\/ul>\\n\\n\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6481,1158,'_elementor_edit_mode','builder'),(6482,1158,'_elementor_template_type','wp-page'),(6483,1158,'_elementor_version','3.0.15'),(6484,1158,'_wp_page_template','default'),(6485,1158,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#C64343\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i><a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n                  \\n<\\/ul>\\n\\n\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6486,1159,'_elementor_edit_mode','builder'),(6487,1159,'_elementor_template_type','wp-page'),(6488,1159,'_elementor_version','3.0.15'),(6489,1159,'_wp_page_template','default'),(6490,1159,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#C64343\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i><a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n                  \\n<\\/ul>\\n\\n\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6491,1160,'_elementor_edit_mode','builder'),(6492,1160,'_elementor_template_type','wp-page'),(6493,1160,'_elementor_version','3.0.15'),(6494,1160,'_wp_page_template','default'),(6495,1160,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6498,1161,'_elementor_edit_mode','builder'),(6499,1161,'_elementor_template_type','wp-page'),(6500,1161,'_elementor_version','3.0.15'),(6501,1161,'_wp_page_template','default'),(6502,1161,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6504,1162,'_elementor_edit_mode','builder'),(6505,1162,'_elementor_template_type','wp-page'),(6506,1162,'_elementor_version','3.0.15'),(6507,1162,'_wp_page_template','default'),(6508,1162,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6510,1163,'_elementor_edit_mode','builder'),(6511,1163,'_elementor_template_type','wp-page'),(6512,1163,'_elementor_version','3.0.15'),(6513,1163,'_wp_page_template','default'),(6514,1163,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6518,1164,'_elementor_edit_mode','builder'),(6519,1164,'_elementor_template_type','wp-page'),(6520,1164,'_elementor_version','3.0.15'),(6521,1164,'_wp_page_template','default'),(6522,1164,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6524,1165,'_elementor_edit_mode','builder'),(6525,1165,'_elementor_template_type','wp-page'),(6526,1165,'_elementor_version','3.0.15'),(6527,1165,'_wp_page_template','default'),(6528,1165,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6530,1166,'_elementor_edit_mode','builder'),(6531,1166,'_elementor_template_type','wp-page'),(6532,1166,'_elementor_version','3.0.15'),(6533,1166,'_wp_page_template','default'),(6534,1166,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6537,1167,'_elementor_edit_mode','builder'),(6538,1167,'_elementor_template_type','wp-page'),(6539,1167,'_elementor_version','3.0.15'),(6540,1167,'_wp_page_template','default'),(6541,1167,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6542,1168,'_elementor_edit_mode','builder'),(6543,1168,'_elementor_template_type','wp-page'),(6544,1168,'_elementor_version','3.0.15'),(6545,1168,'_wp_page_template','default'),(6546,1168,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6547,1169,'_elementor_edit_mode','builder'),(6548,1169,'_elementor_template_type','wp-page'),(6549,1169,'_elementor_version','3.0.15'),(6550,1169,'_wp_page_template','default'),(6551,1169,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6561,1171,'_elementor_edit_mode','builder'),(6562,1171,'_elementor_template_type','wp-page'),(6563,1171,'_elementor_version','3.0.15'),(6564,1171,'_wp_page_template','default'),(6565,1171,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6566,1172,'_elementor_edit_mode','builder'),(6567,1172,'_elementor_template_type','wp-page'),(6568,1172,'_elementor_version','3.0.15'),(6569,1172,'_wp_page_template','default'),(6570,1172,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6571,1173,'_elementor_edit_mode','builder'),(6572,1173,'_elementor_template_type','wp-page'),(6573,1173,'_elementor_version','3.0.15'),(6574,1173,'_wp_page_template','default'),(6575,1173,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6577,1174,'_elementor_edit_mode','builder'),(6578,1174,'_elementor_template_type','wp-page'),(6579,1174,'_elementor_version','3.0.15'),(6580,1174,'_wp_page_template','default'),(6581,1174,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6582,1175,'_elementor_edit_mode','builder'),(6583,1175,'_elementor_template_type','wp-page'),(6584,1175,'_elementor_version','3.0.15'),(6585,1175,'_wp_page_template','default'),(6586,1175,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BANGALORE<\\/p><p>#53, 6th Cross, Maruthi Layout,<br \\/>Basaveshwaranagar Bangalore, Karnataka<br \\/><a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/p>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6587,1176,'_elementor_edit_mode','builder'),(6588,1176,'_elementor_template_type','wp-page'),(6589,1176,'_elementor_version','3.0.15'),(6590,1176,'_wp_page_template','default'),(6591,1176,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><ul><li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i><br \\/>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/li><li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li><\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6593,1177,'_elementor_edit_mode','builder'),(6594,1177,'_elementor_template_type','wp-page'),(6595,1177,'_elementor_version','3.0.15'),(6596,1177,'_wp_page_template','default'),(6597,1177,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><ul><li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i><br \\/>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/li><li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li><\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6598,1178,'_elementor_edit_mode','builder'),(6599,1178,'_elementor_template_type','wp-page'),(6600,1178,'_elementor_version','3.0.15'),(6601,1178,'_wp_page_template','default'),(6602,1178,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>INDIA KOCHI<\\/p><ul><li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i><br \\/>1st floor, Geo Infopark,<br \\/>Infopark Campus, Kakkanad, Kochi, Kerala.<\\/li><li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li><\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6603,1179,'_elementor_edit_mode','builder'),(6604,1179,'_elementor_template_type','wp-page'),(6605,1179,'_elementor_version','3.0.15'),(6606,1179,'_wp_page_template','default'),(6607,1179,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6610,1180,'_elementor_edit_mode','builder'),(6611,1180,'_elementor_template_type','wp-page'),(6612,1180,'_elementor_version','3.0.15'),(6613,1180,'_wp_page_template','default'),(6614,1180,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6616,1181,'_elementor_edit_mode','builder'),(6617,1181,'_elementor_template_type','wp-page'),(6618,1181,'_elementor_version','3.0.15'),(6619,1181,'_wp_page_template','default'),(6620,1181,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6622,1182,'_elementor_edit_mode','builder'),(6623,1182,'_elementor_template_type','wp-page'),(6624,1182,'_elementor_version','3.0.15'),(6625,1182,'_wp_page_template','default'),(6626,1182,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6630,1183,'_elementor_edit_mode','builder'),(6631,1183,'_elementor_template_type','wp-page'),(6632,1183,'_elementor_version','3.0.15'),(6633,1183,'_wp_page_template','default'),(6634,1183,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6636,1184,'_elementor_edit_mode','builder'),(6637,1184,'_elementor_template_type','wp-page'),(6638,1184,'_elementor_version','3.0.15'),(6639,1184,'_wp_page_template','default'),(6640,1184,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6642,1185,'_elementor_edit_mode','builder'),(6643,1185,'_elementor_template_type','wp-page'),(6644,1185,'_elementor_version','3.0.15'),(6645,1185,'_wp_page_template','default'),(6646,1185,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6650,1186,'_elementor_edit_mode','builder'),(6651,1186,'_elementor_template_type','wp-page'),(6652,1186,'_elementor_version','3.0.15'),(6653,1186,'_wp_page_template','default'),(6654,1186,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6656,1187,'_elementor_edit_mode','builder'),(6657,1187,'_elementor_template_type','wp-page'),(6658,1187,'_elementor_version','3.0.15'),(6659,1187,'_wp_page_template','default'),(6660,1187,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6662,1188,'_elementor_edit_mode','builder'),(6663,1188,'_elementor_template_type','wp-page'),(6664,1188,'_elementor_version','3.0.15'),(6665,1188,'_wp_page_template','default'),(6666,1188,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6670,1189,'_elementor_edit_mode','builder'),(6671,1189,'_elementor_template_type','wp-page'),(6672,1189,'_elementor_version','3.0.15'),(6673,1189,'_wp_page_template','default'),(6674,1189,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6676,1190,'_elementor_edit_mode','builder'),(6677,1190,'_elementor_template_type','wp-page'),(6678,1190,'_elementor_version','3.0.15'),(6679,1190,'_wp_page_template','default'),(6680,1190,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6682,1191,'_elementor_edit_mode','builder'),(6683,1191,'_elementor_template_type','wp-page'),(6684,1191,'_elementor_version','3.0.15'),(6685,1191,'_wp_page_template','default'),(6686,1191,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6696,1198,'_elementor_edit_mode','builder'),(6697,1198,'_elementor_template_type','wp-page'),(6698,1198,'_elementor_version','3.0.15'),(6699,1198,'_wp_page_template','default'),(6700,1198,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6702,1199,'_elementor_edit_mode','builder'),(6703,1199,'_elementor_template_type','wp-page'),(6704,1199,'_elementor_version','3.0.15'),(6705,1199,'_wp_page_template','default'),(6706,1199,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6708,1200,'_elementor_edit_mode','builder'),(6709,1200,'_elementor_template_type','wp-page'),(6710,1200,'_elementor_version','3.0.15'),(6711,1200,'_wp_page_template','default'),(6712,1200,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\\n\\n\\n<div class=\\\"dt-sc-contact-info\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6723,1202,'_elementor_edit_mode','builder'),(6724,1202,'_elementor_template_type','wp-page'),(6725,1202,'_elementor_version','3.0.15'),(6726,1202,'_wp_page_template','default'),(6727,1202,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\\n\\n\\n<div class=\\\"dt-sc-contact-info\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6728,1203,'_elementor_edit_mode','builder'),(6729,1203,'_elementor_template_type','wp-page'),(6730,1203,'_elementor_version','3.0.15'),(6731,1203,'_wp_page_template','default'),(6732,1203,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGALORE\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i>\\n<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:blr@amaeka.com\\\">blr@amaeka.com<\\/a><\\/li>\\n<\\/ul>\\n\\n\\n<div class=\\\"dt-sc-contact-info\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6733,1204,'_elementor_edit_mode','builder'),(6734,1204,'_elementor_template_type','wp-page'),(6735,1204,'_elementor_version','3.0.15'),(6736,1204,'_wp_page_template','default'),(6737,1204,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><br><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6740,1205,'_elementor_edit_mode','builder'),(6741,1205,'_elementor_template_type','wp-page'),(6742,1205,'_elementor_version','3.0.15'),(6743,1205,'_wp_page_template','default'),(6744,1205,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><br><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6746,1206,'_elementor_edit_mode','builder'),(6747,1206,'_elementor_template_type','wp-page'),(6748,1206,'_elementor_version','3.0.15'),(6749,1206,'_wp_page_template','default'),(6750,1206,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><br><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6752,1207,'_elementor_edit_mode','builder'),(6753,1207,'_elementor_template_type','wp-page'),(6754,1207,'_elementor_version','3.0.15'),(6755,1207,'_wp_page_template','default'),(6756,1207,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><br><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6759,1208,'_elementor_edit_mode','builder'),(6760,1208,'_elementor_template_type','wp-page'),(6761,1208,'_elementor_version','3.0.15'),(6762,1208,'_wp_page_template','default'),(6763,1208,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><br><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6764,1209,'_elementor_edit_mode','builder'),(6765,1209,'_elementor_template_type','wp-page'),(6766,1209,'_elementor_version','3.0.15'),(6767,1209,'_wp_page_template','default'),(6768,1209,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><br><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6769,1210,'_elementor_edit_mode','builder'),(6770,1210,'_elementor_template_type','wp-page'),(6771,1210,'_elementor_version','3.0.15'),(6772,1210,'_wp_page_template','default'),(6773,1210,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6778,1213,'_elementor_edit_mode','builder'),(6779,1213,'_elementor_template_type','wp-page'),(6780,1213,'_elementor_version','3.0.15'),(6781,1213,'_wp_page_template','default'),(6782,1213,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6784,1214,'_elementor_edit_mode','builder'),(6785,1214,'_elementor_template_type','wp-page'),(6786,1214,'_elementor_version','3.0.15'),(6787,1214,'_wp_page_template','default'),(6788,1214,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"INDIA KOCHI\\n<ul>\\n \\t<li><i class=\\\"fa fa-map-marker\\\" aria-hidden=\\\"true\\\"><\\/i> 1st floor, Geo Infopark,\\nInfopark Campus, Kakkanad, Kochi, Kerala.<\\/li>\\n \\t<li><i class=\\\"fa fa-envelope\\\" aria-hidden=\\\"true\\\"><\\/i> <a href=\\\"mailto:cok@amaeka.com\\\">cok@amaeka.com<\\/a><\\/li>\\n<\\/ul>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6790,1215,'_elementor_edit_mode','builder'),(6791,1215,'_elementor_template_type','wp-page'),(6792,1215,'_elementor_version','3.0.15'),(6793,1215,'_wp_page_template','default'),(6794,1215,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n\\n<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com\\n\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6797,1216,'_elementor_edit_mode','builder'),(6798,1216,'_elementor_template_type','wp-page'),(6799,1216,'_elementor_version','3.0.15'),(6800,1216,'_wp_page_template','default'),(6801,1216,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n\\n<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com\\n\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6802,1217,'_elementor_edit_mode','builder'),(6803,1217,'_elementor_template_type','wp-page'),(6804,1217,'_elementor_version','3.0.15'),(6805,1217,'_wp_page_template','default'),(6806,1217,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n\\n<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com\\n\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6807,1218,'_elementor_edit_mode','builder'),(6808,1218,'_elementor_template_type','wp-page'),(6809,1218,'_elementor_version','3.0.15'),(6810,1218,'_wp_page_template','default'),(6811,1218,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n\\n<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com\\n\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n\\n<div class=\\\"dt-sc-contact-info \\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6814,1219,'_elementor_edit_mode','builder'),(6815,1219,'_elementor_template_type','wp-page'),(6816,1219,'_elementor_version','3.0.15'),(6817,1219,'_wp_page_template','default'),(6818,1219,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n\\n<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com\\n\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n\\n<div class=\\\"dt-sc-contact-info \\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6820,1220,'_elementor_edit_mode','builder'),(6821,1220,'_elementor_template_type','wp-page'),(6822,1220,'_elementor_version','3.0.15'),(6823,1220,'_wp_page_template','default'),(6824,1220,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n\\n<div class=\\\"dt-sc-contact-info   \\\" ><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info   \\\" data-delay=\\\"0\\\"><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com\\n\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n\\n<div class=\\\"dt-sc-contact-info \\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6826,1221,'_elementor_edit_mode','builder'),(6827,1221,'_elementor_template_type','wp-page'),(6828,1221,'_elementor_version','3.0.15'),(6829,1221,'_wp_page_template','default'),(6830,1221,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n\\n<div class=\\\"dt-sc-contact-info \\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6833,1222,'_elementor_edit_mode','builder'),(6834,1222,'_elementor_template_type','wp-page'),(6835,1222,'_elementor_version','3.0.15'),(6836,1222,'_wp_page_template','default'),(6837,1222,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n\\n<div class=\\\"dt-sc-contact-info \\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6838,1223,'_elementor_edit_mode','builder'),(6839,1223,'_elementor_template_type','wp-page'),(6840,1223,'_elementor_version','3.0.15'),(6841,1223,'_wp_page_template','default'),(6842,1223,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n\\n<div class=\\\"dt-sc-contact-info \\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6843,1224,'_elementor_edit_mode','builder'),(6844,1224,'_elementor_template_type','wp-page'),(6845,1224,'_elementor_version','3.0.15'),(6846,1224,'_wp_page_template','default'),(6847,1224,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6850,1225,'_elementor_edit_mode','builder'),(6851,1225,'_elementor_template_type','wp-page'),(6852,1225,'_elementor_version','3.0.15'),(6853,1225,'_wp_page_template','default'),(6854,1225,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6856,1226,'_elementor_edit_mode','builder'),(6857,1226,'_elementor_template_type','wp-page'),(6858,1226,'_elementor_version','3.0.15'),(6859,1226,'_wp_page_template','default'),(6860,1226,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>&nbsp;\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6862,1227,'_elementor_edit_mode','builder'),(6863,1227,'_elementor_template_type','wp-page'),(6864,1227,'_elementor_version','3.0.15'),(6865,1227,'_wp_page_template','default'),(6866,1227,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6870,1228,'_elementor_edit_mode','builder'),(6871,1228,'_elementor_template_type','wp-page'),(6872,1228,'_elementor_version','3.0.15'),(6873,1228,'_wp_page_template','default'),(6874,1228,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6876,1229,'_elementor_edit_mode','builder'),(6877,1229,'_elementor_template_type','wp-page'),(6878,1229,'_elementor_version','3.0.15'),(6879,1229,'_wp_page_template','default'),(6880,1229,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"85c27b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"dt-sc-contact-info\\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span><div class=\\\"test\\\">\\n\\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\\n\\n<\\/div>\\n<div class=\\\"test\\\">\\n\\nAL NAHDA 2, DUBAI, UAE\\n\\n<\\/div><\\/div>\",\"_css_classes\":\"contact\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6882,1230,'_elementor_edit_mode','builder'),(6883,1230,'_elementor_template_type','wp-page'),(6884,1230,'_elementor_version','3.0.15'),(6885,1230,'_wp_page_template','default'),(6886,1230,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6892,1233,'_elementor_edit_mode','builder'),(6893,1233,'_elementor_template_type','wp-page'),(6894,1233,'_elementor_version','3.0.15'),(6895,1233,'_wp_page_template','default'),(6896,1233,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6898,1234,'_elementor_edit_mode','builder'),(6899,1234,'_elementor_template_type','wp-page'),(6900,1234,'_elementor_version','3.0.15'),(6901,1234,'_wp_page_template','default'),(6902,1234,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6904,1235,'_elementor_edit_mode','builder'),(6905,1235,'_elementor_template_type','wp-page'),(6906,1235,'_elementor_version','3.0.15'),(6907,1235,'_wp_page_template','default'),(6908,1235,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>KOCHI<\\/p><p>\\u00a0<\\/p><div class=\\\"dt-sc-contact-info \\\"><div class=\\\"test\\\"><p>1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala<\\/p><\\/div><\\/div><div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\"><div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com<br \\/><\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6912,1236,'_elementor_edit_mode','builder'),(6913,1236,'_elementor_template_type','wp-page'),(6914,1236,'_elementor_version','3.0.15'),(6915,1236,'_wp_page_template','default'),(6916,1236,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>KOCHI<\\/p><p>\\u00a0<\\/p><div class=\\\"dt-sc-contact-info \\\"><div class=\\\"test\\\"><p>1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala<\\/p><\\/div><\\/div><div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\"><div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com<br \\/><\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6918,1237,'_elementor_edit_mode','builder'),(6919,1237,'_elementor_template_type','wp-page'),(6920,1237,'_elementor_version','3.0.15'),(6921,1237,'_wp_page_template','default'),(6922,1237,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>KOCHI<\\/p><p>\\u00a0<\\/p><div class=\\\"dt-sc-contact-info \\\"><div class=\\\"test\\\"><p>1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala<\\/p><\\/div><\\/div><div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\"><div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com<br \\/><\\/a><\\/div><\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6924,1238,'_elementor_edit_mode','builder'),(6925,1238,'_elementor_template_type','wp-page'),(6926,1238,'_elementor_version','3.0.15'),(6927,1238,'_wp_page_template','default'),(6928,1238,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n&nbsp;\\n<div class=\\\"dt-sc-contact-info \\\">\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6932,1239,'_elementor_edit_mode','builder'),(6933,1239,'_elementor_template_type','wp-page'),(6934,1239,'_elementor_version','3.0.15'),(6935,1239,'_wp_page_template','default'),(6936,1239,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n&nbsp;\\n<div class=\\\"dt-sc-contact-info \\\">\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6938,1240,'_elementor_edit_mode','builder'),(6939,1240,'_elementor_template_type','wp-page'),(6940,1240,'_elementor_version','3.0.15'),(6941,1240,'_wp_page_template','default'),(6942,1240,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n&nbsp;\\n<div class=\\\"dt-sc-contact-info \\\">\\n<div class=\\\"test\\\">\\n\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6944,1241,'_elementor_edit_mode','builder'),(6945,1241,'_elementor_template_type','wp-page'),(6946,1241,'_elementor_version','3.0.15'),(6947,1241,'_wp_page_template','default'),(6948,1241,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6974,1255,'_elementor_edit_mode','builder'),(6975,1255,'_elementor_template_type','wp-page'),(6976,1255,'_elementor_version','3.0.15'),(6977,1255,'_wp_page_template','default'),(6978,1255,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6980,1256,'_elementor_edit_mode','builder'),(6981,1256,'_elementor_template_type','wp-page'),(6982,1256,'_elementor_version','3.0.15'),(6983,1256,'_wp_page_template','default'),(6984,1256,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\"},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6986,1257,'_elementor_edit_mode','builder'),(6987,1257,'_elementor_template_type','wp-page'),(6988,1257,'_elementor_version','3.0.15'),(6989,1257,'_wp_page_template','default'),(6990,1257,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(6994,1258,'_elementor_edit_mode','builder'),(6995,1258,'_elementor_template_type','wp-page'),(6996,1258,'_elementor_version','3.0.15'),(6997,1258,'_wp_page_template','default'),(6998,1258,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(7000,1259,'_elementor_edit_mode','builder'),(7001,1259,'_elementor_template_type','wp-page'),(7002,1259,'_elementor_version','3.0.15'),(7003,1259,'_wp_page_template','default'),(7004,1259,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"a589ca6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(7006,1260,'_elementor_edit_mode','builder'),(7007,1260,'_elementor_template_type','wp-page'),(7008,1260,'_elementor_version','3.0.15'),(7009,1260,'_wp_page_template','default'),(7010,1260,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(7017,1261,'_edit_last','1'),(7018,1261,'_edit_lock','1644414053:1'),(7019,1262,'_wp_attached_file','2021/02/ios.png'),(7020,1262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:119;s:4:\"file\";s:15:\"2021/02/ios.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7021,1261,'_thumbnail_id','1826'),(7022,1261,'wpcf-client-link','icn3'),(7023,1264,'_edit_last','1'),(7024,1264,'_edit_lock','1644560363:1'),(7025,1264,'_thumbnail_id','191'),(7026,1264,'wpcf-client-link','icn6'),(7044,1269,'_menu_item_type','custom'),(7045,1269,'_menu_item_menu_item_parent','698'),(7046,1269,'_menu_item_object_id','1269'),(7047,1269,'_menu_item_object','custom'),(7048,1269,'_menu_item_target',''),(7049,1269,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7050,1269,'_menu_item_xfn',''),(7051,1269,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#choose-us'),(7053,1270,'_menu_item_type','custom'),(7054,1270,'_menu_item_menu_item_parent','698'),(7055,1270,'_menu_item_object_id','1270'),(7056,1270,'_menu_item_object','custom'),(7057,1270,'_menu_item_target',''),(7058,1270,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7059,1270,'_menu_item_xfn',''),(7060,1270,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#team'),(7062,1271,'_menu_item_type','custom'),(7063,1271,'_menu_item_menu_item_parent','698'),(7064,1271,'_menu_item_object_id','1271'),(7065,1271,'_menu_item_object','custom'),(7066,1271,'_menu_item_target',''),(7067,1271,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7068,1271,'_menu_item_xfn',''),(7069,1271,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#our-clients'),(7071,1272,'_menu_item_type','custom'),(7072,1272,'_menu_item_menu_item_parent','698'),(7073,1272,'_menu_item_object_id','1272'),(7074,1272,'_menu_item_object','custom'),(7075,1272,'_menu_item_target',''),(7076,1272,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7077,1272,'_menu_item_xfn',''),(7078,1272,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#client-about-us'),(7080,1273,'_menu_item_type','custom'),(7081,1273,'_menu_item_menu_item_parent','0'),(7082,1273,'_menu_item_object_id','1273'),(7083,1273,'_menu_item_object','custom'),(7084,1273,'_menu_item_target',''),(7085,1273,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7086,1273,'_menu_item_xfn',''),(7087,1273,'_menu_item_url','#what-we-do'),(7089,1274,'_menu_item_type','post_type'),(7090,1274,'_menu_item_menu_item_parent','0'),(7091,1274,'_menu_item_object_id','967'),(7092,1274,'_menu_item_object','page'),(7093,1274,'_menu_item_target',''),(7094,1274,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7095,1274,'_menu_item_xfn',''),(7096,1274,'_menu_item_url',''),(7098,1275,'_menu_item_type','post_type'),(7099,1275,'_menu_item_menu_item_parent','0'),(7100,1275,'_menu_item_object_id','1124'),(7101,1275,'_menu_item_object','page'),(7102,1275,'_menu_item_target',''),(7103,1275,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7104,1275,'_menu_item_xfn',''),(7105,1275,'_menu_item_url',''),(7107,1276,'_menu_item_type','custom'),(7108,1276,'_menu_item_menu_item_parent','0'),(7109,1276,'_menu_item_object_id','1276'),(7110,1276,'_menu_item_object','custom'),(7111,1276,'_menu_item_target',''),(7112,1276,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7113,1276,'_menu_item_xfn',''),(7114,1276,'_menu_item_url','#sec-foter'),(7116,1278,'_elementor_edit_mode','builder'),(7117,1278,'_elementor_template_type','wp-page'),(7118,1278,'_elementor_version','3.0.15'),(7119,1278,'_wp_page_template','default'),(7120,1278,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7122,1279,'_elementor_edit_mode','builder'),(7123,1279,'_elementor_template_type','wp-page'),(7124,1279,'_elementor_version','3.0.15'),(7125,1279,'_wp_page_template','default'),(7126,1279,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\"},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280}},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7128,1280,'_elementor_edit_mode','builder'),(7129,1280,'_elementor_template_type','wp-page'),(7130,1280,'_elementor_version','3.0.15'),(7131,1280,'_wp_page_template','default'),(7132,1280,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#07E08E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7136,1281,'_elementor_edit_mode','builder'),(7137,1281,'_elementor_template_type','wp-page'),(7138,1281,'_elementor_version','3.0.15'),(7139,1281,'_wp_page_template','default'),(7140,1281,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#07E08E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7142,1282,'_elementor_edit_mode','builder'),(7143,1282,'_elementor_template_type','wp-page'),(7144,1282,'_elementor_version','3.0.15'),(7145,1282,'_wp_page_template','default'),(7146,1282,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#07E08E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7148,1283,'_elementor_edit_mode','builder'),(7149,1283,'_elementor_template_type','wp-page'),(7150,1283,'_elementor_version','3.0.15'),(7151,1283,'_wp_page_template','default'),(7152,1283,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7156,1284,'_elementor_edit_mode','builder'),(7157,1284,'_elementor_template_type','wp-page'),(7158,1284,'_elementor_version','3.0.15'),(7159,1284,'_wp_page_template','default'),(7160,1284,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7162,1285,'_elementor_edit_mode','builder'),(7163,1285,'_elementor_template_type','wp-page'),(7164,1285,'_elementor_version','3.0.15'),(7165,1285,'_wp_page_template','default'),(7166,1285,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Our company was founded\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7168,1286,'_elementor_edit_mode','builder'),(7169,1286,'_elementor_template_type','wp-page'),(7170,1286,'_elementor_version','3.0.15'),(7171,1286,'_wp_page_template','default'),(7172,1286,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7176,1287,'_menu_item_type','custom'),(7177,1287,'_menu_item_menu_item_parent','698'),(7178,1287,'_menu_item_object_id','1287'),(7179,1287,'_menu_item_object','custom'),(7180,1287,'_menu_item_target',''),(7181,1287,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7182,1287,'_menu_item_xfn',''),(7183,1287,'_menu_item_url','http://demoweblinks.in/amaeka-wp/company/#we-work'),(7185,1288,'_elementor_edit_mode','builder'),(7186,1288,'_elementor_template_type','wp-page'),(7187,1288,'_elementor_version','3.0.15'),(7188,1288,'_wp_page_template','default'),(7189,1288,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7191,1289,'_elementor_edit_mode','builder'),(7192,1289,'_elementor_template_type','wp-page'),(7193,1289,'_elementor_version','3.0.15'),(7194,1289,'_wp_page_template','default'),(7195,1289,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7197,1290,'_elementor_edit_mode','builder'),(7198,1290,'_elementor_template_type','wp-page'),(7199,1290,'_elementor_version','3.0.15'),(7200,1290,'_wp_page_template','default'),(7201,1290,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7212,1292,'_elementor_edit_mode','builder'),(7213,1292,'_elementor_template_type','wp-page'),(7214,1292,'_elementor_version','3.0.15'),(7215,1292,'_wp_page_template','default'),(7216,1292,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7217,1293,'_elementor_edit_mode','builder'),(7218,1293,'_elementor_template_type','wp-page'),(7219,1293,'_elementor_version','3.0.15'),(7220,1293,'_wp_page_template','default'),(7221,1293,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS<span><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/span><\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7222,1294,'_elementor_edit_mode','builder'),(7223,1294,'_elementor_template_type','wp-page'),(7224,1294,'_elementor_version','3.0.15'),(7225,1294,'_wp_page_template','default'),(7226,1294,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\nBE THE WIND BENEATH OUR WINGS<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7238,1302,'_elementor_edit_mode','builder'),(7239,1302,'_elementor_template_type','wp-page'),(7240,1302,'_elementor_version','3.0.15'),(7241,1302,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (7242,1302,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\nBE THE WIND BENEATH OUR WINGS<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7244,1303,'_elementor_edit_mode','builder'),(7245,1303,'_elementor_template_type','wp-page'),(7246,1303,'_elementor_version','3.0.15'),(7247,1303,'_wp_page_template','default'),(7248,1303,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\nBE THE WIND BENEATH OUR WINGS<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our small team is growing fast. We\\u2019d love your help in making\\n            AMAEKA truly special. check opportunity <a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7250,1304,'_elementor_edit_mode','builder'),(7251,1304,'_elementor_template_type','wp-page'),(7252,1304,'_elementor_version','3.0.15'),(7253,1304,'_wp_page_template','default'),(7254,1304,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making<\\/p>\\n            AMAEKA truly special. check opportunity \\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7257,1305,'_elementor_edit_mode','builder'),(7258,1305,'_elementor_template_type','wp-page'),(7259,1305,'_elementor_version','3.0.15'),(7260,1305,'_wp_page_template','default'),(7261,1305,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making<\\/p>\\n            AMAEKA truly special. check opportunity \\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7262,1306,'_elementor_edit_mode','builder'),(7263,1306,'_elementor_template_type','wp-page'),(7264,1306,'_elementor_version','3.0.15'),(7265,1306,'_wp_page_template','default'),(7266,1306,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making<\\/p>\\n            AMAEKA truly special. check opportunity \\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e829ee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<a href=\\\"career.html\\\">here<\\/a>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#4B4B4A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Franklin\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7267,1307,'_elementor_edit_mode','builder'),(7268,1307,'_elementor_template_type','wp-page'),(7269,1307,'_elementor_version','3.0.15'),(7270,1307,'_wp_page_template','default'),(7271,1307,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p> \\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7281,1309,'_elementor_edit_mode','builder'),(7282,1309,'_elementor_template_type','wp-page'),(7283,1309,'_elementor_version','3.0.15'),(7284,1309,'_wp_page_template','default'),(7285,1309,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p> \\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7286,1310,'_elementor_edit_mode','builder'),(7287,1310,'_elementor_template_type','wp-page'),(7288,1310,'_elementor_version','3.0.15'),(7289,1310,'_wp_page_template','default'),(7290,1310,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">BE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p> \\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7291,1311,'_elementor_edit_mode','builder'),(7292,1311,'_elementor_template_type','wp-page'),(7293,1311,'_elementor_version','3.0.15'),(7294,1311,'_wp_page_template','default'),(7295,1311,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7298,1312,'_elementor_edit_mode','builder'),(7299,1312,'_elementor_template_type','wp-page'),(7300,1312,'_elementor_version','3.0.15'),(7301,1312,'_wp_page_template','default'),(7302,1312,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7304,1313,'_elementor_edit_mode','builder'),(7305,1313,'_elementor_template_type','wp-page'),(7306,1313,'_elementor_version','3.0.15'),(7307,1313,'_wp_page_template','default'),(7308,1313,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7310,1314,'_elementor_edit_mode','builder'),(7311,1314,'_elementor_template_type','wp-page'),(7312,1314,'_elementor_version','3.0.15'),(7313,1314,'_wp_page_template','default'),(7314,1314,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.  <\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7318,1315,'_elementor_edit_mode','builder'),(7319,1315,'_elementor_template_type','wp-page'),(7320,1315,'_elementor_version','3.0.15'),(7321,1315,'_wp_page_template','default'),(7322,1315,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.  <\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7324,1316,'_elementor_edit_mode','builder'),(7325,1316,'_elementor_template_type','wp-page'),(7326,1316,'_elementor_version','3.0.15'),(7327,1316,'_wp_page_template','default'),(7328,1316,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.  <\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7330,1317,'_elementor_edit_mode','builder'),(7331,1317,'_elementor_template_type','wp-page'),(7332,1317,'_elementor_version','3.0.15'),(7333,1317,'_wp_page_template','default'),(7334,1317,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.  <\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7338,1318,'_elementor_edit_mode','builder'),(7339,1318,'_elementor_template_type','wp-page'),(7340,1318,'_elementor_version','3.0.15'),(7341,1318,'_wp_page_template','default'),(7342,1318,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.  <\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7344,1319,'_elementor_edit_mode','builder'),(7345,1319,'_elementor_template_type','wp-page'),(7346,1319,'_elementor_version','3.0.15'),(7347,1319,'_wp_page_template','default'),(7348,1319,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.  <\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7350,1320,'_elementor_edit_mode','builder'),(7351,1320,'_elementor_template_type','wp-page'),(7352,1320,'_elementor_version','3.0.15'),(7353,1320,'_wp_page_template','default'),(7354,1320,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7365,1322,'_elementor_edit_mode','builder'),(7366,1322,'_elementor_template_type','wp-page'),(7367,1322,'_elementor_version','3.0.15'),(7368,1322,'_wp_page_template','default'),(7369,1322,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7370,1323,'_elementor_edit_mode','builder'),(7371,1323,'_elementor_template_type','wp-page'),(7372,1323,'_elementor_version','3.0.15'),(7373,1323,'_wp_page_template','default'),(7374,1323,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7375,1324,'_elementor_edit_mode','builder'),(7376,1324,'_elementor_template_type','wp-page'),(7377,1324,'_elementor_version','3.0.15'),(7378,1324,'_wp_page_template','default'),(7379,1324,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"btn\\\" id=\\\"id-btn2\\\">\\n<div class=\\\"bnr-min-txt\\\">Let\'s do<\\/div>\\n<p>Amazing Things Together.<\\/p>\\n<\\/div>\\n<\\/div>\\n\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7384,1327,'_elementor_edit_mode','builder'),(7385,1327,'_elementor_template_type','wp-page'),(7386,1327,'_elementor_version','3.0.15'),(7387,1327,'_wp_page_template','default'),(7388,1327,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"btn\\\" id=\\\"id-btn2\\\">\\n<div class=\\\"bnr-min-txt\\\">Let\'s do<\\/div>\\n<p>Amazing Things Together.<\\/p>\\n<\\/div>\\n<\\/div>\\n\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7390,1328,'_elementor_edit_mode','builder'),(7391,1328,'_elementor_template_type','wp-page'),(7392,1328,'_elementor_version','3.0.15'),(7393,1328,'_wp_page_template','default'),(7394,1328,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"btn\\\" id=\\\"id-btn2\\\">\\n<div class=\\\"bnr-min-txt\\\">Let\'s do<\\/div>\\n<p>Amazing Things Together.<\\/p>\\n<\\/div>\\n<\\/div>\\n\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7396,1329,'_elementor_edit_mode','builder'),(7397,1329,'_elementor_template_type','wp-page'),(7398,1329,'_elementor_version','3.0.15'),(7399,1329,'_wp_page_template','default'),(7400,1329,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7404,1330,'_elementor_edit_mode','builder'),(7405,1330,'_elementor_template_type','wp-page'),(7406,1330,'_elementor_version','3.0.15'),(7407,1330,'_wp_page_template','default'),(7408,1330,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7410,1331,'_elementor_edit_mode','builder'),(7411,1331,'_elementor_template_type','wp-page'),(7412,1331,'_elementor_version','3.0.15'),(7413,1331,'_wp_page_template','default'),(7414,1331,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7416,1332,'_elementor_edit_mode','builder'),(7417,1332,'_elementor_template_type','wp-page'),(7418,1332,'_elementor_version','3.0.15'),(7419,1332,'_wp_page_template','default'),(7420,1332,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7429,1337,'_elementor_edit_mode','builder'),(7430,1337,'_elementor_template_type','wp-page'),(7431,1337,'_elementor_version','3.0.15'),(7432,1337,'_wp_page_template','default'),(7433,1337,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7435,1338,'_elementor_edit_mode','builder'),(7436,1338,'_elementor_template_type','wp-page'),(7437,1338,'_elementor_version','3.0.15'),(7438,1338,'_wp_page_template','default'),(7439,1338,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"cl-out-safe\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7441,1339,'_elementor_edit_mode','builder'),(7442,1339,'_elementor_template_type','wp-page'),(7443,1339,'_elementor_version','3.0.15'),(7444,1339,'_wp_page_template','default'),(7445,1339,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7451,1342,'_elementor_edit_mode','builder'),(7452,1342,'_elementor_template_type','wp-page'),(7453,1342,'_elementor_version','3.0.15'),(7454,1342,'_wp_page_template','default'),(7455,1342,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7457,1343,'_elementor_edit_mode','builder'),(7458,1343,'_elementor_template_type','wp-page'),(7459,1343,'_elementor_version','3.0.15'),(7460,1343,'_wp_page_template','default'),(7461,1343,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\nOur small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\\n\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7463,1344,'_elementor_edit_mode','builder'),(7464,1344,'_elementor_template_type','wp-page'),(7465,1344,'_elementor_version','3.0.15'),(7466,1344,'_wp_page_template','default'),(7467,1344,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7479,1353,'_menu_item_type','post_type'),(7480,1353,'_menu_item_menu_item_parent','0'),(7481,1353,'_menu_item_object_id','326'),(7482,1353,'_menu_item_object','page'),(7483,1353,'_menu_item_target',''),(7484,1353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7485,1353,'_menu_item_xfn',''),(7486,1353,'_menu_item_url',''),(7488,1354,'_elementor_edit_mode','builder'),(7489,1354,'_elementor_template_type','wp-page'),(7490,1354,'_elementor_version','3.0.15'),(7491,1354,'_wp_page_template','default'),(7492,1354,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7494,1355,'_elementor_edit_mode','builder'),(7495,1355,'_elementor_template_type','wp-page'),(7496,1355,'_elementor_version','3.0.15'),(7497,1355,'_wp_page_template','default'),(7498,1355,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7500,1356,'_elementor_edit_mode','builder'),(7501,1356,'_elementor_template_type','wp-page'),(7502,1356,'_elementor_version','3.0.15'),(7503,1356,'_wp_page_template','default'),(7504,1356,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(7511,1359,'_edit_last','1'),(7512,1359,'_edit_lock','1612527047:1'),(7513,1359,'map_regions_info','a:2:{s:14:\"regionDataInfo\";s:0:\"\";s:10:\"regionData\";s:4686:\"{\"Andorra\":\"AD\",\"United Arab Emirates\":\"AE\",\"Afghanistan\":\"AF\",\"Antigua and Barbuda\":\"AG\",\"Anguilla\":\"AI\",\"Albania\":\"AL\",\"Armenia\":\"AM\",\"Angola\":\"AO\",\"Antarctica\":\"AQ\",\"Argentina\":\"AR\",\"American Samoa\":\"AS\",\"Austria\":\"AT\",\"Australia\":\"AU\",\"Aruba\":\"AW\",\"Aland Islands\":\"AX\",\"Azerbaijan\":\"AZ\",\"Bosnia and Herzegovina\":\"BA\",\"Barbados\":\"BB\",\"Bangladesh\":\"BD\",\"Belgium\":\"BE\",\"Burkina Faso\":\"BF\",\"Bulgaria\":\"BG\",\"Bahrain\":\"BH\",\"Burundi\":\"BI\",\"Benin\":\"BJ\",\"Saint Barthelemy\":\"BL\",\"Bermuda\":\"BM\",\"Brunei\":\"BN\",\"Bolivia\":\"BO\",\"Bonair, Saint Eustachius and Saba\":\"BQ\",\"Brazil\":\"BR\",\"Bahamas\":\"BS\",\"Bhutan\":\"BT\",\"Bouvet Island\":\"BV\",\"Botswana\":\"BW\",\"Belarus\":\"BY\",\"Belize\":\"BZ\",\"Canada\":\"CA\",\"Cocos (Keeling) Islands\":\"CC\",\"Democratic Republic of Congo\":\"CD\",\"Central African Republic\":\"CF\",\"Republic of Congo\":\"CG\",\"Switzerland\":\"CH\",\"Côte d\'Ivoire\":\"CI\",\"Cook Islands\":\"CK\",\"Chile\":\"CL\",\"Cameroon\":\"CM\",\"China\":\"CN\",\"Colombia\":\"CO\",\"Costa Rica\":\"CR\",\"Cuba\":\"CU\",\"Cape Verde\":\"CV\",\"Curaçao\":\"CW\",\"Christmas Island\":\"CX\",\"Cyprus\":\"CY\",\"Czechia\":\"CZ\",\"Germany\":\"DE\",\"Djibouti\":\"DJ\",\"Denmark\":\"DK\",\"Dominica\":\"DM\",\"Dominican Republic\":\"DO\",\"Algeria\":\"DZ\",\"Ecuador\":\"EC\",\"Estonia\":\"EE\",\"Egypt\":\"EG\",\"Western Sahara\":\"EH\",\"Eritrea\":\"ER\",\"Spain\":\"ES\",\"Ethiopia\":\"ET\",\"Finland\":\"FI\",\"Fiji\":\"FJ\",\"Falkland Islands\":\"FK\",\"Federated States of Micronesia\":\"FM\",\"Faroe Islands\":\"FO\",\"France\":\"FR\",\"Gabon\":\"GA\",\"United Kingdom\":\"GB\",\"Grenada\":\"GD\",\"Georgia\":\"GE\",\"French Guiana\":\"GF\",\"Guernsey\":\"GG\",\"Ghana\":\"GH\",\"Gibraltar\":\"GI\",\"Greenland\":\"GL\",\"Gambia\":\"GM\",\"Guinea\":\"GN\",\"Glorioso Islands\":\"GO\",\"Guadeloupe\":\"GP\",\"Equatorial Guinea\":\"GQ\",\"Greece\":\"GR\",\"South Georgia and South Sandwich Islands\":\"GS\",\"Guatemala\":\"GT\",\"Guam\":\"GU\",\"Guinea-Bissau\":\"GW\",\"Guyana\":\"GY\",\"Hong Kong\":\"HK\",\"Heard Island and McDonald Islands\":\"HM\",\"Honduras\":\"HN\",\"Croatia\":\"HR\",\"Haiti\":\"HT\",\"Hungary\":\"HU\",\"Indonesia\":\"ID\",\"Ireland\":\"IE\",\"Israel\":\"IL\",\"Isle of Man\":\"IM\",\"India\":\"IN\",\"British Indian Ocean Territory\":\"IO\",\"Iraq\":\"IQ\",\"Iran\":\"IR\",\"Iceland\":\"IS\",\"Italy\":\"IT\",\"Jersey\":\"JE\",\"Jamaica\":\"JM\",\"Jordan\":\"JO\",\"Japan\":\"JP\",\"Juan De Nova Island\":\"JU\",\"Kenya\":\"KE\",\"Kyrgyzstan\":\"KG\",\"Cambodia\":\"KH\",\"Kiribati\":\"KI\",\"Comoros\":\"KM\",\"Saint Kitts and Nevis\":\"KN\",\"North Korea\":\"KP\",\"South Korea\":\"KR\",\"Kuwait\":\"KW\",\"Cayman Islands\":\"KY\",\"Kazakhstan\":\"KZ\",\"Lao People\'s Democratic Republic\":\"LA\",\"Lebanon\":\"LB\",\"Saint Lucia\":\"LC\",\"Liechtenstein\":\"LI\",\"Sri Lanka\":\"LK\",\"Liberia\":\"LR\",\"Lesotho\":\"LS\",\"Lithuania\":\"LT\",\"Luxembourg\":\"LU\",\"Latvia\":\"LV\",\"Libya\":\"LY\",\"Morocco\":\"MA\",\"Monaco\":\"MC\",\"Moldova\":\"MD\",\"Montenegro\":\"ME\",\"Saint Martin\":\"MF\",\"Madagascar\":\"MG\",\"Marshall Islands\":\"MH\",\"North Macedonia\":\"MK\",\"Mali\":\"ML\",\"Myanmar\":\"MM\",\"Mongolia\":\"MN\",\"Macau\":\"MO\",\"Northern Mariana Islands\":\"MP\",\"Martinique\":\"MQ\",\"Mauritania\":\"MR\",\"Montserrat\":\"MS\",\"Malta\":\"MT\",\"Mauritius\":\"MU\",\"Maldives\":\"MV\",\"Malawi\":\"MW\",\"Mexico\":\"MX\",\"Malaysia\":\"MY\",\"Mozambique\":\"MZ\",\"Namibia\":\"NA\",\"New Caledonia\":\"NC\",\"Niger\":\"NE\",\"Norfolk Island\":\"NF\",\"Nigeria\":\"NG\",\"Nicaragua\":\"NI\",\"Netherlands\":\"NL\",\"Norway\":\"NO\",\"Nepal\":\"NP\",\"Nauru\":\"NR\",\"Niue\":\"NU\",\"New Zealand\":\"NZ\",\"Oman\":\"OM\",\"Panama\":\"PA\",\"Peru\":\"PE\",\"French Polynesia\":\"PF\",\"Papua New Guinea\":\"PG\",\"Philippines\":\"PH\",\"Pakistan\":\"PK\",\"Poland\":\"PL\",\"Saint Pierre and Miquelon\":\"PM\",\"Pitcairn Islands\":\"PN\",\"Puerto Rico\":\"PR\",\"Palestinian Territories\":\"PS\",\"Portugal\":\"PT\",\"Palau\":\"PW\",\"Paraguay\":\"PY\",\"Qatar\":\"QA\",\"Reunion\":\"RE\",\"Romania\":\"RO\",\"Serbia\":\"RS\",\"Russia\":\"RU\",\"Rwanda\":\"RW\",\"Saudi Arabia\":\"SA\",\"Solomon Islands\":\"SB\",\"Seychelles\":\"SC\",\"Sudan\":\"SD\",\"Sweden\":\"SE\",\"Singapore\":\"SG\",\"Saint Helena\":\"SH\",\"Slovenia\":\"SI\",\"Svalbard and Jan Mayen\":\"SJ\",\"Slovakia\":\"SK\",\"Sierra Leone\":\"SL\",\"San Marino\":\"SM\",\"Senegal\":\"SN\",\"Somalia\":\"SO\",\"Suriname\":\"SR\",\"South Sudan\":\"SS\",\"Sao Tome and Principe\":\"ST\",\"El Salvador\":\"SV\",\"Sint Maarten\":\"SX\",\"Syria\":\"SY\",\"Eswatini\":\"SZ\",\"Turks and Caicos Islands\":\"TC\",\"Chad\":\"TD\",\"French Southern and Antarctic Lands\":\"TF\",\"Togo\":\"TG\",\"Thailand\":\"TH\",\"Tajikistan\":\"TJ\",\"Tokelau\":\"TK\",\"Timor-Leste\":\"TL\",\"Turkmenistan\":\"TM\",\"Tunisia\":\"TN\",\"Tonga\":\"TO\",\"Turkey\":\"TR\",\"Trinidad and Tobago\":\"TT\",\"Tuvalu\":\"TV\",\"Taiwan\":\"TW\",\"Tanzania\":\"TZ\",\"Ukraine\":\"UA\",\"Uganda\":\"UG\",\"Jarvis Island\":\"UM-DQ\",\"Baker Island\":\"UM-FQ\",\"Howland Island\":\"UM-HQ\",\"Johnston Atoll\":\"UM-JQ\",\"Midway Islands\":\"UM-MQ\",\"Wake Island\":\"UM-WQ\",\"United States\":\"US\",\"Uruguay\":\"UY\",\"Uzbekistan\":\"UZ\",\"Vatican City\":\"VA\",\"Saint Vincent and the Grenadines\":\"VC\",\"Venezuela\":\"VE\",\"British Virgin Islands\":\"VG\",\"US Virgin Islands\":\"VI\",\"Vietnam\":\"VN\",\"Vanuatu\":\"VU\",\"Wallis and Futuna\":\"WF\",\"Samoa\":\"WS\",\"Kosovo\":\"XK\",\"Yemen\":\"YE\",\"Mayotte\":\"YT\",\"South Africa\":\"ZA\",\"Zambia\":\"ZM\",\"Zimbabwe\":\"ZW\"}\";}'),(7514,1359,'map_image','a:2:{s:12:\"mapImageInfo\";s:0:\"\";s:8:\"mapImage\";s:106402:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlwAAAEuCAYAAABbHsznAAAgAElEQVR4Xux9B3gc1fX92TLbm7pc5N57b9hgmw4hlACh5J+EFJJfCOkkIT0hIb2RRgoJgYSEHqrpGPeCe+9NLura3nf/37nSGklW2ZVW0kqe932KTDTz5r07M2/uu/fcczSTnvp9EmpTLaBaQLWAagHVAqoFVAuoFug2C2hUh6vbbKt2rFpAtYBqAdUCqgVUC6gWEAuoDpf6IKgWUC2gWkC1gGoB1QKqBbrZAqrD1c0GVrtXLZBNC7gMJuQZTMg3mpFn5L/NDf82mDDM6oRDMcJhMCKZSMBlsiCeSCAQjyKWSCCWTOBUwIttdZU45K3DIW8tjvnc2Rye2pdqAdUCqgVUC7RhAdXhUh8N1QI5YgGjVocp+SW4dfgknAx4McRiR57RLE4UnSur3oBwPCZOVCQeQyQeh12rRyKRQDwel9+pn2QyCf5oNBr5YdPr9fJv/o5oAEVRYNYrOOF343TAi+9vX4nqUCBHrKEOQ7WAagHVAv3LAqrD1b/uZ7+aTbHJCrtigFlHx0B/9relxX/z7w7FgAKDGSadHkb50cnvYDSC0yE/3jx9BLWREOrCQdTyJxJEOB7vVXsVmayYVzQIE5yFmFkwACMc+XAHA7Do9AiFQs0cqJRTle0B0wGj42WyWABFhx9uW4XXTh3K9mXU/lQLqBZQLXDeW0B1uM77RyD3DDCvaDCuHzIWSwYMQyjakA5jVEd+kgk4dIpEb1r+0Clp+f9ptVqYzWaEEnEkNIBBp4eu0RlLJBNwR8Koj4TgiYbhiUbw5/2bcMBT2yNGGWnPw2MX3oBYJAK/349oNCrj761mNBphsFpQGQliRcVxbKutwLa6M2IjtakWUC2gWkC1QNcsoDpcXbOfenYWLDDU6sTk/GLMyB+AC0uGAIkkdNEYgsGgRHm6qzG6Q+eLTpn8VvTQGww47KvHs8f34fkT+5DoZgeIka17J1+APJ0BEZ9fUoO92WgTg8EgUa+ITgOnyYJQPIaLXvlnbw5LvbZqAdUCqgX6vAVUh6vP38K+NQGDVosJrmJMySuWdNp4ZxF0ACLRKHTxBgwSHa3ebCaTCTaHA/dsegMrK463OpQyqwPDbC75Ge8swBCrE97GKBnB6X/atwnlfs/Zc4fanPjyhHkoNdvw36O78FL5gWYpzbvGzsJtIyajrqqqN6cu16bTxaggjAqiSGL5mWN46MBWVIb8vT42dQCqBVQLqBboqxZQHa6+euf6wLitegVjnAUY6yjA1LwSjHcWgsBw/iRjMSAWRyQS6fWoTlNTMtJldzqxuuYkvrbpTfmTWafHkgHDccOQsSCurNRiQzAaRSgagRlaxGIxiZLxt0SITEaYjCb85/BOPLh/Ez4ycgo+PmYGfF5vwzEGBTazBcvKD+J/J/Zha+0Z3DVuFm4qGwdfXX2v3VmLxQLFaARTi4e9ddhZX4nTAZ/g57bUnMHqyhO9Njb1wqoFVAuoFujrFlAdrr5+B3N0/Kuu/CgMOh284RA0sQQQjwtGKVVNl0vDZvqMTkZMr4VBr2BtVTl+tH0VFhSX4cpBI3FBcRnqAn6YNFoEAgFxmjrCWglOzGpBWAsYEkA0EJTzUo1/lyiSQUE4mQCdU29tXa86n7SB0WaFPxKGTas/i4ejMxnQApe//u92b9snRk+HSa8X6glWWZ70N/xOovdwabn0nKljUS2gWuD8toDqcJ3f97/bZv+lifNww5BxSMbi8Lrd3YrF6sokiFfSWM1YXXUSL5Xvx8bqU9LdtPxSPDDncsQCwbMVg525Dp05OprtNTo6dOAY7cvVpjjsUBQ9Tvg92OuuwQFvDY5463HUV4+p+aX4/PjZcOkM0MQTiCOJGCN9ej1sBiP21FVJpG+VGiHL1durjku1gGqBHrCA6nD1gJHP10t8acJc3DR0Atx1dc2iO7liDzo6JrsNP9yxCq+ebKBCILEoqxavGzIOd42chrDXlyvD7fVxMCpHDi/+QKdFnBWgiiJVpFF/QBzT1prL5YJfk+wwQtbrE1QHoFogDQsQVjCjoFRS7N5o7m6S0piKekgPW0B1uHrY4P3hcopWJ2m2AqP57M9wmwsFRgsePbwd/zu+DyVmK55dcjM8tbnnbNHR0piM0Oh1WHHmGL6/bQWWDhiOj42aKlxe+SYLIok44sEQfD7V4ersM0tMGO28y12Nhw5uERyY2vqeBb41ZZFU666vPolNNadlQ3I+NXIBzi8qw9zCgZhbNEjUHeKkmQHw3In9+PXudeeTOdS5dsECqsPVBeOdj6ey2u6Xsy5FocEswHdtkvCsBpZzYn2IW/rJzjV44cR+fHnCfLy/bBQQiSEcDrfJM0WgOc/tbkoEOgBakxFV4QAePbwDz5/Yj+uGjMVHRk4Vbi+EI1IhmaKLaIq5Oh/vdWfmzCiY1WpFQq/DEX89/rRvMzZUn+xMV+o5OWCBH05fgiUlQxHj+6vVwGYyoTYcQnnAgzvXvCgjXFQ8BHOLB0Gn0UKv0SLfaMLaynI8dWxPDsyg60NYVDIEP56xVHCYTPunIAI2m02oU2IaSFUy1zy1qRZozwKqw6U+HxlZ4L7pi7G0sAx1dXWtnkfMkt3lwra6CiyvOIbZhQOhSQJ01EidEIxFEY5GYNHqRZomqdfCbjQjFI/CpNUjEIsgEovBpNFBp9G0eZ10B01Hjg6AzmSUasB/H9mJzTVn8MFhE/DhkVOgiycRC4XEIVRb5yxAGg1SSJgNJrmPBMo/dHAr3jlzrHMdqmfljAVuHjYBC4uHYEp+MXyRMArNVlQG/ZJKu33lszLOVy65DQ6tXhwRblZMFjOeObYXP9mxOmfm0dmB3DhsPO4eNxuJaAx+93s0L037s+fl4aHD2/DIoe2dvYx63nliAdXhOk9udLam+fnxc3Ft2WgEatumL2D1HR2dpE6LhFYLi8EgOJ+f71qLQCyKW0ZMgp7OVDiEfZ4axBJxxJJJTMtvoI4oNFoQZiUgkqivrun00OkIhI16rKs6KdxXKQb5B+ddhdFWlwDiOwK0d/ri/fhERgpTrP78rbOa8dSJfXjy6B7UhM8fLcYik0WKKwZZ7JhbOAilJqsoGVSGfDjsrcfxgEcqNvlzOugTSam+3C4sGYoVFec60T+YdpHw0Q0w21Ed9uOP+za1yV/Xl+b/4PyrMclZiLA/cA43INc3/kjRjdmEpa8+qlbj9qWb20tjVR2uXjJ8X7wso1tLiofC7/Fk7KgwyrQ37MVLJw/iq+PnIhGJyoIVSMYbiDahlT6ZxsuGE8SFMC8/H/e8+waWnznazNyPLrwWQ8x2qahLaRT2NtlqX3kemEaJGfQ45KkV4WtqV5L04dtblmO/p/POcV+Z/xWDRoL0F8QoaqBBMBKBHkA8HDlbGJIqLuDvUDIBRa+HSVGkAvZzG17tK1Pt1Di1Gk23qzN0amCdOImpRKZLLxk4XOAOVq0eISTgMJoBuldJgLLwxHueCfjwzPG9ePXUYVSpBMGdsPb5cYrqcJ0f9zkrsxzjKMAPpy9Gkc6IgNfbIRdV04vSqSotLcVf9m/Gh4dPQsDr65Y0HivoCIrXW0z4yY41wujesk10FWG4PQ95BhMuGzgCw0x2qaRUW/sWYLo4v6AA39/6Dl5sxa590X6/mXM5zgR9iDbqdP5m9/qz0+AzS03P9w0ajcFWhzxLJr2CawePhrfendHGQPQ8DXpc//YT8oFWW9+yAMHyX5wwD0OtDoQbqWKa6rZyg5c06OGwWHHAXYPPbnhF1SDtW7e4R0arOlw9Yub+dZG/LngfRlqcCNS7M5qYwW5FntUuVU4WnQJ/OISIx5tRH00PpmPFKBn0OiSJ1TKaRF6HkZb9nlo8sGdDu32PduTjX4uuR211dbcD9js9yRw70W63I67o8X/rX8Y+d9+OaBWaLFh2yW2iAMCmMxpx0F8vEkbjHAXiZFUFfDDGEgKWVswmWC0WnAn6wXRiMByGJhIVOoy2iHAlemuzIaBN4ttbl6uVmjn2PKcznHHOQvx69mVQEknRO+1I39VRmI8vbnxdKjrVplqgWeBh0lO/V2mgz6NngmFyiiUTsJ4gRioSwrKTh4TKIZrmzpt4jYcvuAaBuswJTfkBYhTK5nKhLhKEKRxrk7+pvdtCfJbGYsJudzXerTmNve5qIeR0d1Cy7lCM0GgAvUaHX8y6BMP0Zvj9qkZgJq+A4rDhgf2bWo0eZtJPLhz7u7lXYKLRIQoCbA6H42xauzVFATr4roIC3Ld9JQpMZlw+YATGOAsRiccQikahTyahofi6TocIknCYLXjj1BF8Z+vbEkVTW9+zAHVT/zTvKkkpJkLhdrVeRRosPw8Llz2MGQUD8IXxc6DXalEZDODfR3acJVbue1ZQR5wNC6gRrmxYsQ/1cde42fjQ8IkINQLGmSZK6LQwm0zidLGUmzp6HTVq/908dIIQg6bLkJ6S0EkaFIQScWEev3rQSNRWVXd0uWZ/p7PldLnw851r8MTR3WmdO794MC4bMEIEsx2KCfFkQiIUUZXYNC37pQ5iVNHmdODHO1fj+eN9vwz+kgHD8Y2JCzKK1hKPSHoR4pWqQgEpBiHj/pDGStwhVocUfrx26rBwV7FQRG193wKLS4eBIvODrXb4w2Ho4wlJK3P9S0U4WVCyJVCHB/ZuwD8vuBaJYEgceD4zEU0SVeEgHjuyU9ZatZ1/FlAdrn5yzweYbULKd+WgUaIF+PSxPa2yII+052Fe0WBcXDoMUwtKUR/wIej2yo6cKROz2SL0CY8f3YUVFcfbtQ6vRSC92+1ud9fHTuhsmRx2aFi1qNfDFw4jHI3CBA28jSmddG+FOG4Ws6QSw4kEvrN1OdZXvcf1ZNTpMDmvBFPyijGvcBDGu4qEikIfS8g4u5vvK9159LXjTDYbYNDjh9tXYnk/onxYccVHJFXUFlN+W/eJziexWfz52c41ePzIrr52S9XxdsIC+UazrC1T8koaNnB6A0osdin+8UfDeGDPRnx89DSYo4lzoud8ZrjOHgp48PE1L3Ti6uopfdkCqsPVh+8eiQb/NP8qjLC5YNMbxKnQJRucm9fOHMW3t7zd7uxYYUZiwzl5pVJ5mHJEuEsjgelv92yQCNIf5l2JRCIpuBUyTp8IePD66cNYVXECoxz5+PnMi2GBDkGfr1UJHy4ydpdTImdligUejycjwH1bk+A8WYn41U1vSiUiIw6/nXM55heXwR0MNGAuGokKVSeraw+6YrOiIh7CZ9e9Ak+0f3GW3TJ8Ir4ycX5aG4ezkT6HXYhAnQYjjDo9KgJe3Ld9FdZVlXfN0OrZfc4C3ODFEiSxScr6SL7Bxy68HmGfv1U6CUboFasFH175PxzxtU2v0+cMoQ64QwuoDleHJsrtAx5eeK0AxfXQwmEwwK4YEU8msddTjXs3vZXW4IllmlUwUEqcGSIPebyyaz8Q9eMXu9bhkUXXStl7ijpBolVWC76w8TWJLFF/8P4ZS0BwqQ4a6cMgvUG4uAyKQaRdPj5qGmoqq9IaU0cHEQdmdTnx011r8OKJhkrEr0yajw8MHoua6sxSlB1dS/074HQ68ZuDmyVy2h/b1PwSYRM3xBII+drH9JmcDqyoLpco8B/nXSW4HlKMOFxO/GDbSryoMo73x0ckoznNLBggz4Y3HBT6COK4dFotFJ0eqyqP45WTh/Dm6SMZ9ake3PctoDpcffgelppt+PnMSwS8W2K2CRM03RwCey9+7VGE45mVnxMMz4jXcIsDsUgEZqsFc158CJPzivHn+VcjGmzQUKNsizsWwWfWLxNnzx+LnuXeoabizMKBcCgGwa7wh8zjBOhzASJbc6apG16TUTKDzSLcR0S9+6IRPHJ4O/7bJI3DlOodo6ZisqtYxkogdEcVRX349vfo0FmduN5bha+++0aPXrcnL2ZTDHhg9uUYZnGIjmZr6gN08rd5qvGFRj6tIpMVv5l9GcqMVgT9fjASWBsNoSLox13rl/Xk8NVr5ZgFLh04Qgol/LGIrFe+WASBaBw1EbVIJ8duVY8NR3W4eszU2b/QtUPG4t4J81FfX382lUc+GFdenjAf8wXPtDFFcm3ZWFj1Bkkh/mDbCumCTNqfGDMdez01uHbwGOihQRxJ2bkd8NTgE2teapdfaPVVdyDG6JnPnxF/UWr8JNxc663En/dtFieP0iJt8RmR7uGW4ZNEJ9Ht8yEaCnXqmpnarj8fT4c3aTHhstf/3Z+nKXN7X9kYfH3SAgQ93mZOF20AiwmXtrCBRW/Aq5feJgUkBE8zAqxYzLjg5X/0e1upE0zPAkxbXzVoFOx6A2ojQSyvOI5j/nqsONM+Tja93tWj+ooFVIcrB+8UI02LS4cKNsSo1TX81ukwzl6Ab21bjqPehrw/dQp/OvNiaFiKnoQA3ymRQ1LKX+5a2y0zG+MswCMLrxWpnlQ07c3TR/Gtze2nLz8/YS5uGDxGcA3pVjWmJkBMGbmMfr93I/59eEfa87qguAysyhxqcaBOTTOmbbe2DjQ77KiIhYUO4pC3TjB55Kzqb42EuC9fehs8tXXNHHWTy4Hf7nu3VZHij42ehpuHTgTJVhSNFk8c242/7d/S30yjzidDCzDi//XJCzDKmgddLC5Rd26KzRYL/Ijjstf6/wYmQ5P168NVhyvHbi+jVt+YvBDxxnJjDi/FaMzqlkeO7MRf929uNmpWywyw2LCrrgrlgdYFVrM1TatewZ1jZuKIrw7bais6BH0yHfmZsbNEa40Rsxq3G9Fg+ppyjCqwupEVYHS40m3XDx2HeybORyQQVFOL6Rqtg+MkcqMogE4LnaJgp7sKd61/JUu95043RWYrXrr4FgR8fvh8PhkYnf7TSQo2/y93BtqHR1JssoI0C3vcDWsWdVX7W7tj9DSQPsfr8TarViTko7C4CHvrq7Gi8jj21FcLH+Ku+uzgW/ubHfvTfFSHK0fupkGrw7emLMKi4sGI+gLnRIGELDTPhQtf+WfaWmUXlQ7F6ooTiCUzI1wsMJpR04rQLoGg989YCiu0CMWi0Oj18MTCeOzILtn1k1SUuLLtdRViVQpd3zxsAuLhsDg9rBRsi5G7vdvAqh6z3YbbVj6LY7702O0Z3frR9CWIRiLQxuId0lbkyGOQk8Ogk0WVAL1Oj0Q8jnA8BpNOwRMn9uD3e9J3gnNycm0MarjdhS+Mn4tpxAMGgoIf/NK7b+Dd6lN9aRo5N1balZHAm4ZPQCASBiut/3din3CZ9afGjfOXx89FwO1ptXJbaHgaNzBhLRDXAKsry7GzvrIBpwqBqmKMoxA/2bGqP5nmvJ6L6nDlwO2/dOBIfHHCHJjiSdEYTDU6WQw/E6RuMZqwvOIYttSeEdzURGcR/rjvXZwKNJfGmeAqwu0jJmNB0WAoGg1WVZXj65veTGuWBJ3fMGQcRtvzQdkTkjrWhgM44K3DC+UHMM5ZgK9NXAC/13vWgRHdQpMRnkQMeUYz9BoN3jpzDN/a8jaeWXITinVGScsQvJ76oePFf5O3hvMTfBDTohriwoAoEkAo0iCnwopIk0nkZD625gUhmEy3Ecs1Pb9U0oqRNLQbaW+SFKrtPQvwntjy8/DA3o14+8xR0BkvMFrkNyutSCDbn9uS0mGizLDPU4O7+2E0ryfu3bT8UswpHIjFJUNh1yuwJDWiR8g1gNXQYUODVFS6m6meGHNnr0Fn6crBo/CNyReIs5UufILrIKOoLTekGr0OMQ3w6KEdeP7EflUYu7M3JkfOUx2uHLgRf1vwPow1O4UHiM1it0NrUKSyb3PNGayuPIF8kxmfHjNTgOd0YHSKHtDqcMhbiyeP7TmLK7lx2AR8acJcqQbkx7I8GcFHVz9/ziwHWRz42qQFsOkVlFhsqA4FMdzmlOqsFP0Dd2H8ocOz1VuDz65fBka5mPIsNVtBTSiK+bI6MhmJiiMm43c58cTxvTjorRX27TyDGWTfzjeY4DCY5LdFMcATDgmnV20khB11lQjGowjGYhjrLMC1ZWMQjEZl5/fayUN49dThs5GzTG/ZH+ZegfGOQsFQsPIstQimHNq4Tgu9oggYv8BkQSgagTbRINFC2Z/OROUyHWMuH+/Iz0cYCZwOeLGtrgK/3LUul4erjq0XLUACZuI8xzoKBIc61OaS94mkw3zvUqzsXFOMFgtqY2F5nlZUHOvFUad/6U+MmYEddRUiJeaONPDRcQPM9OgVA0figpIyBBpZ6DMldG5rFEL0bKOtIvjixtdy3jElv+NNwyZIMEClvmh+V1WHK/13rVuOZKTgD3OvRInJikSMqRo9qmJhfPnd1wWYzHb5oJG4Z8I8xH2Bc6rtWK6vMxnxl/2b8cih7XL8/42dhQ8OGScAdZ3NgmA8jk21pyU6tr0Rd3XZwBH40YylCIdCjCehNh5BsdmK+uqac6gU+MIHTQque/uJszYgYz0dpbpwUAD9jy68DkXQi4NCJw1WM3a4q/DHfZvajEoxBcn5si+SljK9YFMUvFx+EJcPHImqsF8czmy0WYUDJepHKRfKrtBZJIEnHb2NNafkNxdRRm/oeLIggbxiC0uGoD7gRzIc6RSdRTbG3tt9EHPCH3G+7TZ8c8vyPvOB7G3b9ffrf3HCXOH940aMAHEmw5gqNCU1so5w88bffHYkkq3XCRThqL8eL5w4gGeP781pE+k0GsGfLh0wHEtKhsrGkRtBm9EkG7RQPIZSiw2eYBDaaIMubHdR0VAeSGM24ss5LIxNWMzVg0cjwk2rVoeNtafxzLG9wj1GkmxGOrnGcu2l7u35JnGkOlw58LrT2RhlzwdTYHwoXz91GLsbAZT827JLboM20DovEIcvH0KHHXt9tXjiyG6JFH101DSMMFgR8QckLceQdVyngdVkwU93rpYHnQ7FVyfOx8mgF1PzSuDQ6OFrjLI1NQsjZUXFxZjz0kPyfxMfRdDrYIsdv2sEsl9TNgZfGDsbwfr3MFakcjBbrbKorqw4LsBQRu2GWZ0YZHXgigEjMdBqF4kfiv+SINCkKEhqNFhTeQKvCZv9cVnQs9koRhuMx1AdahAsbq/ZFQMuGTAC15SNll07I4fppgk66rsv/p339GDEh0+sebEvDl8dc5YsQPjBZ8fORhklbaIxeSeYjk8pOqTgAozUaxQ9dFqd4N/eqTiGw7567KyrzNJIstsNBaevGDRS1qjBFodE/72RECLRGPSNVYapKzJCzpQoN5nd5WS1nJ3D5cI/ju3EPw5sze7Es9AbKYXevOz/obq6+iw0g9hbnUERHjLy3CVox0aMGjMLWp0OO+or8dl15wdnnepwZeFB684uvjP1QlxSNASe+o6xS1aHA6FkvIHRWKuT9GBLklFbfj4+t/EVbG+y4LkMRvxv6Qcl2kRpCu5Kgy2wZIrDhotf+5cA4a8vG4NkLAZFMeDlU4dw/45V+OaURbiqZBjq6poLXzMyQpkgYhHQCAeNJeKSsktEoq2SS3Ih425YYzBgn7cGn1r3cneaOO2+/3vRDSjVGM5WrqV9Yj85kB8XwbkpeiHWVdv5aQHKZ03LK0EsEDynGIUOOT+kTrNFIsZvnzkmahQEg+dq4waMEXXy9ll0epiglSIfOpC5hul0FOTjS5tys3iDacRPj5gq/HUtG9fzVomEHQ5EdRp8eNVz4ugyA1EV8uOo34PacBA14YAUcDXVys3V5yidcakOVzpW6sVj7hwzQyr9KJlDbUDupEJIQomfK4yaGiZ3l/w4xvVaGJIa2XUyChbX67DHU91uKT/Te49deIMwzZNNnhxgZoNB0pUUtf7VrMskCsYdbQOg2oW/HtyGk34PvjlpAUL12aOlYP/FJSWY/eLfevEOvHdppiV/MO0iGOPJZg5pTgyuBwbhys+HJxHFW6ePiOST2s4/C9wzaQEuKx6KcCsfVaa8kiYDHj64HU8d2y0qE7neiGN9f9lYhENBxMINGLNcbCJ6bbVgS10Fvrnl7Zy07YdHTcEnR02XYgHijJs2bryZZRFamUY1FK2iSHTrcxteFRJrkmMjkUA80lBkxXMCyTgsBqNkYW5d8Wwu3pqMxqQ6XBmZq/sOJi1EW8zpvCr5rK4cNErScnWRUIPYbl1dswWCThbxERaLGRuqTkplVSAWwwRnIZwGEx4+tBVrKjsW110yYBiKjFbURlilyF1GUICaZp0eHxk1FbcNnyTX1cUTAqh/4sQ+/Hr3Ojy/9IOwa/UCoOcL1/Kly9R63C3XIi4SKaeD71VvZtpPNo+nA0qna3Z+qdB3dHWO2RxbT/RFaZuHDm/HvzIgoO2JcanX6H4LsPr5zlHT4Kurb1ZIwjVAbzbBHY/icxteyXlQd8pSv5p9KSbbC6WCOVcLY+ig2BwOcTx+sWstXj15qPtvdBeucP2QcfjM2JlIxuIwa3UIJeJQDAr0Wh321FfBHY1ItJNycPx5ubxBB5dNr9FKhecHhoyTwipq9MYTCSh6vTiY/UHlQnW4uvBwdeZU4p8GWewCHCQAk1U9pFMIRCOSnnu0EfjeUd/clX1t0nwRlU6wyk6vF/LA58v3i3hudzoorMqh08W5HPe78fcDW+V6jI6RhJXASP7WaiASQbF4TKJhglQnkWvT/20Cz0qKVJBOjrUqBuyqq8RPdq7BHnfuiVHfNmIyPjlqKvy1Had6O7qXfenvIhqe58LnN7yKzTWn+9LQ1bF2wQIs3Pn25EXwNZERY9TFaLcJCTJpYzbVnMaRRhWMLlyqR04lPuvxi25AXVXurS00ADfPSaOCpFaLyqAfTHvu99Tg6WN7sezkwR6xUWcvMq9okBQazCkcJFhcVjYf8NRm1B0DDJSmcypG2fCf8Gcvc5LRQLJ8sOpwZdmgHXXHysDFxWWIhsISNk1xUkklmNEA6HUCKmW1D+kUHAYD1laexAN7N5wD8qZeIN0XOmz/O7a3W52slvNiFR8XgTKrU/Acr546hJUVJ3CyCdM9XxZGhKbml8gLwznRme2jMzoAACAASURBVGr2m7gu6lE3/h5otgvjMtmnKR+Uq+2jo6biEyOmor42s4UkV+fT0bicTicimiRMihEHPTX4+JoXMybU7ega6t9z0wILigfjd3OvRE1NTbOIOp+JtfUV+OqmvidoziKlh+ZfDW9tc8xpb98BQj8MNitqYmE8fnSXOFivXXo7jBotDHq9kEz/bs+G3h6mev1OWkB1uDppuK6c9vAF78dAvUkqCFs25rkZRUg5Y3TIDBYzbFYrfrcnMy3B1sbIxdMTaQjrtta+PvkCzC0cKOHddTWncDrgw4z8EiSSwI93rBKn7sah44UTjClFTSOBaRRJxHRauIwmeCJhLD9zTMD0qfaBoeNRFwnCrhhFwLXM5sSTR3fjYOPOh+Hj+UWDhWvrZMArtAysIgwn4ueQu3bF9tk6lyla8qeRCiMl/5KtvnOxH4fLCcVoxGfXLhOKEbX1fwtwI/fjGUsxxGKHMdJcrYFpRJvTIWSwG3Ocfd+iV4S02aJTZN0ZYcvD1LxiFCkm+JtUVffmHeVGlMSnBosFDx3cgil5xZhfVIbjvnosO3VIKvzqQiE8eriB+ofwjssGjZQocwPFQgMnWLqNAPd1VeU9Fjn6+qQLMKOgVNKI1Pp9+tiedIfar45THa5euJ0PzLkCk2158LcCPG1rOMzls8R2ZVU5/rRvU8aaiV+YMFfU6lmFw50S2effOn202eXIn3LvpAUCCCemQWsyQklCKnWMFjOePXEAv9y9VrBaxmCkVfwSFw57Xh5eOXMY929vcLhIGUG2bl84BCWpETZ6vdGAl8oPSpic1SmTXMUiF8Tw15mgX0qyI4kY6sNhUNvuTNCH6pAfFeEAvrNleS/ctXMv+c0pC3Fl8TDUp1FBmhMD7uQgUiX+/MAyspWiLOlkd+ppfcQCdFSeXXIzTFqdbK5Y8cwNINcikjPfvX5ZzjlbC4rLRCzaoNGJk8IIO9UQyJ0VicVgRkMRUYrCIheqEFldbrVYsLuuEn/evxmKTodfzroUVZWVYmvSKugIONfpBI5REfBhsM0BL9dT3hutDia9HqFYDDWRAL675R3hXGytkVfwJzOWyoae8A1mErbWVQifWDgeR7HJgh9uX4Vogpof2WnzigaDeLlU5XvSoOBY0IPPb3xN6CLOp6Y6XD18tz88cgo+OnwyAhnsrIiVoPPDUmvms+mw3L9jdVosvu8bPFoEVM2U1NAb4HW7pWKxGjHcuPypZrP/yMipcqzb50MkEDgLJOXOy6vX4KblTwmw/50rPoxAnfss507TTsgH9k51Oe7bvlL+b+rRXT9kLEIe71kHzeiwY6unGhOcBTAkIDw+TekrLA47DEajRABZnp0i3RS+MYsFB/z1+MLGVzPe1WX7Vk90FQlpbSIYknH2x8boar7Thf2NQrt/3rcpBcXrj9NV59TEAlcMGoUvT5grqhAkACUdHnn0KLr84P5NOedscejcNN4zbg5CvgZurJ7ix+rsg0NeLW8yjp31VcgzGDE1v1Q2pvp4Aq0x1aeq/VrS/fD6/JsjPw/Plx/APw5uFWm2lu2GoePxuTGz4Guk7yFxNh1QgXrwR9FDq9dJKvM3u9d3dlrNzmM24KEF14A8XeQ1JO8iBdTOR2oZ1eHKyiOVficvLPkglGC4Q36XVIiZHFbc1XCn5g74kAw3lNsGjDp8eu3LEvJnSPml8gNYfuYoQvH3diYE5D+15CYp02V/lNIwKIpwbVHrMCW7QJZoLqSMahUarbhv+mJ46urOOkjcZdnzXHjfm/+VqsUXL74Fen/o7ByYXpAdk9GIo2GfaB6yXTV4NL42YZ6E7VMLH3fGu/x1KDZbUJjQtSkqTb4ZQd2Ho4IbSXFzib6i0Yhf7lmfE2HpMY4C/GXB1UgGw0KA2N+a3eXCs6cOZG3x7W/26a/zSREu60MR4U9KrUd+HXDVG//J+rRZdT3AbAWrtak4sdNdhXfOHBM8Zybt7vFzcNPgsbJ+9YXGzSzXV669KemjrjiJhKTAoMBusaA+QkGupKz3qR9FqxXNXjqkbTVu8M0OOxYuezjrJiSxt1WvSOCgvJ8A4TMxkupwZWKtLh7Lqr77py+Bt6Z9oDVfQp9eIxpdBJ5HAkGJoKRKlwlW1RmZ0w/CltSI48MwbSiZkEhWZciH8oBXmORNsQTCTbBiPLciHm4W3WKKc1bBAAQZ3tUAcTJHt3ghLXYbdgXqBbPx3ws/gBJNg4wPnS2d1YLKkF/Sft/ftkKcMra/zL8aI/WWZk6VyenAP4/uxMdGssKv7UWRO6+9ITeCsTgcigKNVitVkFyMWSK8qvKEaEy+cepwF+9K104n4/avZ1+OYBNB76712LtnpxzblCQLo40PHt6OJ47u6t2BqVfvUQsQgnB1yXCEGwmQ+SF35uXhthXPnJUcy9aAfkMiVWeR0MnIxk2vRzRJyhkznjy2G7/tACROPBOVI9hKzTY8s+QmqT7MVaqHbNmtvX5EXq2xSCl1nFSKA2lR2RhdDnxr2ztdJhwlTQTxc+OdhaKrSdb+fJNFJOFqwyEhNj3id0uF/SOHtvWEaXr1GqrD1UPmp37fI4uuhTnaPmGp0W5FbTyKX+1ZLySj9dXV54TFJVrFlFskcs7fUoLT/M2Fq7WwtDU/D19893UhMk21H05fgoVFg4FIVBy4liFr+RA7HVjy6iOi1XjLwNHSt8nlwM92r8NrLRyfQpMFL118K6orK5stfCRHXOutxNyiwUj6g63qE3LsBYWFghViPwMsdlT7vUCwobKTO0KOR28y4p+Hd+Cv+zf30F089zK/m3sFplrz4fH0j7Jlu9MJA7F7Wh3qfF6JiH5585siy6K2/m8Bm96Aj4+ZjuvLxopMV0qqx2C34e2acvy4EZeZLUuUmK14Yektgldq6SCRh+/x0wfxp33vyuVIp3Pj0Amiw/jc8X1SWEO4wkRnEQbZnCj3uQVgPs5RgAtLh8Id8CMeCrfKcJ6t8ffHfri2kvtr2Zkj+FEjNKQz8+T9+c3syyRgkGLt5/PUVJuV/+Z6HtVAfjPqRSk3RlhPBb1YXVmO108dErB9f2iqw9VDd3GozYmnFt8Et88rD2BrYWNGi7yKFneufRGMOpXqjQh0AykfnZ71vmoBzjdtF5UOFXLVC4oGI+T1nbNQ2QrycPeGV0Xk+r5pi4XKgRWFNy5/8hwr/r+RU/Cx4ZPPqQLiy0ycAV88dzuRvry8PHHG+KK2RS7KXXfCbMQTx/cIF1hvtK9Mmo9rSkYINq6/NEZYdWYTqiJBARt/fuOrZ6OW/WWO6jxat8C/Fl6HAQazOCpNWdf1dhseOrJdKouz2T45ZgZuHTRG1rmWjbCCBw9swamAB6xynlUwUNYkg9EgldCKRgNtpGFzKNXcrPA2GuBFQugTRjvzcdmAEfDX1beKN83mPPpTX/aCfLxx5ggeObgdx/zN1zVmaZhZSKcxw/Lg3CvgS5OrkA4XHTA63tx0S7GO2YTdnhrcufaldC6Z88dovr7u1SRL9Q96a3MSBJnzFsxggKy8+8ioKbhuyDj4fb5z6ARseS784cBmWdSWXXwrdMHmi14Gl2r3UD7UxSXFuOy1f7f6IV06YBh+MuNi1Dcy2cuLYDIKLuAz65ZJxWGp0YJYMont9ZX45ua3haSuafvg8Im4a9R0eOrOJQa1uFyIapJS2hxsRQYik3nSgVMsZgGeMqW5rb5SqCYoAN4TjdVEs+yFEu2jo8JFor9gueiY07bPHt+HX+5a2xPmVK/RyxZ4evGNyE/qZKPDdYKpZTY+C6cSYdy+8n9ZG+Hi0mH46sT50AVC52yqjFarQAoI3v7e1EWC5UzRr3BjSgervY2YxmKCy2QRzj+edz5Qt2TrxjCyeDwWFH3Dpo1UEl8cPxdnQj78fOdarK8+KVCUmYUDpULyjdOHhWbiW1MWwR+LgNjgwSabKBN0pbGKc5u3Gl9693XBovXVNtqRD02915PUJgHC6+qjYTx0cJswlfd2YzUfuZk2157BlprT/SakSLsS98MIls/TAGYnf5XNbMZRX73oSpF/itWF3566CJ56d7eExF0FBXjkyA78pY103KUDR+CeCfMaBK01wD8PbcdBd62UXCvRuETp2Mw2G5IGvXBuNaWZIFPwz2ZeAptWJxplXCBTaUphK3c6ENcAMV+g1bRips+fpBjpfNE5NCg41GhLFhR0Z6PWJZ9Vlp4T4EusghJPygKfCyXn6c499RHj7pI/qVQSd5oRixE3v/O0cKKprWsWMGp1OW3H20ZMEu3W+nAIBDjzY5l6jk12G96oPoGf7FjdJSMMszlF7H60LU8EsFuruKOE1FPl+8GP1AxbQcYpe66r5zOGq0s3CADvNVPIP2pMIZOX8bXLbkfM65foE4u5jHoFnlAQRmhk800JH663Vq0eiUZoSrYEwC1OBxSDQYJCX9r4Wlen16PnD7e7cOfoGVg6YDg0Hq83GYtGEURC8Bos52/Jz9QTo/vE6OkiZGnWKbh12ASMs+dDQ+4XTRLBRBwbak7h+RP7BThNvhAe25erHMg9xY81JQ9WVBzHhuqT55TxkrtkhqMIPnf28UEGgqEPbcEzx/a2eXtH2PNw2cAR+PO+zaxhBOU97p0w/5wdC4H4z1ccwc93rmnWFwkGH7voeqlIKTCaUV1RCR7LSFA4HkMikUTA4+kWwVib04m9gXp8uodC0ZSycEfDWFQ8BJPzirCkdBgUjVY+KKkoQU+8R5lcg5WnrAoj1X9Cq4E7EpL/1ifR7B4zlXzHmhf6jGxLJjbormNZAv+ViQuEYJiFHkUmCxYUDYKi0eGQr06IgVdWHJcPVK428jXNtRedjdiK5FaeCz/dvRbLyjsvL8MNyqdHTUdtTU2bU+fmqaioCPduegv3z1wqx+aqsHSu3r+ujsvscmCvtw5/P7gVjG7NdBSdLaJIAfBbOrXcuLXmQHd1LDxfsLtWC3Z6qgW3O9jqADGHE1xFIEUP2fgLzVbhFGNhFXWHnzi6W6rxU0UV2RhHpn0wo/X1ifNFF1Lzq22rk7FEHEd9bhzz1/e48ChB0fdMnI8FRYOlSo6VeVQLb1pZx9A2KQ0Sei300CBKSRwN8LXNb+Gwtw4GetxaHcY4C6SUuL+0P867CpNd71Xv8IETwj6yJSQTMmdEYxIBS0Uk0p07QfdRo4K1NSfx3yO70tK6umvcbNw6dDzqW2CvmG6IGxURmd7nfm8RHWix4bmlt8DnbeDg4oJJnAVf1pSkUTol0Fx8OxMtstCh0OuFQ4i4g+9ufafbIqXk//n21AuRSCaEnZ/RLpfBiGmd2J2new+7chz50pwWK+KNqSPeh/pYBFe88ZiQXboSmrMcaARMf3fHSqyqON6VS55X5/7tgmswzupCNBYDiEdh5W9jkYtgjUxGEAZMyS4CwHOxXTV4FKg8EY/FEY5FYdHoJM3Iooqblz8tEfnOtBvKxuFrUy6AuxGy0FYfBQUFePbkAdHi+86URfDU1mW8znVmfOo571kgheeMxONI+ANpVTh2t/1Y2BPXakC/xQCNCGXz+5L6RvD7kuIrS+p1qIyGJHPESvreaBcPGI4vTpiL507sR6+A5skPdc+kBcIEPNlVDH/A3y4vSGtGYp6ZYU2SVMWScQkfh2MxSX+9ceoITof82FFXAX80KmRrbTHvducNuH3EZMFIdUVs9MsT58ETjYBVjhPzilAV8stuuToclN0y/83oSuWZ1pmF25sfH0q+UHqzCdtqK/DvIztFbLStxms9fuENCLQCgmQ/JpsVX9v0puzcU+370xbj0oHDkYw27DoYjmbUJ93dKu8zxxcNR+DPsBKQ10qlyExWK6KKFt/b+g7WVZ3M6m3nczwjvxTfnXohjNAiGg7Lc6hRFIQ93pz7SHBBKi6huHhDmbgwccdiOB3w4tXTh1FoNGNhURmKzTbB5pHslmH8ps50Vg3Yxztj9JYwgcUlQ1EdDmCkLQ8jLE5EG8k325qebD7MJoSQwPe3rsC7NblXCcqI5x2jp+GE390gy6UYMD2/FHetWyaRhV/MukQ2MaSD2VnXulxYa/OnPmDC6293I2Vw2PCLvRtlU80K79rKzDi5+vhjpQ4/Sxagn1AeC+GO1c9nqcfOd9PjDher9R6cdzUcGp1EZuiZtgV+7My0GAViWDOi1cgHhREzhhMj/KjEY5Laord+wFuLRw/vyEq5OytoPjFqGgw6Pf68f5OEMQksv2LgSBnDw4e246EDW2Q6t4+YJBxSx3xucaK4QLfX+El8ZOG1GMZUajQCXSIpOoep8lrOi/9fV4Ha5L1K6HU4GfIJML61VMfVZaNx78QLhKqiZaPzZnU6sbHuDL7y7uvN/jzKngeC6Pe6a5BvNOOWYRNh1utl1xyJRmFCw3z4IzqSir4hCkYpDp1eCFU3Vp/EOGseIl2o2uRzQXmkp4/vxa92revM49XqOay0+tioqSJNZFa459IgEI2IlIhFoxXnMtfSiilm6VSE8SzVBiVCNIDDZJJ0889VsHybzwnvO6WpPjVmBgaZbEiEI8KHlyREowWPHatuNaRq0WrlufDU14tunpnVoOEAHtizATMLBkr6g/p4faE1cNBdJpspvcGAV08ewr+P7JDK5fYkWwgLoZ6su7rtlCLnb3Y5cf+uNZhXNAiXFZS1SnHTF+ykjrF3LcBvStJmwZVvPJbRQPhd57PH79ammtOCJ2QAhFCmmlBAoE4vlB/AvvpqkFCW7zbpdIh9fL6NqHWPO1yPLrwWQxRLj748/LiYzeaz+ln8yDAikzQq8MVjotH3TsVxEUnmbq2tKA8ZcgkcjokOlRa3DJ+Ij46cCm08IWXUjKYwGhPXaaCJxhH2NQAM4xYT/npwKy4fOByTnEWSDvzZzrW4c8x0yUMTJF8R9AtOjdIpLdsPpi/GAmdJxlHAdJ8uEhp6EzEUW2yCrbp5+VOyaKYasVxMmfFj8H9jZ8oONxwMIdboMPM4V2EBttdXSSSEOfSO2iuX3AaHwSgM+nSAGWXh79NBrziovP5YZ4FoLLqjITywewMogHr1oJEC2O+sA0OnCxYTLnntXx0NMe2/f2TUVHx65DR5pulcUXNQo9fjzwe2YGZBKWY4i3NGJDedSTHdbLRZ8cLJg+fg8tI5vz8fQ5mS95eNwQeHTRD8SCgSAYuOIr5zaQ1SdigqLgZD8QF/oEGL0GiE1WyGPxSC0UjZHK3o4hm0WiH4/c+RXfj93o09Yka+X20J2aczAEbXH5hzuVDFEOoRjcdk00EtvjMBn+A3OZemjPEkc356yU3QhiLtSmLZ8vPwza3L8c3JC6HxNdhObaoFMrUAv/0GmxUPH9yG/x3fK9yOd42dLe+bVW+Qisr93lrsqa9GXSSISDyBJQOGyTePG36+u29XHMPqihP4yrjZiPiD8l0Xybt4FFbFcJbJnz4A2f1rIyG8evqICIQ3jfz2qMP1pYnzcM3AUcKLkiuNIG7eEDK5M7QPrVaoDh46sBV73A2RnDyDCT+bdQnKLA4UsNRYA5zyeSV6EQ+eW9LMVEHTlBk/YIrNIpUb5JuRvLjFfFaDT6o+jEbE9TrJTe9zV+O43yNRsbpICAMtdvx29mUoMlokysWIUEp8Ne3UnKOhKpDM0S1xU6xY5Bh+sXutPByp1BEX04+OmiqRugSxY1qNCJ0yOkSdtQ8MHQddOCrRNXFg9TrYzBa8feYI7t30Ngw6La4ePEYe8pblvJQHMgQjYqcUSaveZpX062NHdrZZEPGpsTNxxcAREh301NR2qhKJPGAPHtyCxw7vzMpjyI/wZ8bOlCoUYxKIN5L23bn2Zfx1wdUoimu7pdI0K4Nv0gmjlGabFWGtBj/btaZXimeyPads9/efRdej1GhGNBA6+45z/WiLZJibvdLSUpw5c6bZs0piX74TRkWRzYO7kceNGxdfLIrKcEAwc4QOkI3bpNXj1VOHsjYdRt6pbzfE4hCupd/t3dhp2AVFrlNVzfWNUasUoSXXNSh67PPW4pFD28/CDVhU8vHR09qlDaDDdee6hnco4vXLO0Q7ixKH79x1LGvGUTvqdxZgBF8xm2AnbjWZEJw437sU5xefq0CygZSV1ZfxSER8gapYGFtqT+OdM8cFAkUsYUeRWRpPNCqJd9LrYTYYsL6qHPdtWwnNkwd3JP9xYCuOtyA4y4bFrxw8ChadgiKTFQuLB2OQ0SqCxNlMIXZ1nDR0YWGhLIipJtgwgyJK6kf9blkYLy0ZDk/te5I8mZYdS6SryQ6trfNT1AYmixlJrQ773dXiAFaE/GDVn1GnE1D2jIJSjLMXwN1OpQ+vSefPZLWIB6/VaDHKno9ALAJNIgltNCZj4nGKyYSXzxw+yyTNne8/Fr4f9V6PRJRS1ShWlwt/OrhZ0qYktmNqoLYJG74IqOa5sKmuAjMKBkCTTOJMyI97N7/VDJj/oxlLcGFRWTPyUxmH2YR6xPGRVc+1CXCnA/rCxbdIRInjSjedKra1W+GORfDgvk3nsON39VkiFQbZlddXnZQdPdPn/150Peqrzk3BdvVa2T5fdoFWK14s349f7Foni5La3rNAsckq/ELjbHmIeN6L/jJ6ReeF73PKceI7kNrUMJWo1elQ0yINX1xcLBqp5LpruR7y4yCFKAQqa4BIMgmbySwOFzdhTaPPnb1HHxs9DR8fMVVSmxRQXll9Al/f9Faz7hjJc0fCeKei9UIkpgZvHT5JClLePnMUv597JSZYXQg0sU+qQz5fGpMRddEQHjm842yhwJMX3Ygysw01NTXnbJ4oA/Z0+X4perl+6DgEIhGYFUUigsSSeUNBSeN2NtrdWdup5/VdC/DdZEunWEv0Q+02GEwm2Sj8dvd6PLroOmiC4YyeOQHwW8ywWqzQ+Pz+ZAxJARL/eve6rLzMnNCHRkzGnaOnQxNrALRz8KldXC7drtYcrtT4mH7SGg1Q0LCYphtNytb86CzxZom2GKUP9HopEmAa4pOrX8Rd42ZhgtkpO7/UjpJ2DiABk6JIak+n1UnolIsUEgm4Y1Hcs/l1DDTbcemAERhsseNU0If11aewvbZCMClsxLr9cval4lT5g0EYNA0kiLTJ8WgAn1r7kjhEdHwskXizB5DjNlrMgmNhJI7e/ql4GLeueEb6ZjHBp8fOlOhgU0JC2V0YjQK+v2H5k5Jmba1xXCRN5EswieXA8WRazxYB+HtDHnx63cvZukXn9HNhyRAsKR2OETYnhtpd8kFojUW72waQZsfC4mwwyA8jEJWRIH66YzXe7SP4oTSnmZXDWH165aCR4tgTr0SbMSLucDikVJ1pwCgF1ukMNC7osqhTokSrFaeqaak8nQ+rzYbqqvRB4CLnZbXAabPjqaO78bcDWyRd115jynN20UB4oxF4o2EpWiExJRs3LX+Ye4WI1ROf8oWNr8r/z3QLKWuWlg7DSKtLouJLX31UHJwbho6XKD+lVwZZbAIt4LxtFgv+tG8TSO1DZ6s9B4jvt55i9zot/nV4h0TXvjN1Uat8fLSt0WHDU8f24kTAIySpoWgUiMdhNBhRHQ0JFjjQDbQ5WXlw1E76hQUE72qzwGY0AYK/7JyqCLNpmtra2iR14Pgyu+wOrKg4hm9seqvL5Hykenj/oFHCIZXLuXcung6nA9V9IAqRenopefH1LW/Lf5KIlDIXwmsFiPYUy7X5Y9Lp8PcF18Bb7z67izZYLRLNInP4i+UHBCPVHobjwpKhUgBAB4xcXGeCfvxg2wpZpEkT8f9GTpb+6fS11Yhro4dPMP5edzU+MWY67hg6CXV174lX86GmLuNBvxvLyg/gf22ADh2KETcOGy/6aRTofrviiODoprlKpPS+Ne3I1Lg0BgV5LhcOeGpw37ZVoq6Q7fb3C67BGLNTPjqpQoDeImBk6oURw1BjtRxlMiJIQq/VwWk2Y399DVZXlYum5tqq8j7N4pzt+5jqj+K735iyEB63W+4p04Mx4rD0erm/9fX1shFjlJwbI/6b/588zyzeiUTOiWBZ7HZxUlrTD+xoHrIpsVrgsNrwr0M7xPEiBqW1du/khbhy4Aip3iauityF/9dks8EILIt32FjUcuuwiYLFEmwZNPIusZqV0ApuvDwBv5Thc26MytHpZKMTFTMqUBpldjqaA/+eUq9wWW3Sb7CVqBiPow19ilbe1bnOkrMbK4ka2KxS8dwZyph0xqgeo1ogmxZg4EFTU1OTTH2kuGDwg0wnhCmjRw9tFwxRZ9tnx83Gh0dNgd/rSzvt09lrdfa89iJcne2zO89jqqEaMdy1/hXURoIC4GdjWmNqXgnGuwpBCaGf7VyDqfkl+NmMixGtb06cygVSazZJKpE737cqjsm9JnifqRM6NC+XH5Td51cmzsf7SoeL48znwkLC1P2bcemA4RhstEphQEcOtYm71JMH8WCjCO3Ti29CXiPPU1NbMQK1I1iPu9e/0qYJSb1weelwRMJhWYx/tXeDPKufGTcbNw8dB1/Ne05cW51wp6GYjMLZxogOS96zQRXBdO3DTMPmiPPuys/HyppycU4ZoSChMe/pbne1OFmpZ6c7n9e+2jfxi4zCLiouQzQYEu4pg14RXq1UerAlVpNzdeXnyXFMkbX3XjA6ZjQZUdVJqoMU2zffgX8c3CYSOLUtKp65Ibph0GiRz2qoInbg9Ypj+GETQWJGswggtmq0SDbiWpreM643vBajex2955251+ybra2+me586OgOSW3ePXo6gu730rmduZ56jmqB3rKAOFx1dXXJlqk+cbyYc1f0+E0XiflYSvnViQswyuaSFz+d3GlPGqSvOVx0lkhtQDfLrFeEI6km6McgmxP14SAS0RhMLIPV6YSHbKDFAVsk3moEKqXabrBZYFAMIufhMpqk0oh4Lzpj5N6J+hvkd3g8MSsE9ZfpzWlXmtLBqYxH8IHlT0q04JLioQi0EpaVj4LLKdVxv2iFjmBW4UD8un9rpgAAIABJREFUZPpShOvdkqYmPuYPh94Dv/94xlLMdhQj1E7FWOrZSukeJnVa6A0K/nNkN/7U6BB29vmbVzQY9029EOEWDm5n++vsecKv5nJij6cGDx/aJpgytWVmgX9c8H6MNjskopJfUIBYLAp/Y6SwozVswIAB54DkW7t6XkG+qC2QALSzjesXZVgozUYOvK21FWe7Yir04ryBIGQkpAWiyaRspJ4v3ydk09PyBkCDBBKBUE4WddhdTkS1Gnxv6wqMcxXipsFjRFqmtyLGnb1H6nmqBWiBcyJcLc3CjzslUv56YLMQI75Qvr9dfpX2zPqbOZdjlqtEQJopTFdHC1dP3Ka+5nC1tEkKu9UypcedIyNGOjLKRyLw1ndcGcr73bSfpuBfXpf/TYFtUmnYk5lh8hgZ8yMh+pgsnGgL5yGpmDwXbl/5rIhRt2wkTNSSfkOrA4vEf7TjPSkq9r3s0tvgrWtI86TbRJneZsFhv1uoLyizlMK6pNsHj/vG5IW4tKgM/jbSI5n01ZVjjXYbNnuq8bVNb3Slm/P23CsHjRId06DXJ+kyargx/ZdOY0TIYrVKFKyj9Y2VipKW7ILDlRoTlQN+e2ATXmiig/vOFR9BzB+A3mLG3w9twz8PbpPDFxaX4f5pS0RWK1fTcYKftZpFmmuAxY7vTVmEkDv3SITTeSbUY1QLnHW4WotwNTUPFxyd2SQfW7vRhOM+t4ClHz64FW+cPpK2JZnS+M7UCzHS5kKZzQV/KAhfJ8FnaV80jQP7usPV0RTpdClGA+payPF0dF5bf0/xj9ChaQ+31dr5BAvznLY+RMKX5nBgr68Wn1m/rNUhMGLKlGk0mRCCSAKBU41g/E+Nni46gB197Fp2nqroJPmr2UjR9NMiB5FJIwnkzPxShLy+jBy+TK7R0bGM3IUMOlz1xn86OlT9eysWoGg8o7Bcm/iMM/VHMHxdbfoUJIVFRbKh8LcTabXZ7bCYzahs4cgJh1sieZYUOt1oDsf5+KkD+EMT/q67x8/BdYNHCyCd4r/ra05BC42oIrBCmdjdXGmSVWksRuC/ubH7+ua3QOJnYkhNkXi7nF25Mg91HKoF2rKARLhSoPl0zJQiEKXzpTEa8OyJffjN7vXtnjreWQgyMpMU7/VTh+RDFk0k8eC8KzGWFXDRMMJef699oPq7w5XOfe3JY+gQRHWsmtScBbzS2aEzljDo8cqpw4I/y7RR821xcRmSvgawelcb0z1/aRIVSKc/Vn49ufhGcbh6o1Rd0qQmI36xex1eKj+QzpDbPYbv+7T8Emyp6Vg2alJesQjL56ouYDrG+NTYGfjwiKnw1dcLKJziyXw2a2trM1qf8hm5isXgbieqzAiO3eE4J3LmcDlF8aEuHBJS5DoC1RuVJNpyvvjukKj2j/s2gZxYhBZsrj0jkjgvX3wL9MGIZBV4Ta53rAzONWoe2roy6INDMUGn1QjecJDFjqGsigyGeuV9SueZUY9RLZCuBTJ2uJp2LHQFNitOhn24Y/UL51xz6YBhuH34ZKHD18YaZFvCig73b18lLMQsO7580MgGGRSPJ+NoSbqT7Og41eHqyEKd/3trXGP8oJyIBIR+gqkbgpDJU0RZkB11lXj2+N6MLjgtvxQ/m3kxlHgSgUZervY6SEXogpok9IkkYqHwOWkV7rQJfv7wyuekqjLdRuWBu8fORl0r0kfp9tGZ4/guUitSbzRIQcNjh3d0ppuz5wynssCgUbh52ASJiFAKiZQxwxmdtjpRZnWIdiA/6MQQDrE6QYHWSDyGDdWnhESTf+trjbqAs+1FAhBnwQELUQJ+f8aRFTpcsUikwwhSXn4+khQNb+GYMS3p0SYlDeg0GHFh8RBMzisR6Sgy25NcNyXQG2LtsFaDp47tEW3D2fkD5Bi9oode1yCfluu0CWej5joN8kwWqZD3REIwJTQZ66f2tWdOHe/5YwFxuMjDxfQMpWmaciKlY4aWVWUmnV4q3G4fPgkKl+ompHTCJs4y3kRcFjIdNALGzkY0Ip2xtnWM6nB1xXptnysYMpdTHJqmxKQSyTIbhXWamlSGRmers6OY6CrC3xe+H566+g6ddnueS8rR6dg9d3y/kMdeUjoUviZi3MJk7XTgjYqj+MHWFRkP668L3odRirVHqnKlapTi40YDnj66F3/Yt7FZijXjwTee8OWJ83Fj2ViJ0DA1a3bYsarmJAaY7RhpdUIXT0jkhym3lCZjigtOa1DgTsZx4/Kn+hR5KmWkfj/nSmhDYVmT8vPzm5Ehp2tLpvZS6WlGxtqLJEm60mAQ4uCWjfdWsVqwrvY07t30pvyZEcQxjgKMcRZgWl4x9npqJa1O1YU7x8xAMhYTeoVUJEx0SROJjNPr6c61u47jBoI2zKUoXHfNVe33/LGAOFyBYDD54skDuJzyLfEE9DotYskkotEIAq1UWwlI22qRHZQnGsG3ti6XDxgbS6n/e9EHkIhGJQzfFxoXNob2WzJB94Wx5/IYaVeWoQcSMZg1OiGMZKIvqtMgnkjArlNwJODGh1b+L+1pMMXwoZFTsKHqpMiQUAh7Sl6xaF6NdxQgJSvSVodMqTD1sqaqXCq6SIHx5JIbEfH4xFlTbFbRuCO/0YP7z9W0TGegfAeeWnwjqqurswpI5gdIIieJuJBrVgf9Egl44/RR7HZXCcVFNhqJL59b+kFxOmrDQVGJYOTQ4nCIppjf7ekwvUZHmzi4n+9cI5GXvtAeveBalClm2XRKus9uR1WaxKQpTimb2Sy8VuuqT8paSFJeRlHbwqqmnLOmfHRNbWW22fBWbTl+tH1Vmyb8/Pg5uHHIOCEcVR2UvvCkqWM8Xy0gDpc/GEyyIkzR6ARXc9hXB4qLPjj/athjyXPC6Szx3xWoF+xWa+mW95eNxVcmzpPoVW/gWDK9mWqEK1OLpX88ox82hwNavQ4mxSCRza9vehOkb6CUkuKww2ww4pivHu/WnhbphLYa6Snun7EEUxyFggdkGoUK7bFIVMTD+bFJ54NDR5Bi3Q8d3IK/7NuMi0qH4puTLgDZgCwGIz74zjNdlrkiWPkDg0ZnrShEOJdsVlEQ4LsaSSRg1SmobsG7lP6daf/IRSVDpEJ0rKMA3512Iepq6yTikMn7TGfisZP7REIp19vHR0/HzUPGIdrI8UQSU5Kbpls9SJqWgyEvvrv1nWaVtXw+V195R5sEp0xbMvXYVmaBsiIr687gu1uXiwm/P+0i+U3euZQYNO/VfVMulEIRtakWUC2QuxYgjZHmY8ufTbIMvmX73Pg5YMUOP2ayS/P5ZNdHyZbvbX0Hr5xsW0h1ekEp/jz/aiE8JRtxSiCSFY/8b/5OGg0CBuV/Z1pRlk2Tqg5XNq3Zdl9SaGG34MH9W/C5sbMQbKxQTQl3EyhM7jCmxVpjmSc7/UeHT4Gnrq7Z88JniY5dU+mUjmZEjExUrxXZkocObsO22jPCN+ZQDFiehUgR6SlevuRW1HaS1LLl+BnpOBYN4GOrn+9oaln9+7VDxoqciqe2LqPUPyM+OpsF3972DtZWlmd1TNnu7E/zrsJER4FQQNBhZ4qWzmK6EUrBUjmsuGPNi82cLerIfmXCPFk/2Xdra5zT5RLKieo2KCe4Nhmddix59VGJxj6x+APQhKOI6DQIJxNYVXlC5LtuGDIO3k4KuWfbnmp/qgVUCzRYgJFykU6jzJdei/KgD5pJT/2eGqqtNurVEbT5kZFTUGywIIEk/rh/E/57ZFeHNuXO68sT5olmV1XIL0rbvlgUTr1R+nnowFZcNmgEButMaRNodnjRThygOlydMFonTjE7HXjm5AGRj7l16Hj5iLdsfECJF1r8yj8litW0jXLki1B2LBgSB4vpSQ2dNGp0RsPIMxgRD2RWzcSXgdf77rYVeCsDipN0pv/S0lughCIdpt/S6YsOTNis4MblTwtIvSfbd6ddhIuLh7R6v1qOg84zN2XE6X1/6wo8f2JfTw4142v9oVFsuSlvGnGp5NGqralJOyXsLMjH7/dvwuON6+KC4jL8ds7lgoHraCNQUlKCior3yEpbTkLvsCGEBH69ez2m5ZXgurKx0MUaiIz5XMR0WiSCoaw8ZxkbUD1BtYBqgTYt4MjPx6FAPbyRsOiBUjaxXYeraU8fGjkZTsUkxHrH/ZmJN7JkfGcjzmt24UAc9NahLhzEVYNH4fOjZyLqbV2kuCfupepwdY+VJYppUBBLJmA3mbC1rlIke+6fsRRznMVCnZBqjODoDIpoIcZZWYUETvo9+MH2lc2etfeVjRbQ8ARnIZZXHMPu+mphvScvHJ+lb01pIKvMJPVF56Bel8QHlj+VVUOQE+yTI6dmJdVjddqxyVONr2x8PatjTKcz4uQeWnANnNAh6PO1yvItUlFGA4xGE9ZVleMfB7eeTXmlc43eOOZ3cy7HZHuBSFax0XlhZIsOvKLTtesENR0vo6VGqxV3rH4O+9w1uLpsNL41eZFU13XkbLEfgvMZ/WVEra1GJ5BapNQvPeCpFacr7g90WCTSG3ZVr6laQLVAgwXoW+itFlTHQvj+tpXYU1+VvsPV0ogvXHyLlIyvrjyB+3e0Depsy/hzCgeK+PFAgxlhz7mM4j1101SHK7uWFqJckwF2sxV/3b8ZR3z1GGJ1SETzvumLhT4gFI0iFo4gEgggpQ35270bcfe42ShSTJLCZqrlqRP7RGQ73TajYAB+P/eKjJ2uvKJCvP+tx1ETDqZ7qbSO+8+F16Mgpuly9IGM5P88sqPX8FDkdvrShHm4fOAIaGJxcWiZIqMYtt5oFN6nDdWncd/2zKs60zJklg6iAPO8okEYYc/DhYVl8DVheKeNCX0INYqOd0TqK1QcNqtsFH68Y7VALCgATe3RYCDQISUEp8RILfFiUqDQQZFRikMroeilKCkSaLgHalMtoFogty1gL8jDj3euxSsnD3bO4SL7L3W6Lhs4AopWh5/vWounju5uc9aMcF1QXIZtdRUYbc/Hh0dOgQIN4tEowv7exXAxrdTZEvDcvs29MzruxJmS+cG2FXjt1OFmgyCFg16rxQCzDd+bthjBcAh18Qi+sOE1iWQR+7SgeDCWlA5DVSiAX+5alzG1QIPTdSXCfn+r1Ax0CPmB48eKH1it0QiHw4b/W7sM2+vaTu10xpr8AH+agrv1ndcQZfTkZCyIj/Ywfqu1+dJZuXTgSIy154MUMKz2fOjgVri7IHDfGbt25hyrXsGvZl8mRReMPPEZSEWgWAhEh6a91F7Ta/J4g8kk4HUyuxNHxc3jTWXjEPJ6005Fsk9GWB1Op4ynOs2qyM7MXz1HtYBqgd6xAItqkooev9uzsXMOV2rYdLa+N+0iPLR/i1Q3ttUev+gDKDNaBYuQiMWQyBK2JRvmUyNc2bAipBBCuIMUBfXxqFTT1bXzIb5txGT5UJPeYXp+KT46cirMer2kCb/aRQ1AOl33TJyHEsUCfTIpH0AWZ7AVFBUiQi1GjUZy6w6DCb/esx5PtrNh6IqFWLZ/3aDRQj6ZrkxL6npCgKkDPrLqOdT3AaemK3bqrnPpGPLZ+tiYafAGgwi3AmDnGuBwuVBfW9tu1IjPOIuG/Mk47t+xGisrjsuwbxo2AXeNmSmC7J2JOokofKMcUC7J7XTXPVH7VS2QSxbgNyudCveujJkVis+dPtQ1hyudAbAKaIzFKYR8udhUhys7d8WWn4c11ScFs0XwcKpsvaPemeb558JrEfD5oDMasMNTjbvWNegokjl7lD1fwNdkOf9/I6eIc7a19oxIl5D/7aivHjMLBmBW4QA8emhHM+LP64aMxVWDRoHXQCQqES86PdRrfLPyGN46cxRMbXckT9XRHDr6+8orP4qQx5sR5oYf95jJgLs2vNInWds7sknLv1v1Bvhj6QuOp9M/HaGbh47HMHsePD4vgr62saKlpaWia9iew0SB6OXV5aKGkHq+i0wW/H3BNVAC5yoWpDNGHsONCqNc3l5U3Eh3rOpxqgX6iwWIjaRCRzwRh7um/c1WJnPm+8xvWUQDKBot9CSKVhQhMU4bNJ/JBVPHsqz8C+PmIOzJLMzemWt19hzV4eqs5d47z2i1YGegHl/c+FrGnTkUI55ZfBMFSvD2mWPN8ICvXXo7+PfPbXhFql3vGT8XAZ9fwIhxnVaiacF4DEaS8UILXyKG7257B+urmtOczC8aLDI1U/NLoNdoBT9mNBlx7+a3pXKku9uNQ8fjrnGzkAyG05aJYbXfnpAHn177UncPr9f7v7ZsDL4xZRHmvvRQ1sZC5/yTI6ch1EQ3sL0IIwWnPe4Gweq2GrF+LK4gR1nTtuaqO4R0tzPRrRSkgbg4tzuzYqSsGUvtSLVAP7UAK6fbUrMxOe146PAO3D1+dlYofOjAsVDMH4/iuRP7sb76JAqMZkzNK8FQqwM/3L6q+xwu0kA8fdGNgD/Y7eG6rjwrqsPVFetBeIvMNituWv40ygMNFV+ZNkayKoK+ZqB1anD+ce5VsCsG3L3hFZGV+QLTNo1VZalrNH2hhFbCbsNbZ47h21vebnUYxCERU0gH7Oc71+L1FjizTMee7vHXDxmHu0fPSFvXjunE3SEP7lrfEO3rz82g1WG8qxDbarODoSMPIHF83tq6tPBUfIYKiwpRVVnVptPE59yr1+Datx4/51b8/YL3Y7jenLGcU4rzS3W2+vPTrc6tpy3AYhbFYIRWq2mgEGKBj1YnkIGU82VzOuBDAt/e8g5+M+sSWSs604jB1JoMUt28z1OLV08dapVHMtV3t0a4/r3oOpRCyahMP9NJd4b4suk1VIcrU4u/dzxtF7UY8fCh7Xi6GyRcCKAnFcmykwclMvXs4ptgCEXadeAZMaC0DNOEBO3nCvZpXtFg/HTmUiRDzZnFWxP4poVteS48eWKfgLLVlpkFSB3yt/lXw1OTvrxYfkGBsOlXtUFCanY58YcDm/DMsXPF1e8YPQ23DxmPUCNTfTqjFbC8wyERtbakfdLpRz1GtYBqgfcsQF7F/QE3/nZgC8x6BasqjuMz42bhY6Oni3xfSht2v68Ov9i1TpRGbiobi0gG727qalaHA+5kDG+eOYpnju3ByUDHsKludbhYbfbNyQuhJJLwZjlczg8VRYZ1ej1YNUkPNRXSZzomrEmKlAw/cO2VeKsOV+dfV4vdjsdP7cefe0C+hZGu1y79EGra+CA2nQUjXdT7pLQKOd/+b92yrOODOmO1L06Yh0sHDIdZowWiMcHu6BQ9vG7POc9ocWkJlrzyaE6MuzNz7c1ziKtimtpdXZP2MAqKihCLRoWstLWmt1vxwIFNeLn84Dl/JhXJVFtB2ilBi80Gu9Uq6h1Nhd3THqx6oGoB1QLnWIAV3QEd8M3Nb2NnfYO+MxvJ2/8872oMMFhEZu5vB7finwe34ZqyMfjUmJmwRONpQz3YH30GxWrG6UgwIy1gntutDheBzvfPXIqhJrswN2ezkSwzqmjh1Bvkg5XCXvBj6zfo8Pu9GyV/+tlxs4U7iAsbKxFa4jhUh6tzd4WVVWTJvvS1f4nIcXc3Uko8MOcK/H/2vgM6rurqek/vmlF3773g3o2NTe+dQEJNLxBCCIRASEhIQkIICQn5fkKAEEihhl6MMQbb2Lg3XHGXi6xeptd/7TN68kgeaYpmJNmeu5YXQnrlvnPve3ffU/b2pVgJZnPY8U75Xjz8+fJsdzHp65OgldVz5LcqNZrRR2tqobbAUNOhsA83LHsj6WvmDjxmAQLtF+ZcAXsQSZGP8kzmcJE/qy0ApMiakXfwziYC2tH5xdhSWwnKoFGL0ef2yHcoNmeE7wk9Z/zO8L9GhiDUari9XjgzvAnNzYGcBU5FCzCXV2sy4nDAI+9mhff44hhGSH41cR4+Lt8HrVqDGweNRZHeCJU/2OKdJ37g+8nKdia+Q6OGmhtkf0A2xXqTCUaTUTxo/9i1MeXK86wALureXdN/FEwaLVZUHRLuLWtYJdxINI7JYoHX7U6bENJoteJoyItAJIL+GmOzwRhe5PVrEMIVH78sc4+g77qBYzCtuDfy9UaogyExJj1kYlSNBiazWbxk/mAAkVA46Z3qqTi5lWdmSKQs4sPNyzpP3+++02ZjfkEfYTxPtpEzaUntEdy37qO4pzC5+oZBYwWgv1m2M9nLZuy4MY4SIWsVuhRfNFxKGaQHNi2Vj0OupWeBl+ZeCUcgkvQ3hlWK9Di1JSTNXgjZKYWq3Q14Yd8W/HrCPFz20YsIRSKglNnNQ8YhX60TQWrJHdFqYDeZccjViDJXHbY1VMOg1mBV1WFRXAi63FlNt0jPcrmzchY4sSzA9IvN9VWS65uokTLowfFzYQ5GBDcwV5ZNZLLUQG3AD184CJvWgNfKtqPc44I76Md9Y7lJ1mCPsw7f/exdNAbSq6jOCuB6ZPLZOKNHfwTCITy/ZzP+s+dzPDHjAvQ158EdDGJzXQXG5xUlnUAca0Qmux0N+vCDVQvw3OxL4autF2MxhORBGJUeF/6yfbXIYLRuTM7+2tAJOOxuFDdjvs6AQbYCmDVaaCKApqlEOxAMSmiBO1V+OAku9BTedrmS/oAnGvgT/e8OhwOrGypxx6oFnfYo3xkxCVf1GpYSxQgrR145uhuPb4ufC/XW/C/BGgI0JiMuXPQCGgO+Tnse5Uakphhoy8e5PQdhiC1fKC9+kEbFZ6d3vBvf8NUzrobVF0yqYIdzmZs15lK1V6WoPG5hSQke2PCJkPJ+GKPBSY/6zUPGC9XItvoqbK2rhFbFj3QtdjZUiyd4SF4+7j9tDnoZrQg2OlMSBe/G5s51LWeBrFiAgCigVkEfOeatpqNEaayQPxL248alrye8//m9h+AXE86As6FBQohc1wMGHVZXH8F+Zx22N1RLzle8Ri3fiQU98dK+xDrS7XUkK4CLNyRrOBnF+eFhY3k/f0euHUqofHDWV+CvS60M2pafj48rDuDXm5eBzNHvnHUdwv6AsEQzZETm53TarSOnwKrVY3JhTzi0evmZnq+6ujoBc1y0lTBBdXV65d/p9Ks7nyNApny3eIY6o5Ghnnk5Rm8gqUVR6RNf2L1BD74ah6l9Rkkf/GrcGfDU1kl145Kaw/jFxu4tT9MZtj4Z7rH43BuhizB3tKFNUMN3nF4rKk2QkiGR9iHnvMqgx9KKMjy0eZloeMZrrEjlxs6u0yMYCiEYDsNiMKDB70WxySqhCRKcxi4cJ4PNc8+Qs0AyFuA3OaLXIhKJylsx15r/w2rCCL1N/H+1GlqNBofdTnxaWSbC7cVGC2xanThq+O5w3VeS4N8/sge/3ri0zdsz7H9VPypBOJvXD5KR/u/wrpTk45J5vi4BXIk6tuKCr8Ld2AgY9KCZDWGIe50fwHhJ7vw9Qy1H/W5c+8n/kG8w4f7TZsMXinrRuJvMRDuv9xDR9CsymGQicEIQDfMDWVBUJNI0BGLJ7IQz0Z/ueg2+NDsDLvxm01IBqMkSnab7PA9NnI9p9tLonEmhcVG1FxZIxeK/9mzGroZo5doAqwN/nXY+rGFI/hTHOa+woDmhMoVb5A7thhYgB+B3h0+GyhXNq4pt3NlGDHqYdProOx6JoDamZDze43AeWfIdeGn/1ja9pTzPrjfijfnXINDoOu47Ri8awV1lZWUObHXDOZPrUnYtQICkMRuxobZCwurb66vgD4cQCIdxZf8ROOBqkOjT5KJe+KR8H3Y21BxXZU6t0msGjoKfmq7hoKiF7GokHcMeLIrxNsc+yZ2jZ+CS3kPgisn/ZV/MeTYsqTiA4bZC/Hn7Kiw+kv0Ujqx5uBIN3RvzviSx0r9/sR4GjQZ3j54Jo1YrTOERfwDuRudxCWk2hwPOSAhfW/7WceSDie6X6t+ZVzOlsJeQIYKVkPwwh0KCqtUajfw+23IAqfa5M4+XJGCzGQadFv5wGF9b8Rb2O1PzWCbbX4LcD8++XnJeEnkh4l2TCywXu7BOgx+uXojR9mLcMnScEJHGJkmzTJ/5fPTasYol17rGAtz0TCnqCRVUoCs/mXBBvJ5+dO4NCLs8LeYMK5lg0OGZLzbgv3s/F33FCeb8dqsFRdKHHtCjB/DTNvjdmCv6i/Fzkac3SO6q2u0Tz1qsF4uJ95xfFUczwzfWNaOTu2vOAqlbgN9gpv08sXMd/rNnc+oXiDnDoNFidklfAVglRkvcJHnlcAK0i/oMgbv2mOyWol9KQu37TzsdaqjEafPvDvYrmYfqMsDFKi2KviptbH4J+pjzsPDIHpBhPNDgbAY09KaomzT6Ll38oiS40/WY7XbtwNH45rCJUlHGjz/Z0GVHHI4gHIkIr0euQYhP36nYj0e3fpY1czAp+Wd8OQKhlJLmYzskLmiTHrqISipX4yVIE3RRLPq6Ja9l7VlyF27bAuTMua7/aEQCAWh1OlQGvPjKktfgTEP258r+I3HriMlQhyPyL6LV4IvGWty9dhGqfVFtzcv6jcAPh09BQ23bxIcsvHi/8gB+vantkMXMkr54dMrZskMvczVguL0QdnWUg5CbBIY+mJ6QX5CPiqPHStZzcyFngZPdAtxouDUq3LvuI9HO7YxWZDDj7jEzMb24FwIuT4viFL3Nig2NVbh7zYeCOdIl7E7nOboMcLXX2SXn3QRXbTRpnayxeqMRKyoPwR3yw6jWotRowcNbVohLMtuNsjB/nHoOAl6flHQzUdYfComcjIel3d1UIzLbdom9Pr1dRkceznj/uazellxcLPc3+IJpebqS7Vye6EIexj3rFiV7Su64DFmAmy2qUzAMWED2d58HZc56uENB3L9hsaQQpNJIEfHjsbOElPCAs7457MACGoqn+0JBvHHmtXDW1rXpsVZZzfjLF2vx/qHduGfsLFzSdxjuWPWBSHcojQm5l/Ubhhf2bsXi8n14ae5VGGhzIBIOS25KwB+tQLVYrairTY4BP5XnzB2bs0B3tAA3K8LovvETrKk63ClMU1BHAAAgAElEQVRdZA7l7SOnQhOOoKGu7rhIGR04Pp1GNnFXffxKp/RJuUm3AlyDbPl4dPLZcGj0cDc0wGS3Y21tOR7+/FP8febFKNLoZadIb9frZTvw+y0rOsVYXx82EV8fOh6uQBTwNQb9sEItenz1dYmTbTulk118E6M9D0/sWi/ahgUGEyq9LlmgMt3O7T1YNBW9denJCCXTH4aQAiY9Lvjwv8kcnjsmQxag1uUfJ50NT129fCQZxqdXks1oMePxHWslDNiRNr6gB87pNQiX9xsuSe+UTppa1Bu3DBjTZtW0Ls+KX37+KcjB9fq8a9DTbBOvG3NH2Ai2fjJ2FlSBoGzKfrx2Eb49bCKKIhrJ/xT5K4tZ+H+gUkm+2KmeA9qRMcyde2JYgGH4o0Ev/rZzHZa2Uf2X6Sc5v88QPDhhnvB+tveOMZLBApgrFr8sa1VntW4DuC7sMxR3jZkBDUNGHo8QmZX5nLipiefpj1POkXLrhoBfSMeyISXTltGpw/TYtPMwoaBUKiyZJG6igHIoLEn0rFw81SuOGBfXmk3R6hG1Bp5ICA1BPw66nXh+zyaszuDu5pPzbkRjVfKyLem8TI7CArx0YDv+vG1VOqfnzknDAj1MVrw5/0sirxNLUMxQnMVhxzkL/y05num2OaX9JGdDGwoDobCEwqe/84xc7t2zrhOuQBbHtG6GfDv+/sUGKQlnflahwdwchsjT6fG/edcg4vJIkrxwAVrM8h74na7jtBlLSkvR2NCQ499KdxBz53V7C8hGKc+GxZVl+FU7YfhMPwjl0x6ZfJbwGcZ7j2Pvx/WqQh3CTUvfkMT9zmpdDrimFvfCeb2G4IzS/oh4vNCaTKgNePDWwV14+ov1zXbobbaByXJ7GtMTmcyEQbmLfWHvFkm07WGyYG11OSYX9JBLk6WaQFGRF8rE/U70azDUKMRyOi3WklsqDc6ufha7gNsd9VGlAi54i8+7EVVZzoPh7uylQzvw953H5uCJPh7dvf9MhP3DlHNQU1XVgsqBYOu5fVvwj10bOvQIT864EEP1VkmQJ8VDediPa5f8T645rai3ECKGne4Wmyf5MKtCuK7puNYdYLI8+QBZ6MP5zvdfIVRmZTXzt/hdUJrd4ZAcVFY651rOAiejBZgj9VFVGX67+dNOfTx6n+1hVVJyWfQ6G8wmPLNnE57uxG98lwEuhg/4kZtV0hdDLHZ43R5Ar0NtyI8bl73RoZ1stkf5t5Pm44zSAfjTtpUSmuhjsomnKxyOSH5GrLRHtvtyIlw/qntpxwFvI57YsRYrKg8m1e1vDp+ErwwYgxDCuPSjl4SUdHpJH/x8zGyEGpJnm0/qZq0OIlAM6nW45dM3OzWpMp2+nkznvHMmPU1Rqg42Eh2HNBo8sXMtXk6TZ0+xzxvzvwSD2yeAiB/cLd56/GjtIlzdfyQu6jMUBPc1lZVRCZ48G2xGExr9XskXfS+OhiKvO6WoF/5v2vkgWTLztci5Rf4gNhbY0DvnCwRQ2yRtRu4famjSg8dwI/uSTuXtyTTmuWc5OSzA7zyl1Ha46vCN5W936kORdPitM69FTUVieiiGE91qiLj1bz//tM13OxsP0CWA649Tz8WkglLooOZXCbVeD2oDPrx96Av8b/92SWTtzu37o6aJdppOo8UbZTvAJD2P3weTXg+X2yNMtrnW0gJceCQ3SquGQasTEWBO9vYa5Zi+NXQillcelDAy828ennQmtL5ASmKj6Y4FQZdXp8HXl7+VlBJ8uvfJnXfMAuTPun/cHKkAZpK5UCmYTKJptq66HLd99p4oWKTTFpz9FWi9fsntYMj4oMcJk1oDYwQw6Q3wRsJQeXzQ6vX4tPYI7l37kVQmt9dI5szrVrZB9UAvl5XPYDRG5cRCIfGGE3QJ8GLFdSQiv2tPViid5z1RzuF3IR734onS/1w/IXNZZ7VgUfk+/GnryrSqijtiRyrb/HT0LHjrE6+91oJ82Witqe6cJP7Y5+o0wEXxyF5mGx6ccAaGWfMl8bwu4MOyijI8t3vTcQRnHTF+Z5z779Mvx0CTDWGtGjq1Rna3gVBI6CIaa7ou7NkZz97Reyhio0G1ChadHg1+H6p8binZfzAO0zsXtcv6Dcd1A0bDHFF1qtYlQZdLoxJ5FpLrvXPwi44+fu78JgvQO3TL4HGgvtmCI3vQx2TF77d8JuXcw812AUZHjx7Fe++9JwD79DmnY/yUKXhs+2q8moa36+I+w/D9kVOg9vqRZ7cLu3Vd0Cc5hx+X75dNwN2jZ0hFJBUHKMfTXmN4+0djZogkU8gfgNfjiVvpKLw/eXnH5XryPSCoJBkqQRelhU61RtFwegIJTPntpB1cTmenbKhONVtn63nJJFAfCeHp3Rvxbhd9Hx+efBZmF/RCTU37ub0swvHqtbjooxeyZY52r9spgIsq3ef1HgxfMIRPju5HscGEJRVleH73pi556EzcdEx+CX414Qzk601SRXmvEKhBCFtjczYyca+T9RoM3fADy4+tMHnn2fDs7k14cue65kf+09RzRRi42tkATTDcJbblwsgX1aNRodbnwdLKMvzf9jUn67B0ynOZtTpQ79Cu1ornkx4OhuIPBb0oMVlEBuwb3/gG/vnPf7boz7Rp0/D8Sy/ixep9eHFP6hWLLLgwa3RC1vvK/m14/9AuIV7eUNM2GenEwh5SyTjGUSwJ80wlIM3EHyadhWKdEQgEYTAaZZfvoqcqxsPNuZPncCAUCLSZt8XwptFslty1k7lRs5KNuW6UbtFpNEKtQ91afgM4D/g3nV6f4zg8QSaCjJnVgse2rRKv1oeH93RJz5lffVHPwVIB3FZjX/mNsdjteHjrCrxVtrPT+5p1wEWKgGdmXoISkxkfHt6LZ3dv7NLE90xaeIS9SDQiV1Udwk2Dx+FbwyZKDkiupWcBqr4/vWcjnt8dZSKmV3TJ+TfDVV/fLUIOXAzs+fkIIIw577UEAuk98al51k9Om41igxnTi3rJGLNRy5AhN73VjPL6Ojz2y1/jb3/7W1wDjRs3DqvXrMHZ7z8nVcOpNMo5jc8rQigSQUXAi8d3rMGyigNSvTihoAde3r+teSM40l4E0pCc33uwSI+xspEtqNOCgFHftGHg76KhR9IjRxPilRBZYVGRJNK3txAQcNEDVlFRcVIV3XCTwkVOo9M157XRoxcKBsU+9GDGVqMqYIw2o5dLyYVtvYFlHhz/lqgSLZV5kTs2fQtQhzasUsGg12PO+9Hv4tX9R2FMQYnk3T7y+TH6Jm5uvjFsIp7btQkNAV/6N2115qTCnnh4wnyhlInX+I6FDDoEI2GUe1z42YaPhaC4s1vWARcfKBH9fmc/dCbuRxbr7w2fDJvegNtXLcDyijIsPf9meBsauwU4yMQzdvY1+OK+V7Efj8Twqz069RxMyitGY4pC59nqO3OK1HodPqs5gg3V5Z0iB5GtZ+mK63KT8szMi0UtQFlsKXejI80KIlheeQjDdRYM6NW73e49+6/nUT6mP/61Kzkv+WBbPobmFeDsXoMw0VwglUwEBKRw0Gu14mkJuD0i4XPE68QAaz68pKAIBqGOHEviZ6cUzyx/Fsmvpn9KVW40PBYFZ+EI4HG5EnpmbfY86PUGuBobT+gk+uLi4qh9CELDYfgDAfh9Phlr/kumQMCRny98ZRq1WjxfPJ/5bQSleuaBBgIyX1hYwVBzrnW9BTj3TQ67eP5f3LdFKsnVvgBUOi3W1B7FD1d/IJ3sa8nDq/Oulor15RXJFU8l83Q2nQELz/lK3Op19k2bZ8X3Vy3ImOZyMn2Kd0ynAK50O9edz3tg/FycWdwPYRXw042fiBjnW6yCCoabNdRy5IapjSBL9dc6qyV/Rtn9DMsrxN9nXIDG6u6T36IsrDqDAfes+wgfl2df9DQ1S3bfo8lpt/yCWyQ3q7V3g+LQ/z6wFb33VuLqSy5t9yG+/vWv47w7v4cHtrRdeEER3Lml/TE4Lx/jHKXwBPySLxRwulrkWnE8FR49LvD0sHCRp9ctnVZaWiqAjsAg2WRwghR6gwgqmIdyIn476EXgO0wPHz1QmajW5gaH15TCAq8X7ia7Mi+OLOYEdCS5zLX4FuB8FgoEg0E0gFUqOmoj7Ya407Ul70NReGoi13pc0Hj84rE12/Ow212PJ3asw9UDRuH0kj54af82Sa7PZKNKRbjRdRwnJvt1FME2qV0y2YdE18oBrkQWauPv5N/5+bg5kuz9ozUfNqN3KpPn643g3z31Dae0wHWqpuWHNaDXCrHs6we243efL5dLfHzejfDU1mfkA55qn9o7nh/9owjgy0tfz+RlT/prsXBmZkEveT9im8GehwUV+2DdWYarLm4fcDG/6/Zf/gz3bPwE+5wtOa2oWMGqpW8OnYig3w+NVitAq7KyUrxRrYFea4MzkTsQDKC+Nj2uLHp5CLRSCXnRq2M0GKQrTJ5PFqh1t8nSo0cPsTGfIRlvVkf6T5BaUFiAgL/t/LiOXP9EP5c5c2rmy0UizV5GAnluMAwmI7TUCFapMlohq3DRteajJL1LXTiIEp1RNhONGuDiRZlNXCc9yxhLfvN7J5sYqjyYjHhy5/oO8/hlYj7kAFcmrBjnGn+Zdj5OMzua+YSydJuT6rLchXHh2dtYB184iBuagMxfp5+P0ywFaXscsmUkflxCFhMuXJSTAErFxvedNhvzCnrD62wpqZFXVChyXd/pPwb9evRq95IvvvgizrvoQgQjEdyzdlELbrf/zLkCvcxWybmiRmKePQ9qlTppslECLi4Y6XpO6OFiCIxermQbE+s1qihpo8iXMZTm9yd7erc4rrCwUPrNnCv+y4SHK9GDsSiB3wyf15sSwE103ZPh78UlJTIGbc1j0cA1GoWcOttqKdxMVyGEgrBKgLg6z4rzP/xvQtqVVMbhiv4jcOuQic0SXbznoZAP3/rsHTgD3eNdygGuVEY0hWNfPuMqFIRUCXM3UrjkKXEoQwgHgx7cvXZRM/fV14dOwHV9R8DTzYTC6eFq1AJXfPyKlLTnWmILXNZvBH44ahqcNbUCLKQC1GKWcMeamnLcsfoDvDD9Yvy/hx7GX//617gXnDRpElasWCFhSQqNkyh5d5MCxZSi3vj52NkwQYWwPxrSK2laeLioJNsImtJZhBTeMIYF+Xz0IHBha89jxXnExYE7cn8oCL1G2yx4faIw0nPRpjA3w36NaYZikx2b1sfx3tSqrEqC9DLdeyRzHj1KQmvhOj6slcz52TiGHsd44fvYexEoM+NQIefNRj8YKo/odRLO53vhN+lxUYY9XMwPI11TQ1X0PXcUFuI/+7d0q4ryHODKxuwCcP2gsfja4HFwpRmWyFK3TojLcvFxaiCL7+TCXrh+0BgYfN2HkZuLKD/ydFezQvUHqz7I6E7thBikNDtJvpyZxX3g8/mlci2iVmFl1SG8WbYTB1wNKHPVY/mFX4Vepcatt96Kp556qsWdZs+ejVdeeSUKYtTAZzXleGzbZ6jxeWHT6vHSGVfBhqg3i8cUFRXBFwygtukjnEy36aXJLyxEfW1tWhqpXOQULxUXYFZEkgLBH/DD6/EKCOPfmePFPspiFInIvRiK48+K56azCFEJFCm8HQwEBPgRILKPyXrpGEZVqdVC8dAV4dD8ggIJnXUVlxnzyQicqSpg0OmaATOT+rvKU1lQVIhgMISGBDJSnGvkgiMwy1Yz5dkQ1KhhCITEw2Ww2zBvwfMZvR09xCsv+jrKjxyRd4oUM21JcmX0xilcLAe4UjBWqoe+PPcqcaHmeLlStRzkhfFp1bDp9HDWN2Q9HySZHlK2AuQLI1lrgISZWqnGemjzMrzdRYR/yfS7ux3DQojxBaXobbHhL1tXS6l2bBtuL8QPRk/HCEMe6mpqsGDBAqlGmzlzJkgJoVAK2AvysejQHrxxcKdI88wu7itVw4FQEFq1RhY98jSk4/mQPC6/P60wdlFJMVQRSM6Y0gjiuKix8WmZU8YqPEoBqSIRVFVVNbPPMwwkAsAmk1TjMRcsW98Qbm4IFFRqVRQMMrGagE+vI34Rzy0XbKWogMcrYJG8Y1w8ldAhn4/n1TY0wt/J1YMMjdny8kQYnJ42JtcrNpOqUc6FLDXagUS6DfX1zeBKPJas3DMa4Q8GO51jjd42gnnOq2RaYXERQoFg0mH3ZK6pHEMwX6MK4a/b1+Dnp52Ohuoa6O02PLBpKT6tKEvlUgmPfeWMq1CqM+KA19UUJel86of2OpkDXAmHML0DRjuK8asJ8ySXpN7nRajR1Sk5Den1tvudxQWHOV1s2U6+Tebp6fHY3liNn29cglH2IvxkzCyo/AEcDQfwpSWvJnOJ3DFJWmBGSV88PGk+4A/KHFAWS0UMWhLfNWo0BgPY2ViDqUW9YNTqJF+SxxKcKbt23jKVnTuBPqtPuVtmo3dCqThMsvsCYKw2KypTCHHRQ8KF++GHH8aSJUsE4EyfPh133XWXeFNjwVuy/Uh0HEEKgQI9beS9au2JoZ1ZsUlPJMFrOBRqFuiWcrdIRLxaBKYEatST5TlOt1voLTq7URicAIeAnPNGERFnP7gxIghLRT6JoCk2CVypvGxtJ4Ib0lVUxPEQ0R70eB45cqRTzcGQOL19yXrXOP9IOFuVBR5JUq28Wb4Hf92+Gqsv+rrYghRAz5dtw7O7NmbULiRAHWB14Fsr3snodTN1sRzgypQlW13nm8Mn4qaBp8kCQBczd7PcLdY7nfA6syu8nKVHOqkuy4+pkl/DEI6yqDOcwg+1EhKSh9bpsLL6MO5f/7Ek878050oUQQNKWpBPhpQguZYZC8ws7otHp54tuUyRUBgBFVDj82BrfZVUr66uPoxQJIzhpAvZuR4vzb1SyA5Jhik5UIGAAAAurAp1AHOxCCraawxJkbjR52fYL5rwzcWWJeVkRed8IFt8MlQRyZCdxvaFHgD28cwzz0RZWcsdP+//wQcfYPKUKTIvCTqZIJ5MP9p6XlaM0QNI7xntkihPjOCVYDCsPpYXR1vTRgSoKo1aihKEd4v283qz6lFq67loG8XrxvebjWNIIM7/J8CMJaVt6zocDyoHsBFk0gOrob2a+MUqKyqOO5WgiveJF4K15ztgpOc1EIgqa2g0zVxuhPW0WaIxiL0hw+S0fVvhU/6da02qRR/06nJuKcLxmXmjAaM9D7/b9plIuD0wbg5C9Y0yFgcjftz86ZuZus0JcZ0c4MriMH172CRcP3isJJKGPF6Rrgmp1dAGQym9YFns4il5aaPdhmrKUBzZCzM5mMIRnNt7EI64nQLCVlYeAtXnS00WHHY7JSz1hya2ZCG8HTIBYZ8f3FEvO7ofd675MJc0n8GZ9JuJ87Hk6AEMseVLKbcrGBDy5B4mKzbVRvNMLu47DF8eOAb5ah2CMdWOzCXiIiteLr1eNjrJhOQKi4uFoDQekaaVXi8ukqSXoEeHwKuuLi6ooMdIpGlS8BQwqZ+5aevWHZO0ijUnF/MDBw7IQqiAHMkNC4cFHKbitVFCTfRQ0XPVFkjI4HB2m0tRRJwLPT1dHOfWoUb+P0EHbRwbkox9AAJzgrpAMBgFYE2btYgKqKupbTOKQfBvMJkQDocQ9AcEZClyRuyTeG99lDlqm/uNye2cg2Tqp2dRraaXUdh3ZR5wnrMykXOecyKVecFnVLysBHJKCDkTg2fOt+MHaz7EAVc93j7zWtRVVkU90IWFmPv+P+EmwfAp0nKAK8sD/eVBY/Hd4ZMRImmf2w17YQH84ZCwV3PRTvWlyHJ3T+rL8yVneOaAz4U71nwgOpjMoSkwmmTxnlHUG75QCBU+F57YuS6uLtiLc66Q6lMlbGHMs8lx/S12EWO/f/1iAQi5ljkLfGfoBIzIL8W0ol74tPKgyOdMLewJn8st3pTWvFpc3JjHwzwpAmi+dzyuPS8X84/otWkvdCfJ9PSkabXRhbbJCxYMheReXKQItuKFltqyBvu6e/duyU9rrz3//PO44IILBCBxHhMU0BPDUFYqlAglpaUCFmkLxRuUuZHq/leizfgNCIVDIsXEUKqOOphNXqdkiFQJ6BUPn6Q9kAqjic4jHQsonjnSlxBAKYz8nLMEyErRBQG2M0aJgPOAx3KTwX6zTxxXgsV0Chc4H5gHRwDH+cyQcSZC2eZ8B57dswmvHdiO52ddCp3LK3OYYcVHtq3EGwd2pGO2E/KcHODqhGGb33Mgrh4wEiMs+VAFQ9DoddjnaURPkxVmFWUwjlEKxBIzalRqCZ8ojUptsccqv6c7X5ES4e/4ssSjKVDR7R97vZj/j3ft2N+1vmY4FJYPfXfIr0pmCM02G2ojgeaS+x5mK7yBgCze/PT+d9/nImh8bs9BKDFbxMt137rFLS59w+DTcMuAMc08L/yjAuK4Y9WZjHhq10b8c3dm8xKSeb6T8Zh+Fjvm9OiH5UfLJGdukM0BTSAa6uNGJdEuXBYQm028AVyY+G61laPCRc9RUCDvDhOvJYfQaJSqPYIbRReQix4rB0UElwnkoZB4Kwi0SFzKhS6VSjn276WXXsJ3vvOddofwjjvuwH333XfcBq2gqAiRcAi1NckpMTChv7G+Ia0F+WSaYwRKkqOl0yISjoh3iGOaKPScTRtwvnKeEdDT+yheL78PAZ9f5li8+W5m0YPRKGLfCgjsSB+VazCUbbZY5PvYEdCl5LBNf+cZTC/ujZ+NmQVdKIKgXosjHid+tGYhjnqS56vryLN1h3NzgKsTR+GrQ8eLJ0UTiki+yHuHduO83oMQ8Hibe8GXTkl0jP2ZB7T+f+WkTBwX79rt9SVa2RQVHmZVGPNtuLNSXOWxVUEEJV35IbPk5cGtjkADFUwqtdg7FihyF7m89ohUtbD1tzpQ7mkUb5fSKML+9xkXwupr+6NMaZq/7VqPF/Zu6cRZdfLdih/5j8+7ST72/EfKh14WG1x+n7DTp0OoSa8GF9j2Eui5wDEkQxAlII2J4tzAqFVSdcg5wxwd5f4Ctqmt2cRez3e6vLw87oDw3jyeCxoXd+Ud5+8XL16Mq6++ut2B/OUvf4nbbrvtuNwthrgICpPJuyHIYNiIItmnciOoYQUo7UFRcb7/rGhMxobdzW6lPXqIxzJbG1+G/bhZaS2+zrWB8zkRbQg3FIdCXnx5yWu4feQ0XNV3OAKI4PbVC7C59tSbhznA1clv0FOzLsJYR4l8yA+6GsTLRULPdFzAndz1uLfjToiLBxcOhjck1BIJSxItFyYuYswp4O/plehssVlzng1hrQY6qOB3uZvtLAnR9mhuzhcNNfj15mXYUd82MeZdo2fggp6D4WqH00bEkK0WPLplBd4o29kdhueE7MPY/BI8MeNCNNZEc0mE0b8J/CaS5WnrgQmklGT4tuYgS+PpuWWYiS22wosLG3/PhZlznZIpMq9j+LQkxAOAIUYm2HMx4u+YWM4wDfvOhH7OE4aAuEHh83HzolBGtNX/LVu2CKdYLD0EAYMtzyZhqGTL/5mjRJ3IWOB4Qk6SDnSaNiCQpw04F0QD0maTnDyCVxYkpDvPOtCtlE/lJoJeKM5LziOZZ03PlSkaEb57TPqvrqySbznvodZqoNfqJIrSXgGH2DUvD7etfE8iBr3MNrx6xlWoD/hw3sL/pPy8J8MJOcDVyaN4y9DxuKH/aPganbLbTWaX0Mld7NDtuFvkDl4YxBmSCQblwyYfB1Z8Ub6kk4AXd2FWcmeFI0Ji2Zrxmyzl1BPbUl+JWz97Dz7J6zi+WXV6kFPNotGKyyUQjObsBHg8OYtCEflAExTojQZUhvy46uNXOmTHU/3kRyafhYmFPYXDyBiKgvV0G+cBAY0ChuixokeWTarGtBqooUIwFER1HIJU5m1JlR6PbaKL4JwmIIv1RjNhnn92u9zQigeAOnZRzxhBDt8NbqzoSeHPDLewOpHvyTPPPIN777037iOSAPZnP/tZ82aFfWHBBvvC/B7yZCVb/s93kKzs3BB11nuY7rhl6zyCZ4bgWofoOM7ijQ+FhP+tu4MuhXuMdhJOt2CwGcDzfcmUx47J+pxzfH8Y4vS5PTKnlU1CWwoOlOp6atd6PLdrkwzlOb0Gif4wAdcFH56acmg5wJWtt7qd66644KuorarqktLpLnjcFreU8myGIwFZRDO1E2v9XALwrFZJjjVoo8zPbG5WdTUcI8NjEcOa2qO4Y9WC40xj0eqaE+CH5BXApNHCFwrCrNVjbo/+8IaCOOCsF6HkPuY8DLbli6yJxZ6Hme/+o6tNfVLcf6AtH/eRW8dkg6/BmfIiKOAk3wGf19fsUaKnSOFX4iIlnid6nNzu495JHsewCkMq7YXFSQXB6rH2yvsVmgqF0sFis8LV6BQQRiD08ssv44EHHmgOe/JdufPOO+UfF0/en8dpjAaYSWHB+6XAoB87IXgdeiuYn6PkqGn0eqgpdExeLVW0MKS7g45Ek5zjZ7JaBPhSyJzPRY40Z2Pb3nZ6Q0V8vJMlihI9S7y/K5WWsRWXoknbFCZNRUC9rfvz2pwHsXOB31eGC9sKoZMKYquzBt9f+X7zZc/pNRj3jJouYP+dI7vx+8+Xp/PIJ/Q5OcDVBcNHNtwStf6UFlvlYkJ3OBOQudClk5cTb+i4iBDQsVFKRQoKQiEBdpJ3oNe34Kche/w+rxM3L3sTF/QdCq1KJeCJJH1PzbwYw+wFIt2zrvp44sIHJ87DHz9fgRq/Fw69EQvO/gqC4RDeObgLv9m8rAtm1sl7yxfnXokean3Ku3YSQHI3HstbRS8GFwvOBQJyKQ5pKu/nXBGPgUYj1WdMXubmoD09OmUTkQxppOjW0StVXy+LIu/DuelTAUaNFjazWSgg+D4MGTJEABGPcVL412zFfmc96v0+TC7qCbfPC1dDlCoincaKRYbQmFPTGPRjRdVh6FRqDLDawaISfSgCdzfTL031OZXvDEO5DAMTcHnd7nY9piIpdooAACAASURBVJLLV1wsYdp0bZtqPzt6POcIAT3nNFUDyLNG7zA9ddloFFunIkE8PjiCsUYNcMlHL7a49WX9huPOEVPlvXKHgjh34b+z0bVufc0c4OqC4bl7zEycX9g3YcJhF3StU28pQr/MAfP5OsxLJrky+Q750PDjSo+A5Bw47Kg8Gk3OFP1Do/E4QkCjIw/7PY2gOoBo2kUieHz7atw+YopcY2NNOb614t2EtmHokWBte31ychoJL5g7oNkCV/QfiW8NmwhzGCmRfvboGdU1JL9Rc6FHk6xOLIeVUoXI+REIBqRyjflZ/D0XaS68Ss6PyOGYzZKrGK3khXhNk8nDVMAZw4GcW7xuYyiAP21diesGjcFAs11C1axm5hw22fOwx10vBTZLjx5AhdeFx6edhzEmR4fCrDSsiHojgv+3Yy0WHtkjPHRKu33UNFzcczC89d1LGiXVV4L5WqlylYltyNSewKuZal+ycTznpj0/X8i1GQoNNGlgEoBxI5uokjedPvGe1Gl0tpF7zOKh/+7fiid3tuSV++awifja0AlSVLS8skzyuk61lgNcXTDi3xg2Edf3Hp7ybr0Lupr1W9IjxUWOixVzStLZUfIDwA8rFzFWYCmub1ZwkU1bqcqKJsdGJVeUY7gI8+MUVkH4eEjCRw8E9RLNzNkCsKb6CL7dTaUisj5A3egG3xo+CVf2Hgp/Q2r5XKU9ShEmgAJzsKLhkdZs4fR+qgx62M1Rryu9YpwvlPmpqqiQfBWCeqXF5svQQ5Us8zurBAniCNYa3R6EtGo8uHkZlh09gDydAb+eOB8DrXbY1Fo01tbBXlSIJ79YLyLpLOowa3VYePb1cDZxaaUzPNzoQK9DmbsBv9y4FDsbjhWL6NRqmDQ6/GPWJXCE0G7InxsY2i0VGox0+pvuOemKMjMkx3yuZBQK0u1bR8+TYiSNRniz6NFiUntnNW5imfsaj8ne6nBgdW057lr74XHdYRRgenEfvH9oV2d1tdvdJwe4umBIvjdiCq7pOSQHuJpszzwL5cNRk0JOCoGWktCskALSm8EPkXDIqFTHLazMtZEE92AQPjXgDYdQYrKgtrpGjueHTKRMDAYc8bnx7z2b8er+bV0wS3K3bG0BerluGzwBrpgcvERWUnJNmMvSXoUsyRkXlu/Fub0Gg7l7bPRcSYixideOJCicXwQZCkM7563FbBZgkgzoUvJreG1uEH73+XK8vG9r82P8v+kXYKyjWKhL6FHj8VSoIFD8+671+Pawiah3u+BNEXQqN+C7Rl3QBzZ8gkVH9goJs9LO7z0Et4+cKgLgFfV10PlaEvgSKHKDwtCcIgsk+T3MjeykQphE4y2SXRo1jAajFLTwW9BWnlFb15KNmdXaXBQhcko+X5dR2/B7xG+TIg1kzbPBYmZeWlRtIJlQdiK7Jfo7baI16KEKR2TDEI9exZrvwLKqQ/jp+pb8hcq1KcM1wOaQ9I2tdceE3Vvfm1qIz8y6GG+W7RTP78nUcoCrC0bzR2Nm4MLCfqd8SLG16UtKS4TAMRnOLn6EHPn5UQ6kppDPsetFRD6Di2Bs9RYXSr3JBJ86gv/s3YIL+wxFL5NVGP+FvFKnQ1CjRkStkhDOG2U7sKshOzkQXTDtTvhbfnfEZFzTY0hKobTYRHXOh1hi4ViD2Aoc+MvOtfAGg7hlyHiUe50YZc6H1WRqJp8kWBH9zSZtVOb4EIDRa0VgRFCXLB8SE/ndkTBuWf4WDrtbCj1/fdgEXD9gjISHVDotXOEg9job8MiW5fj36ZchHAwJ+W46Ce1URnjp4I7jwj1X9huJ20dNlerptkKjzGvi8yoVmgrXHhdjes0Y0mLFZDbCWMlMXo4Nc/ZoF44FwRZ/TsQVFe/a9Lxz7sgzkoetCYGnMsbJ9DnRMXwGCf2GQvI8pBzhM9G7FMt1mOg6Hfm7Ygt+l5XweuviEHIdbmiswh2rP2jzVq/NuxpFaj0qgj78bsvyNjVo+1ry8LNxc/DrTcuwz1nXka53u3NzgKsLhuT/TTsfw/TWrFXodcEjZeSWZM1mQmsiri5+4LnIcQFNRvSVQEttNqIu4EeZuxEPblqCS/sNw9cGj5cqL+bJOCNB7GyowesHduDTipYCwhl5uNxFOmyBJ2dciGEGW0qAizdlPg4BNTmDYNTLgkXGegILBRyYmHeybwue+mK99PO0/FL8eco50Ks1khwcW/qu8DbFSvgonjRKRTEEGdu4cAvY1+tl8Sdwq0MINy57A3X+Y6THyjnkK3pi+gXY66zD33asFeFupU0o7IGLeg+VEntReojRkUzGwAZHHpZWHsQvNy5pPpzP+N5Z18EAlegBttUIuJQ8ttbHSPVfng1anR71NTWdBgZa94PJ3Fq1GjVZSBYnqOTYKyAuHSCXzBjFHqPkCzIETk8b798RipRU78/jeU+j2YyaqvhhS6vdju2uWnxv5fstlFFa3+v52ZeiRyS6aSFAW1ZxAM/s2oBtdZ0XDk3n+TN5Tg5wZdKaSV6LVYp5/nDS3DlJXvaEP4x5MhSFpbRKbBO5C1aNNVWPMWGZibCJQjjiijcaoNZp8edtq8RFrbQvDxqD24ZPltL6cp8b1y753wlvvxPtAYqNZlw3cIzkJZW5GlDr9wjQ+d/+7SJ0S+BR7/ei2ueRR1t0zvUINLQv6aNwv9EjoHiAuGjxX7XXjT9s/QzOoB93j5kFa1gFbxO/F0ODGp0WC8r34S/bVqPO78Gdo2fg8j7DoNdq4XK74WqMeqIImEgt0TrHh79Ts6qRIUiSaIZDIiUlFAukJGiavzzm/YO7cf+G+KGXZMZxaF4B7hs7G/0NVgS83mbB7kTnsu/kn2tNW8LrPTXrYsmPa8/D1RbgUu5LokuziQLRbnln+ezKe0sPSSZoCtp7Ro4jJZY6IkfT3vUJeqIalnrJBc124zeM84oby2xR6CR6Bm4m+M2NF7qkLWoQwuWLX0p0Gbx/1nVQu32y7nEeGskHp9ViReVB/HjdRwnPPxkOyAGuTh5FJsYuPu9GyStIJyTQyd3t1NspIqyUqlAaF1CSPIrMShOXFhfTZBJ1jXYb/nfoC/ESkCAytnEhoD7fjoZqvH5g+3F/79QHPwVvdmX/kfjhqGlSoapVqeEMBWV3bKI3UqVGQ8CHfAMrBNXCfUavhUGtQX0T+3w8k1E5QNXEAO/0eWHXRMV9WZRB5v/fbV6GQNMcosLDm2deKzl+yrzinHAUFuCvO9fhP3s2yy1+MX4uRtiLMMjqENBFoE9qBzYuHIqYNBdDJhMzd4jhHi7MSmIzj1PC5JILYzLh1lXvY1Pt0Q6P/IMTzsAFfYY2KTxEKyvZuBlpiwzVVpCPH6xdiPXVLWWIWD19Ya/BwvAfr7Xn4Yo9nnJHBD2s9iShbJi5kYD8jn1K1fskXh6TSTzfBHyKbZW8pth7p5son+pAkKuLxRXZ9DbxmcmALyHSdsYz1b6nejxBFal2jjobYImoBPhxDIwWC7xq4CfrP8LGmrbn8pSiXrh6wChMcZTCVVff4vYE5dwA3LryfayviS+LlWp/u/PxOcDVyaPD0tgbBowRt3uutbQAQz8EW8oOW8IUTSX4seGbZOzGj0SjOoKLFr2QzOG5YzrRAkxKf2bmJShGtHQ9XlNyrZRCBh5DAlIyatNbxKIHhgP5wSbo4TxpVAMXfxQd79H5xZhd0g/5OgOWVJRheVOYmB//bwydIOHDc3oOwvTCXnDXHZNyEUZ5sxHnfdhSeuSmoePx7aETRI+TXliFMoL3EioR9oci1wZDu3qN1oJ8PL17I57fHWXfzkSbUdIHd46cLvmIfq9XxI8paMxqWyZVMyTKRVIJgVkcdrx8cAf+b/ua425Phv8ZxX0ESMRqvPJA5kfx3VTC+ASezJ9MNm9LyfWKvUa8588vKhLGfiZoy/hrNALMyTFFXrTWG1U+J0EzwbBGq5GwZnVldr1P5FDjZtAb8IvOJucjN4Lsr5LnxDnB3yVbea0QjPK/sSAz217BtuYgQaWirMBnevXAdswr7QezWis8Wh+V78eft6+Syu622lcGjcVtI6cg4PU1h/BpFwLjkFEvHHBM82ARR5Uv/rcgE+9Id7lGDnB18khMLeqNh8afAU8rpN/J3eh2tyOtAz+adbW1kp/FRFXRqqOchPvYYpFsx632PKxvaD+JM9lr5Y7LvAWu6j8S3x8xRQoWUvUSsDJV8XII4GGYj6LQfh/mf/B8u5199Yyr0dtowbP7NuOJ7WuheHWYhK4sjKwK3Odz4Z61i1Dl8zTnpcwu7YtHJp8jlYv0uImHJRiUUKHoKDbphcbL7eGxBBx6iwnnfPDvZgWDeJ0ln1uh3iTHqFVAhTe5hei1edfAFghL4r7kyVgsErqhrZjoT48MwakSVrxz9UIJ58Q2jUqNawaMwreGjIdJqxMRb5Kj0iuleLjopWombfV6xftEbcja6ra1SJV7EDTTfvFyLxU6BoJEUsQQTFMiiaDc10bBg+JF5LkGEn9qNEID0xkJ5fxOST5gTLoDAShBCu9PugZhuA8cK+CJBYsKWSk9sFqtRiTDGL4OhKh+EGXG72ywxbkhXqemZ+PcVmvUWHB4D366bjEG2fJBAlMKTy88vCfhh+G5WZdgqL1QvNT0vZo1Oni8HgTUKrx7ePdJV4WYyCA5wJXIQln4+2cXfhU1laemtE9b5iykoGwkEhUqDodlcUi3wogfDH6AzTYbrl/6Wq7SMAtzuKOXvKDPEDwwbm6zt0I8V0ku2q3vzbGmLM2hgBs3LHuj3a6xNL2nwYwndm0Qyg+2W0dMweV9hyPQeCw/jPJMznAIFr0e96//uEUhxX2nzcYlfYeLF4UghICPHhhZfHU6SS6mp0wJ6UVFpvOiIFGlwrKjZfjB6uOlpE4v7YebB4/DuIJSeEi+CkhSPUHftvqqhFIor8+/BoUqnQDY1l4VJY+NAJGEngRjYb0W1y99HYdaVUk+NPFMnNN7UBRoivcuWiHHnwkmhfS16R0luFNCXwRSbenqKYNCuS2bxSIALrYamf2zkNIBEJCRqHCm9SALiTIlw9TqFmHijs7Tjp7Pseez0fPGWkcqG5BUl4CYIN0X8EvVKcesq6o7+Yys+Ob4KoDL4/MiGAqjPOTD33auxSfl+9Myxe8nn4XTS/ph8dH9+MnaRbBq9fjOiEmwafX42YZP0rrmiXxSDnB1wei9fea1sIaiWoK5FrUAFyNF/6t1cig/ArKoNslXKB/jWEkgLnAU5fVHIrJLJKkjK8Z+sPoD1DQlXeds3X0s0MNkxctzr5R8IWVsyZ2WSuiY5wkZqU6LTfVVeGjzMhzxtP9O/XrCPEwr6YMLF/6nhVj5TUPG4aZBp8EQieZmEVjIomgxI6BVC43CW2U7JUzH9ua8a2AJRkSPkJxEBDCKF4tAhXloSvI8wSR/pudFNgM2K+pDfqyrLhdKCBYGnNlzIIbbCqBuYphXPCHNc99oQE3Ai+d3b8aWukrsbqzBKEexSEqVe5z48ZiZGJZXKPJAnPdcPBn2pMdF7q8MPUNeILWYCl6fD7vc9bj50zePmxgMBRGQPjrlHIzLK4KB/dZFKzz5rpISIxYg2B12mIwmsR3BXmtKltgbKITEPI7HKwCO7iAN9UrpodOoxbPdVqJ4bI4cgRpjkKTRyJRgczbeFAJCZTx5fYLOzvDEJXoWfnf5/eRGl/xqNQ318Ls9YK7fd1e9L/Mt3Uai0+8Mn4T9rnrRnv3NplNb8iwHuNKdSR04b+n5N8NZU5t0bL8DtzrhT+VCxurFX/3qVyLue+jQIQwaNAi33HILbr75ZgGtEY0GVosZOrUGa2qO4HebP0Wl1w1nwH/CP//J+gBFBjOem30JwvXR0BFDTUwMTkYehzbhwmV25GFV1REsrTiANw7sSGiqy/uPwA9GTgP1AzbUVuB7K99rcc7Ewp6YVtwbl/UZJsDL43Q1CzsbzCbUBP1YVL4Pf966EnyHG6trUFhUKOBKQBZUAkIksdtohE1kgaIxTwI1L8GIRiXeK4brdEwo9wcEwDB8GHS1HzpkSDKkiYYHGwM+8RawyfWggo/M9U26isyHJODipoSglOCUOWb0HCucTvwbRYbfOrwLj21b1cIW5/YejC8PGI36oB+n5ZdI9aIoMjBURrBGio2YpuRb8lfMbeLiHY+JXNlcidenyRNNu2jIb9bEc8b+0fsl1wmFWlQc8jkI0mIJj/1BP+prTi6+poSTOckDJNyr10LHEKXb0wIkE2QxKZ+TtLG+Xmyu5E6K8oLFJGC8tQc0yVvLYZMKe+KOUdMwyJqPw55GXPXxK6mcftIdmwNcnTykY/NL8PDE+QjV57xbiUzPl56JuvPnz8cnnxzvfr766qvxj3/8A75IGG8c3Cn0Af/ctTHRZXN/7wYWuHnIOFzff7Ro9XGhdRQUSCgu2R0/9dqe3LUB/937edJPw1DZ7MJeonvoMupw1SfxP/6sSvzR6BkYZc2Xaj+hN7CYhL7CoNUKU/ajk8+Gyu0V7wz7z5wjAhvKQ7E6b3NDFb732XtgPtYPR03HnNJ+MGi0UWAVDArnVdibPnt5LIFrPDJXAhIRveaGJBIRgEIw27q6l+9YxGLEuQtbFgm8Pu9qFKiiDOfteaviGZ8Aku8tPTiJALRUwDXpVXLsJZm6id1f7t1UCUiwSVvz2p3JsJ705OqGBwphqdkM5upRFquPxtDsAWT+mVavg9frg8flavHeGSxmUep4aNMyvH3wiw492fOnX4p+WrOA5IjJgLcP7RKKnlO15QBXF4w85TuGmOzwNfH6dEEXTohb8kP88MMP49FHH22zv48//jhu/upX8dXlb7UrF3FCPPAp1MmHJ52JqbZiAQTC82MxoypJXiOTzYp1jVW4a01Ur42htJ+NO10Sc7+2/O02rTivxwDcPXIaNL4A6nQqXPPJq20eO7O4Ly7rPxwTHCWS5L2gYr9oGd46cgruXvMhhtuLcNfo6ZKXw0IPLihcxA4FvXj48+XYUFPeHH6kPuKcwt7NPF68aWfk61DGisUEUlXJ/ByNRrxFilQM+2y0WvBe5X78YctnLWxx/7g5OLvnQPHEJwuCYy/AMJ9wn7UKPcYew1CWok/JSkTJFG+ST2LfmMvFfiu0BLHgK9Ucr1Po1YoWSdgs2OWqx4baozjoasA9o2cIJYOexK2aaJhZr9LI5kPJpeN7aDCbsaW+UvIWGaruaHto4nxMsxaJp5XjvclZg+9+9m5HL3vCnp8DXF0wdPRy/XnyOXDV5tzg7Zm/R48e6Nu3b7skhpMmTcK7HyzAmYtz9A9dMJXTuiXBzD1jZsDgDcjHnhWqLKtPhluNXg+N3YqrPnm1OWQ8ubAn/jLtfIQRwZWLX25zoWCi/k9Gz4QmAqypO4rvrzo+cb31A/1nzuUYZLajMRTAN1e8g32uYxQSf5pyDibn90B9ba0AA+HxKirEJR+9hOqYEve7xszAZX2Hw1Xf0Klkxwr7PZ9JyQmj90ipqKT3zqtV43dbV2DJ0QPHjeXS825CsEnTMZ2BJuiyWa2y2LautlNoFQg8JezJEFYTdxkrQNkU0lT+TACWzPxIp58nyzncoAqY1uvwWtlO/HFrFEQL593IqXAGA/jk6AFsqjsqVbZDbAWYX9QXYWc0lE3FjZW1R3DvuvQJeVvb8vnTL8MAvUU8xfRSrnHV4O44wtYnyxgkeo4c4EpkoSz8nbkXlDmw+KNJo7l2vAW4SyPPDxeN9ho/3PsPHcSs957NmfEEsQBFku8dMxPOunoJH3EMGZZjInYyjUSJ62orWlT6MQeIifjt5ZtQFPfRKWdjeeUh/H3nWtT7fQlv95uJ8zG3pK8kn9/WipyRCetPzrwIpSqdhGqEDNKeB7Nejw8O7cHPNnzcfP3fTj4Lk21F8DZ23GuQsNNNBzB/h1WBpFRQKgCZS0auO5IJB/x+HPC5cF0bKgs3DD4NNw4YDV99S63HZO/P40R828bqQxWcjY3NIUaGMlkZx5BjLNExw6AKKKRnjUCR3wGCL9q4q9jWU3nmrjiWduPGZX3VEWxvrMajMR5LjuPXho7H91cuaEG2S23SK3oNhbchOr5KZfdrB7bjkSaw1pFnsZHk+9wbmmk6jI48PLNnE/6zJ/k0gI7cvzuemwNcXTQqZ/caJEznLEVPRqy5i7rZpbft3bu3JMy3V3k0evRovLV4ES5ZcmonY3bpQKV484FWBxiyGmKwiucjv7AAkVA4KV1M7pLr1BE8vmM1PjqyL8U7t3/4hIIeOKPnAKyuPITJxb0xzFaA0Y4iOenutYuwsvLQcRcYbMvHkzMugl1vkJCmOhyRiq9NNRW45dNjFBX/mHUxhhjzEspRZfKBCFKoT8qEaAkfkqizKdldaBTMZmysPYpvtBGG5Tj9c9YlaKiuEUAsepAGg3gS/R5v0kLdfCaGF0XgOhgUoEePBwEhf8fqTTYpnigoENUHeg2VAgABAsyV0+tQebSlTmUm7XUiX0u41fLzsayyDAsO7caiI3tbPA7zD2MJSqm0QN42cn2RE432JShnqJHj++M1i7C4vGPv128mzceUvBIRRCfZbpnXhRuXvX4im7nDfc8Brg6bMP0L/GLCGZhW0BOhhmhia661tAAXiPvuuw9PP/10m6b5+c9/jmFfugQPbV2RM98JZAGG974/ZBKCThfIaM2QYiLJFy7aDJf83xdr8eLerRl92vN7DcH9408XMEBqEbKcm41GkRh6N0Gi7wtzr0QfnQkhREQ7sczrxE/Xf4ydDceIQM/qNQj3jJ6JQENj1quTufgqbN6kYKA2aTzPEIFMwKjHfRs+xn5n3XH0Kef1Hoy7Rk6HOhAUcCZExJGIbBDJN0ZAFA4GBXglSo5XABXHkO81gbbo6ZmMqK6qFu+KJMU3McuTGkLRSpWcJK1WPF2k4Egnpyyjk6WbXkwJKQZ1Gnx9+du4ov9IjHeUYE1NuYCnSq+rBW3K07MuxiCLA95wEPl6E7yUrmriVdsXcOGmZcfThST76D8bNwdnlvYXYmOZezYzLsipfiAHuJKdQVk6buHZ1wNuT1IfrCx1odtelh8Q7oKnTp2KHTuOL/ufM2cOPlq8GJcu/K8sGLl24ljgK4PH4muDxslizp11vdsFv7NltVTs0zAhPaTTYPGR/Xh4y3KhQojXWGFY4XU1gwfK1JAuxBMKCHkoQcSs4r6g94YUIn/4fAU8oaBUE35v+GRc3m+EVG0RQKisZpzbSuIn3j1ZcUm5Lm0oDL3JhAc3LcW7caq7PjzneknYF9JQLkJNLV6VYSojKaHDpmpJnqfkk8kWrmkjp3iRYq/L+2qNUaBzyOOUHDXSTSit1GQFqxXJPq+w1Meezyo45gyR1NPr8bbLis7UAOrxScUnILQRBFcEb0yYJ/8TfyZxKpP9SSRLQKeEQnlfAq94+WCp2OpUOJaaom6EYVZpAH+ArkMYjQYEI2EpKvmi4Zis3KySvtjrrMMrZ1yF+uqaY2oLDgeWVR/C/etTy+camleI74+cgrGOYrhq6podCWq7DfeuXyzFJKdyywGuLh59yiTcPmIqfA2NnVK51MWPm/LtGXLgR/rOO+/Eiy++KFVtRUVFuOGGG/D7R36Pn6xZhPfKOla6nHKncidkxALfGzkFQ20Fknc1xJaPwdxts5JKr4fGaOAKK4syPSsNQT9+uXEJVlUdbr730DyG/IpBQfgJBaWYUdIXVR4XHAYzqrwuoXHQN3FkEXSJDAz5tZq4qHRmM3wI49yF/25xzdtGTMXIvAJJ4r7y41eEmLS9xnDinaNn4IzS/nIY+b0ofdK6XTtgNMhv5dAZ5J+nvkFykzQ2C/zUYYyo4HO5mhcpVmNSjFsvxKlqEYAWElM1M6JUwqulpnwMGcwpMdTEZaVU+PG9Ic8SwUx5efsLnc1hF7mVfc46oa9gTtxgW4Gw/7vqo7l2bTXm4AnPV5O+peKZij2eBTCKJ4z9U3i7ONYEt7FeMiWhXiFZjdUoDNCrFg4nJSOUkUl6Al5E4TcjOKVHMahVwx0OCRn0j1YvlA1GbPv+qKm4uvdwCeMqjWB6j88ZlxQ3nklIwnvP2FmwqLXIp2h8INi8qeDG2alT4/LFL4l6wqnccoCrG4z+/864CrZAJOflamMs+MKyEWjx48zwQnVjPX68eSnWVx/pBiOY60ImLMCckh4GM2qDPmFhf3n/VvjDIQEj/G+Zq0FuQyD156nnYXheAV0liDSJBjPXTwk30etDj0ks/QLzmZhArmgd6vNseKlsO576Yv1x3Z9c1EtysuIBp7aetdRoIfbBUY+rXXMwuZ8Jy/N7DBAP1Prao/jbznWi6zjAnAd1KAy/muSsR/HKvm34ypDTMKWgpzDDk02dzyQ0D1qtPC8BjBJy499ay+uQ44wAKpHsjvKe8b/0wNF+yYbvCGa5SPNcUk8oAI3jYDKboFZrUJWkoDTDoHqdTrxZrfM3CdDIKcbQYq61bwF6PekZfvqL9XGFypWzZ5b0wa/Hz4Or5hjg4rjtDrrwzRWJKRwoRv/i3CthC0c521pTnhD0feaswj1NNC6n8rjlAFc3GP0zevTH7yadJTuMXNVi+wPCD7uIAJtMuOnTN1q4x7vBUOa60AEL3DFqOq4bOBpb6yuFXLR1I2v1bSOmYHR+CVweN5z1UQCWbGOuGHODFIoCg9WK8pAHNyxtqb84yOrAnSOn4Xtx9A6TuRd3+71NNjgMRsmdqWpDfHpuaT9U+tzYWhetzqTXinqKU4t7wR0MYlxBCb61/B0p67979HTU1da1WWBDIMLKw8qmBPTYfgppKGWvvNmXviHDvbcJ1LI6kXI/5DEjCEu2UXWAHrt4njJ6xkzk+CKfVDgsgDARkEz2vifTcQRMdZoI3jz4RUIyaK1KjTfmXQO165hSAc+vUofxpVZcdeMLemBqUS/U+r0Yn18KhvBr/F4MsdjjI20H7gAAIABJREFU0hxxvBil2OyuFSLgU73lAFc3mQHfHDYRl/QaAo0nmruQa/EtoJD6Las8JJVqOZ3Ek2em8KNv8gVBpmu/KoIQRX4B1Ad8KDZaoGMFlc8vXo90ikxKSkoEsCh8TqKV6MiTsAk1DTPVnpt9GYbbCwUMMJH+L9tW4cV9iZP8SRdD2orheYWSfM98KlYQji/sgduHTYa7rr7NLrYHuHgSc6iYD5WKVmU69mDokJWIDGMyT4sM/KmSlAohql7fAjzyvY/1thFEUhCc84Mey+6soZiOHTtyDsO7pNz42qdvtaCBaOuaPxk7Gxf2HISGujoJDUe0WpiMBvxp2yq8HDNvKY1179jZcPm8AqJ1KrWEgjn3OMZ8nxTvFseH4uhWvREVXifuWbc4R0zNTdWYVx4/1cOqHZnbGT3343NvBHzR/IbcB+R400pZutWCtTXluHPNwozaPnexrrXANQNG4RuDx8PX5LWSCjomVJMRm5pvVqssuMlydbV+Gr5TBFz0bikJ6wy1vV++F7/atDTjDz/CUYQr+40Qlu91NeVJhSYLDSa8NPdKAZa+UBi//fxTKe+fXNQTj089XxLJqTcZr4mUj04bl62fz07qDYQjCStBO2IIhq9YvVhbXZ0WIOa9Oe6khiBVgTJOTMwngGBT9P44Lwi2mNOZZ7fD7XLJz7kWtaHBZsOftq3E//ZvS2iSLw8ag1uHTZbcQHpjK30ePL59FTbWVIhGKKlPvjlsEqYV9pTCFnknjQZE1BrRCiU5LoFXXmG+FFiQ6415Yq6gH0/v2oBdDbU5sNU0CjnAlXA6dt4BrBiZ33MgZhb3gVGlhjYc6VTens570tTuJGEEkwk+nRpP79qIV5L4iKR2h9zRXWmBPpY8/G36hTD4Am1yO4n8D8McSZKjtn4ekkL6/QQs0TAkwxyHQl7cuOwNBMPhrnz8FvcuNVkwobAn3j+4q/n39EBc0muwJPG3zoPi4srEeHrS3A2NcVMSFJLRbHq3mEOmUFC0FrZO1rgE1eyrVqdFRQzfFvPCLDYb3E5n1AMTiYhXS/GmMHeM/GDJ5ogl258T+Ti+K2qTAQ9uXpaQr47eWIYKXQH/cdqJQ/IK8Kcp56JAb4Q/4IfFaBIgZdKQ18sv2qDmQBghrQauSEi8xSxmISVKMsTCJ7KN0+l7DnClY7Usn8Ok4LN6DsLV/UeiF/lRGk9dni6CLbXVjJqgHwsO78Zzuzdl2fq5y3eWBUqMFmHAZqii0emCpx0PhSRfWywicJ1OKyopRmN9Q3NhCgEcgcqaqsP4ybpFqEuCdT6d+3b0HBJUvnXWtQiFwsLUrnh9CE60Op0AFOZMtZbOib2vklBPIBQvL6qjfVTOLyktQS21+TztV3XGux+9WCyKYQ4r/8V6+GM5uOKdS0BG71oukb6ldfjOHI74ccOyljmKyY43ufJuGjwOpQYzIiqg2udBb3Megk2FSz5EhGpljKMYe5x1uCnN+yTbn5PhuBzg6uaj+K/TL0dPjaF5MeLHh2W/yRANdvNHS9g9uq6tDjs+qSwTMdVcO3ksMLGwhygtFKi08Lk9CavhCJDMFkvcpPBkrMLFnPEPkoAq7w4XeUrfELgsryzDtvpqFBqMeO/gLmyKQ+vQ1n3mlvbHrNK+kvb+zBfrMyL6q9zr2dmXyoIWQQRHy6OVefQkGfR6+TkR3YNyHXqGGHoLxuSwJWO3VI6hF5GhvVRztngP0lKY6T1xOo8LDSo5SSwIiFc1GWXUL+yUooBU7NEdjs0rKsQjW1bgzbKdKXfnzflfgl2tg7NJFaBRCxQRfAHYUH0U+931+P3ny4WapTEQwAFXjgsxkZFzgCuRhbr479R/+++cy6Elj5BKJe50/uOiwZyF1iW4XdzdjN2eH1mjzYr/HdjRLMKasYvHXIg2nVLYEytj+J2ycZ/cNY9ZgDb/9+zLUQJNUtp4BN6c85KHBFXaXq7i4mLhrqqtOUb8yOReerrIMO8OBWHUaBFWq3DU65Lcq99u/rTNoWMY5q5R00E6CCO5sBCBTxURHTpqKWairbjgFpAqVLEBr+nxeoVLjMzryQIunieJ8xaLLJjxqhk72l8SlrJfqQIuxUPFvK22NpIcI4vZLCHn1l66PIcdJoMxJ3AdZwCZ81oWcOPWz94X8t9UGj3Qf5l2nmiFcpO/2VUj4teuQABvH0wdwKVy75P12BzgOgFG9oU5V6CHWi95C1x46D7nbt1sMiFInqKmcu94uz9W/CiNO0GlQqs7P7aESQxaPLJ1JZYc3Z/1rt4wcCye37s56/fJ3SBqgS8NHI2vDToN/gSiyPRAcTEmKGL+Euc+F/T2wmft2VgE0ZvCVhRMZtWe1WKRRZ6LfWwTqZk8G364eiFWVR2vochj/zvnCvTSGFqEv0QdwWbFYbcT1T43nti5Ti6biGGbixsZ8mPbJX2H4/7TZsuvlHdfqWDWGfQwGgzCb8VNFz1LyQo7k3aB/F+JpJRSna8sShAx6jYS+1tfj+NBACjVogYDqtuhjuCCT88ez2mdi8bfsyoyHpt+qs9wsh0v3r+SYlz98StSwJFKKzCY8I+ZF8Pg8Utaxy82LcWnFWWpXCJ3bCsL5ADXCTAlROh69Ay4a+tFSoNCoI0+L0xQQafRSnydOzyWYbNcNxZg8UOlfIiZjBoOR1rs8Lvj41Oa4m97NuLFvVu6Y/dyfeqgBV6eeyUKwuqEAIEhKobSPK7UvSZtdVEhziSAIeCqrqpq00vMZGy/Vo33D+8Wj9Uhd4PksSht+QW3oK6qOm6Yi8DLarOCbyOpS/L0RpS56vHSvq1YVlEmvyMNxA9GTcNIexFsOj3eObQLH5fvw9Si3vCFQrhj1DQhLGU1HgEhK/RKS0uFdoE8Vfx/qQ7Ly4Naq0E4FKVhSJRuILxcZrM8eyabwjjv8nra5UjjN0mAqZlSP1rxOlLHTyGkjdcnAjMWOsTz6CmeOwLxdBP2M2mH7nQtJTeO8+537Xhr2+rzwrO/AotKAxfCOPuDf3WnRzsh+5IDXCfIsD0wfi7mFfYRdfewUY+71i4CCVMv7TUErrp62fnxgxQvxKh8yHgMyRHVGjVqq2sS5s1kyzSKuG6869OzoLNacMaC57J1+9x1u9AClNghUDmaQGqGizcrz+qyQAZM0EJQoqFiQQLQwcTjsFYjx2o1GgkzMp+QHFkLz7keao+vTeBIolV6nvj+EWQQ6EQ0GkCjgo8M8cEgLCq1yKDwvTUy3KdWSSk+JWwKTRbxFhFQ0Xsj3orCKL9XbFhUGU56vslfxQ0WgVdbTSkYaCsnKt3pwe8L31/2I5ZtPvZ6PCa/sFBApNBcNCTndSEtBL2cpJxo3RQAJzI2oaCIYefaMQtwPCrCPly1+JWUpXW+NGA0RjqKsODQbqyoPJgzawctkANcHTRgZ53OZMX3zv6yuNNVNgt+uXkZ9jTW4u2zrkXl0YqUeG+Y+xFRpZ8Lk8wz28gLBCCoitK8UUOX/CwGnQ6egB/w+KKLHhcgitk2eebk4+mwY14OcCVj5hPymBfnXIHCcJQ0Md7imedwiGYgq/Ky4bEgGzoXfAKTZBd89lNAk82KiFaDep8XNrUW7nbY7lm1R3b4eOoRivZgeyTHDH+ynxR3VsJoBIAk/GyL4kGhZ2AJf0NdfdzvAq9B0EWQRxvwuegt47+ONgGEkTDqYmRiYq+pJO+nkkMmkkGkBKmsbHeTyOew2e3yjaG3n8ajDU5l9Q7aW20x47dblmPhod0dHd7c+R20QA5wddCAnXn6kzMuxChLPrwBP46E/bhh6et4cuZFGGKwwd2YPFM2P0zMt2AOB0EPSRPVWq0k5bPEPFnSVb7MWqMRgUgIhogKYbUawWAAPpcb9sIC+ZA/9Pmn2FVfgylFvaTyi2GVMfkl+MW4uaKB50VYwiZqj795cTUXOPCT9YuxsjJ+7kxn2jx3r8xaoJ/Fjv/OvUKoTpRQN8N8UjFosUTnoN/fQkg3sz2AhOW4CKebz0iwwtZeCIx/533o6UlWj1B5ToVVnR4b/lOY1O35DkkdYFJ6IqDIAgOtRgvmqsUCDnt+vlQ4Sj5cKIgqnwfuYAD9zTY0tgGSkrU/gRzBEYt5+F3hPRRxamWMGUokGKqJ46mKdx8lXMhvUjI5aqxGJegUoK5SRUW1A4GsyP+056lP1mbZPo5eUSo3NKjCuGP1B9jvbFutINt9yV0/xzR/Qs0BarT9eMxM9DVapXJpq7MGP9/wCf51+mUS2kjFG0BtNYvZIjtoMgyTEJIAiR9MfthaJxG3NpTZYUd90I8lFWVwBgPQq1UoNJgxIq8QfYzMXYlgY10FfrD6g7g2HmC1Y6A1XxiIWVL/vWGTEHJ5ZHEwWi34uOZwVhjAT6gBP8k6S2D9z9mXorfa0AxW8ux5orcXCofg8/rk96kClFTNpITesk2USe4vtzM1mgRHYYEAlfqa2mh4jgzr4bCEgviuppIYzudkGJPgh94rAgSGaRnm1BgN+PaKd/F5XYWY77Gp52GirTDphPe2bE5pH3qy2bjY81noxaOXLsJQqc/fgrS0vbHj+QzLksojGbDFa9F7GXu8kq+m0ajh8/kFgKbbCBpZESkc98ytU6kk5J0oZy7d+2XqPILWgF6Lcxb+O1OXzF0nTQvkPFxpGq4rT2M+1+mFvQXUvH14N/pa7BifVwhfQ2rSFopXgZVfyi6YO2p6GuKFLLjzJiALadXirbpt5fvHmYFM2fN7DMRuZy32Ntaisg3h3tYn3jJkPK7vPwqe+gZZaKx2uwinHnDldmRdOdeSubdDb4RdZ8D+dsaKwtP3jp2FYq1RNNtEbqagQBaudMlMk+lbW8cwIZ9elmyCO9JQEECmQpPAykiLyYTGunoBSKRDoJwPvUfpVBXyPAkrqdVyPeZBMb5PILStobqZrHJiYU88NGGebNw6AiC4uBvNJrganc0bwNY6iMmMG/vKfFPOk2SBsRJuFb3MGOoPRamCRRL0oKZKkMqNqEgLUcbGH5A5Q/sJ671KBWdDQ7cOW3JMVjmr8OO1i5Ixfe6YLFqgBeBiPUwPkwVHPKkt3FnsX+7ScSzQx5yH506/FIEGJww2K7698j3cd9osDDTZRf6iozkLykIYm6DKj5k1Lw+vle3AYVdDxhnfL+s3ArcPnwJXba08MSsxH9yyHB8d2ZubA93cAk/NvBiDbA5c8tGLcDI/L6Zd2m84LuozDENtDkS8Ue8GGxdBhtxS4ZHKpBlKe/QQLqruBrjEi5LvQCQckeo9Frj43Z6E4ctUbMPiGob2WAhwzgf/korJqweOxrW9hqJQZ4x6pNTq5nsScHBzxsZvSyKbMUeU1250OuFpGu9k+qfch/cnSSvBEUOyqTShEWkCVq1JWPkMVCsgnQbvwTxBes4UvU5GCAwmEzNOEQmF5TkZymReGvPd6B2LzbkjKKTuo3jyEEFVZVVC26TyLJk4lmBLazLhyS/W4fmcSkcmTNqhaxzn4WIVUSB8jFqgQ1fPnZxxCzB5/p2zroPT7YKn0QlLng1lfrdowj00cb7oMLpq6zr04vPDx49MJEYs2JbvwAdH9+HXm5Zl/Jl4wW8On4jrB4xBQ3WUlJJhxQWVB/D7LSuycr/cRTNnAdIaFBvNWHL0QIuLPjXjIowv7BGtjGoKM8UewN9nU9+vvSdkuC/bCdUElOnI6RA0BIw6VHhc2NlYh/N6DZT8qkRAJ9URNdtsqEYQmkAQn69dh1f/84IA4EGDBuGb3/oWBg0cKECDYbmtW7eKh2zs2LGS+0bg1V7CP0EdBY6rK5OjniAYYi6pqCGziCYcbpeXK9GzStjYoCd2khwuPgftR4BF7xT7R2+faDdqNPI3AifFG8ljuMnkMT6fF/V1x3va6eFiAYMSrk3FG5eo/5n4u3zHi4pw47LXsaM+V7mZCZt29Bq5kGJHLdgF5/920pmYXtQL8AXE/c+kyOU1R3Dvuo/w4IR5mF3UG96GxnY/iIm6LcmqVqssiNwBOoqKcNYHz0uCbbba22deC5M/JB9FfszqNMDVS17N1u1y182iBXRqNZaef7OExuItzDKnHA4Rjq6r6VyKEhFzdjhSyodKx1TphBSV+9gLC/HPvZvx1M51eHTKOZhgK4IrSQqFZPtKAEU73HrrrXj22WdbnDZ9+nQsWrQI9957Lx577LHmvxGE3H///fj2t78tHrC2QJck0NvtcaV64vVPIWNlMUAm1TMUSadorqpagCIpM2IrMklToW6qQiUNh1JBSvuwOrL1pkDCnfkOaFRq+Fjg0RQiJ8CmuHom+5/sWMY7zprvwGsHv8Bj21Z25DK5czNogRzgyqAxO/NS5/UejOsGjEEfsw26UBgqnQ6/27oCb5ftxGNTz8X4/NIOebq4IHLB4IeJHyFWHc5691lxnWerXdBnKO4ZM1PyuHhfU74Df96xGm8c2CG3ZIjh1pFT8Lcda4UYMte6pwUmF/bEj8fOgkOtg68hfvUs5xcrZV1ut3hQWB2bLEN5R5+aeYrMM6L3hZ6MbLWOAC7mSn7ursN3P3tXuvf6vGtgD6syGlqk3Z955hncc889x5lg3br/z951QMdVXds9vc+oN/feezeuGJtmeiABAqGmkJ5AGqRXEkISfgJJgBASaoBQQ8fGYGNsXHHvvcjq0mh6+Wuf0RMjeTRdsmzNXYsFSO/dct7Vu+eds8/e68TRevTRR2Oa56677hJHLVahDj/WSKxK9nc6UImqOTkAHRijwRiXiDbT50RHyeawQ6/VSTSr2euR4iN9S7qUeyHE94w6EmVjSlcVOpmRP7+oCAG/T8TQoxtpPLwez0lakJnOO537GTHU2205ep10jNeJ9+Qcrk40bld0PbesH34w+iwYAiHs9btw04qXYNMZ8OL8q+BtaMwoysXUBr/whPRRrcZDu9bjby1SJZ21tnsmn4NJjhI0NzTCUVyIq959rhVTONhWgAdnLsaF7zzZqZG2zlpbT+mXkUpbSNVKL8KKWLvVJtVrPNR42PFIUzT9IqmZSIqnoQPeqmzaTgDQ4XDCStxMx6TDxRRVMg5H+7EiUeVC3LHmbZFTIfv87yYtQFNLyj3TufF+zm/EiBE4eLBtKviSSy7BN77xDcyfPz/uMIzm8MOoPcielYV0PIh/iuXQxqJT4J6gw5Ku+HWq9lCIoumYECfHzUgiWr1eJ45UR1WRkehWvkRlo6N77I/RNNok26nfVNfG68mD+ODeDXhsT06yLB37ddY9OYersyzbhf0+MutiDDU5UBfw4ddbPpAX9IMzL8JQax7CPn/GX1xKxdD3N76Ld4/t79SVmbU60agr1hpQFfDi8qX/QTAcRrnZBr1agzqvG41+b6fOIdd5+hb4/NCJuKb/KDijOJ3yCCwOh8X54AEXnc5RDmseuExBUR+UP0unIi/ZWdPBI16IEbVk6QaS7Tv6ukwiXOyH6b51jdX42upINfCfp52PMdYCNCWpVRhvzsL4np8vWKb27Ve/+pU8q1/84hdxl/3Ms89i/nnnCi+gQa0RzKc2DIlY0tmS6kRVRNSb2ODmgA8WfYS3L9DUfFLqjc9fp9cJaWo8fFg6zyLePbSBVq8X7jdWr/JjIDpyFx15pVPI/cvKUaXJB4PNJrizWAoA2Z5vov44l6qQH9ctf0EwcedWDJSP1hyvYSLLdf7vcw5X59u400dgmu0zfYaLiPWRcIQQle26QWPw1eFTM5ZHIealUafGp5Y92+lr4QCTCytwdnl/UaTfWh8B3T488yL0tthxbo5LpkueQbqD/HLifJyVXwFn1IHEqjsEQ3HJOplC40HNRueLeoHkU8qEoiDeGggmDnGMpsywjvHGyNThYt92iXK9g1XVh1FmsuLJ2ZeiuTZ9LillvrRxRUVFa/Vh9Dr++Mc/Yt++fW2wW7HWef/f/466KcPw7tF9KDSYcHm/ETBrdMgzGCWytc9Zj0KjGauqDgvx8ZJj+0EKkSH2Qpxd3Ad+58kYMJEeo4RPFK1Dunsx2fsEYK/TSXSK2DNG9YktZNiLRLPEfClRSuK0+N8kd1UaueQMekPKFZXJzi+V65guh1GPL334KrbVV+OusbNxXsVAeENBfOa9/yZN05PKmLlrk7dAzuFK3lbd9kpWLjIVN8DsgEarxsuHd+HuTR/IfH89aQHmlvaFqzF9mRS+kA76XLj2/edPmQ3+Mv189DHbhXog17qnBa4fNA6fHzoB7samNo5SMg6X4H4o39Kibcj/pxPGSEO6jPDxrETnTm82wajVweXxCDdYthsPZ0aKklVuiDU+bVAV9uOG5S+JfuNfp1+AYdZ8YerPNApEG9xwww149dUITkxpxGaNHz8et9xyS1yTvLd6FR73VmJFu+rURHbMN5hw39Rz0VcbiWYysqU0OoJur7eNw56ov0x/z/cb9x5JZZV0IOfBSBF/Tt4uPgdJP6rVJzlWBPyz0pGRLz7rUwWa5zq2uOrw3IHteOvoXkwtqsDvJy+UvVKnBa5alitAynSvZHp/zuHK1ILd6P47Rs/EpX2GSkj8uYPb8fstH8rsZhT3xu2jpsMRaBsqT3bq/Gr6b+Ve3LdtdbK3ZP06k0YLo0aLOt/J+ntZHyzXYcoWsOn0ePWcqxFweU7CLAmPEdMwcarseLCRIymaBJUHnBzGKpWkezrrICM7ebAl2tWew45OCX+WztjZiHDxQRCk/cVVr2JT3QmQg+/6wWMxr6Qv/A2xMVLJPjw6tXQyRo8e3QZr1adPH+zduxeDBw/GgQMHYnY3Z84cvPK//+GN4/vw043vJTtk63WTCitw55izUGG2Cn6KRRNs0ZGjlDvN4AY6xwrdBbuhbehwMdJFLjG+A+mExUpDW+iYtZDLMvqVDGaPWYNM+RKjnVTyMR73u0VYnZFFtidmX4YKjUEKAZ44ugMP7VyfgYVyt2bDAjmHKxtW7EZ93DVuNs4rH4htDdW4deX/Wmc2q6QP7hozCyqXJ2WRWn7d/XX/x3hi7+ZOWelwRxEW9xmCkfYiAcPnG4zwBINYU3MMj+7ZmAPId4rVs9vp/dPPxzCTQ7jhlEZsC6lFiAFk6Xy89CAPIKaTYokasw+b1Sp4q2xXMpISgGLHTGEySsED1u/1yuGqMxigURPgr4LH6xXcTiqA6Gw5XKZ8Bx7YuR7PHtjaatsfj5uD2fnl8DgjRLLpNjqUBM2T5mHNmjWt3bA6kY7Yeeedd1JEhz9/4403JAUc0qjxz72b8MjuDSlPwaTR4UvDJuGyPkNFf5XRo1RY+VMeMM4NxSXFcLvc4vBxL9Lh4v5loYff54NOrxdlgniOt6MgHwadXvZJrOpN/h1w/whZqlote0wpLkhlXynLUNQDdFYz3jq2H7/a9AlHImlZXj770wjUN8FaWIDbVr0mMmq5dmotkHO4Tq39O2X0mwaPx/ITh7CzsS3Z3acHjMKNA8ci0JC80DUnyPLiV47t6ZQI123DJuPqAaMEEE+cAb92gx6PvIxE9y0cxBtH9+KNo3vwcW1lp9gr12lmFiAg+v3zP4f6mto2BxIPLUYGkpFSEeLLgoIOiVAjDpkDoVBY8D3pHFDRq+RHBKNqbpbxNzW19kcnQkgxCfYOBsXZ4EHJ6JvZaExJ9DpbDhfn49ep8efta/BCC0UKdVX/MvU8NGcoOE2bsH/an4UKXC8jXIqz7PN6Bcu1atUqscM555yDL33pS3It02ck12RF3I83LsM7aapCUNbrkj5DUGqyoSlKbJt9Z5o2TXZnMx0HqZKtE5ULrU4LNVUTyUjf4ijVtKS7O+pTodLhR4HicNG5YiEAdYGIayO7PZ134sK4//QGPQKBYNKYtcLiYhmewuMNPjfUKjVWVR9t42wp83tqzuXoY7JhRfVhfCcn65PsVujU63IOV6eat/t1/r8FV8PkD6b0JckX8hNHdwr/VbrNoNHE5M568exPg/qLuxpr8dyBbZhW1BsLyvuj0eOGhoMFgnIYqHRa0W989sC2hC/2iYVl2FRXlVNMSPdhpXjffVPPwwRHkVA6RLf2uKxE3ZaXl+PYsWNxLyOzt9lsgqs5PWyUkJ7m50dkWzoA5fOgV0hBo53FyAFpEFkcOiKJsGXkGSP1heI0xNIUVASelUW3//820QyNRpQXnt63BRQCf++8G1BfnT0uMdqGc+R8lUpS/ozrpbPAtdBhYMosOtLD9wM5w7686rVEjzjm778yfAqu7j8SnmaXOCoKy7vZZoWzofMKJzgZrpfPlWNSQ7bZ54XFYMADO9eh1GjBJRWDJeLV4GxKGE1kX0yfkyy/saFR+qZjL7YLh1HTot0Z/YxJmWKz2uRDg04ubc9/ouk0+BHA/ehShdHs86A24MNDuzckrDrke/WaAaPx+N7NOOHJLBKa1oPN3XSSBXIOVw/bFOdWDMI3R0xBoCF5vUxGKWpVQVy+9JmkrTXIlg/q6I3NL0E/Sx7IJciy6RcO7cJ9UczHvcw2HHE14eGZF6OX2YrLlj4jLywWAlw/aAzmlPaDXW+Ay+2GJgyoDXrsdtbh4V0bsKOhOmbVzQ2DxuKp/VvhCQaSnm/uwvQtsGbxLa0OvOJU8FCh46LRalB1IrlUBnE0jJxE00bEmhUdAB5kJKZkmifZRhoE3tvQ1CSao/GawgvFaFr7KIuknKxWIcxkmrS+A8A9aR34saCkyWLhdtpHcXjoKqnX6P/mXHnwvnvioIgQkwR45QU3ofrEiU4lb1VsxLWEEBY5pOgmGotmI36+ablE1dNp/Bh7cMZiVGiNrU4NI05+rRpqb+a0Nh3NifY12qzY46zHQGseKt3NWHbiAI65mvHcga1gFJHyVOQgZHQrmWibgO3tdljM5tbnQsecWESmGtun1YUPrCXaWu1xQqfWRtLbYUCrUiOkUaHB78Ouxhq8c3w/3jiyJx0T5+7pJhbIOVzd5EF01TTOLh+A746cLoDbVJq1IB8P7UmOSK/EaMFbRl31AAAgAElEQVQ/Zi5GgdYguBtFd41fwvWqEC6JUWlYbLSI8LE7eLJ00Oj8EtwzcQFsaq28sPiSJ3ZkZc1R7GqqxcM5MGgqjzKr15KM9ul5V4iTpIgeK+k+fqXz+SdL7cDoAMHryeC0eLDRgeKBpVQ2drQwBR/mD/jhbEy+ioz4LhKkdkRRoDhe3I/koGovtEyngfPsyCFL9UHQQWjQqlrpWX5HkmBbEVxRuLlU+0z2evJTMfXaHptkLyzAa0f34NebViTbVczrLFodGCkdasuPUDKoVVhWeQiziyrgrm/L6J7RQFE3W/IduH/Xejyz/xNsXHTfVp0eSxZdh1AwmHCPRd/H9xyju9z3jAoykkr5NbvZIh8J3ONKdFSpxn3z8B7cu22VcAx+dcQUXNlnOA64G6XwaWNtZe7jMVsP/RT30+0drq+PmCZYpNeO7D7Fpjozhv/TlHMxnuSJTak5XDw8PBoVPvv+8/IlGK9d2ncYvjFsKpx1da2XyZdfQb58CbNkOdU2Nr8UV/YfiRlFFUKayMOO/2j0OiyrPIjvrX0HrJQj7iIQDkLPikZvpPIp1zrXAnzexOKFna6E0al4MyGDt8KNlcyM6egIazzC8Hq8MasgBZNltyet6Rc9Lh0c9s8oWryoG6NmZqtFQPecBx1GBXhNpzNbDpcw9NstuOCdp2Sa/Ei5b8q56G20CPaosxrtTBZ1ClsrqS6umWDt7Q01+EJUcU6mc7h16ET5+31k10ZcO3AMbh44Fq4YwtGZjsPnA4sR3/zoLWyJAyY/v9dgAfbbgkhYfSgE0Q5S8xB7FiFBVT4++DsZk5FKi0WcMKZlbXl5+NWWD/Dq4V2tS5pZ0gf3TlmIWq8bV7/3XzT4ckTPmT7v7nJ/t3a4SKT37ZHT5Ivn4d0b8K89H3cXu52287h91AxcVDEITe3wNsksyOqwY6erAZ9P8IK9Z/JCTHQUwxWlNcbDi+SpV7ybOC1p0eqFlbp9u5ucYmX9JI1I6gtWOTEiRtDo/ds/wtNzrxDwPX9m0xrgD4fwUfVR3L7mrWSWl7smAws8P/8qmNzp0ScowzJNyBRbImxU9DRFYNhoFBwOFQkUWgnl8OMhR4cnHUZ5oaXIc4jmYjIt4nhZodWoBczMCrdo0sxk+kh0TWlZGaa88lDrZUwtktxyDgXrU4xaJxpLIohajWgPOpubxUlQmtlmw8qG47hz3dJE3aT9+19OPBvzCnultB8SDcb9xTQiY0+P7vkYT+5LXHm9sGIgvjh0Ego1+pj8YAp2iw630+1GyO8XJ1+RKYpORXI/kUyV0a+AClhddxzfWfN267Q51g/Hzm6NFj+1bwse2Jk+djaRPXK/P9kCLALys4CrE1q3drj6WhxyiBKu+d8D23HPlpWdYIKe1yVJB8fllSDg9qR0EPHFErAY8dutH2JF5aGYQtZMWX5/9EzA5WmTSmKkYYfPKQzIidrDMxbj5pWvnHSZRqVGMExWmdjt5xPmYU5euRy+fKER3Ks1mxDUqPGf/Vvx9P4tkrbMtexagAzoj8++FKHm5NOHsWZArCAdc4KLU208SBmFYQpH0Wr0+v2C1Uo2pdl+TO4jYrWqq5LDoCn3M6VEtvJYFBeprqv99bbCAtz0wcvY09Q2ovXvWZein94cl+ss3tgidqzXS7qeMjfELXl9Pkl/kSohuipUYWP/x76PBUvZWY1V1V/oPxauFKPxHc2HDjH5ql4+vBN/3LIKvhQOVfKfPTPvU2hubDwprUp8GysZSX2iFBMw0iV4waiKxdY9yg+D2lpY8vMw+7V/tk6XY/zjrIuEuod7Vu+w4eE9G/F0BynPzrJ7T+93VF6JUGhEykSy27q1w8WljnAUwa4zYFX1keyuvIf3xkjR14ZPQZHWgKYUQvZS0WPUCwEpXwTNAT/GF5RhTH6xAN3ZtF5/mypIq90OvdGAh3etT+oFHcuxmlXaF18aOgknvM34x64NQgLJlq834qGZiyW6wahCmcEMrVoFj9sj2DEeIMphsqTyAP5v22p8d/RMVHqaRd/tJxuWYYA1Dw1+Lxp8HiFX5ZpyLTUL/Hn6+RhtdGREXEk8i9liThpk336GSlUkIwqpRMk6WikdQJ1Bj7oUBaMjYtz2lB21ZCxutlvhUgF3rX8XG2qPt95C5+TLQyaiMQWaCEawFPZ0pgoJ1ua/DXq94NFigcT54WSyWbHs+AH8fsvKTpWKuW7QWNwwYAzcKbyfOrKhUHs47Hhy/1b8dccnfGPJ2JzX8F1BZ6hCY4S7XcEF8W0Kn1Z0f6xSJdkvnTBJH9psYl/uKZ1GC184hC9/+Bo21kXobirMNjwz9wrhJFPpddjWVCv8Wem2IqMZPxwzW+SV1tUckywR33G5Ft8C5N3rDGeLo3Z7hyu3OTrPAg69AfdOXoTeZhvUYUgo3O9KDvckHEYalTgoBqjkhcKvMn7FKZp4nDm/mvmS2dpYgzvXLZGKxHTabcMn4/qBY+VWiuF+aeWr+LiuUpi3H59zmVT0eEMBkPBPr9JE0ks+t7AuV3vdyNcZ8MyBbajxuvHorEsEvKpSq3Dbh6+KDty6muNgKvNvUxbhwi7SjEzHDt31npuHTMD1vYenjA2MXg/3ClMu1UlWNcayBaMN3G/JAO8T2ZJRirBKlbLsT2c6XJyzSM5YzPju2iVYGsV9Rd6lXjpTUmsnu77P74PX7WmlYlDsQQdCSYcpP1PoIXwaFf5vxxq82MIHlsiGmfyef8srL7wJlccrM6rE5PvIpVXJOyg6fZfq3AbZCnDflEUIN7atcKUtY6WOC4uL5L1InUUWVTBDQCxEU2MTDEYjNBo1mkMBfGXV66J7yHZZv+G4tM8wvH/iYMbM8Bf0How7RkwHfH5ojQZsbqhOKsOQql1y1ydvgZzDlbytztgrGUVkWujWIRNQojMi7PWlnYYh0R9fziyF5wuGYXUCjl+v3I+fbliWkQ3P6zUYQ+wFOOBswEuHdrTpi46fQgNBcP1IR1GHkiMTC8uFx8iq1WNN7TF8Y9gUAfOz/Xz8XPkKJuD+mDt56oyMFnYG3PzXGRdijLUgo8iSknJJhii1I5Nl0+FiBIhRnniSRLHm0ZkOF6NuRrNJ2O+3NFThphUvt07hsr7DQU4rrT+AsFYL0i0wvSoHfQsXFNfD9JfX5z2J4kHpSMagrmVVVeReSt047Piw9jg+qj4iXHhd1ehElqp0CQHrHc3HYLGgEUFJzUUD09Od/4tnXwVbAG0i+ExlK9WySupV4XsLBANiZ0Zf+RFA54+OPP/b2hLxogzbbzdHtG+z2X4zaQFmF1TI3yTfw9v8zfhqBhGzbM6tp/aVFYcr+rDrqYY8U9b9h6mLMMpRLNgNYyhC2hhLpiIWiSNtwDA6ibTIOcNIA/lnGrxu/GH7R6dFpen04t7oa7ZjVnEvfC0Htk96Wy8993poW0hq6WAznZsqUJ3OQVlZWULy03iT4uGXrZQi50L8Uqr6fp3lcNEB1Op0Ek3hB01xaalUDZM0WGmfHzoRn+k3EnaDURxFxQGgMyvEphqNIFPqamriRo34d0w7NgX9MOv02Fx3Al9MAn+Z9IZJ8kJKGM11lKVE1Kx0TSfHrVPj5hUvZ+XjqcBgAomja05E4AxMU1rzHGIng1YX2Xe1nzyLjpjyi0tKhGKD0S/KWTEa/8axvfhZGpqU8cz428nn4Kz8cnG4OFeVzYyLlzwdk4A6yceRuyxDC2TF4WLo10/ulFw7Yyzw9ZHTJOpFXpw8lRYhX+QQFUZmsxkqox4evx+msKr1QBIwLYGpJG/0++BxueUrjs4ZRVU/rDqMep9HMFMkM51e3AtP7t0i3DPdqRUZLPjJuNlCgvjM/q77mu9ONkhlLtcPGouvkBaC6d5AQFK1WmJUfL6UI14FRUVQtbBypzIH5Vqmw8gCn2pUqv1YlBli+idV/Bb76SyHixWKTPUplC6U3Pr1tpVYemx/m+m/sfAa+btsT1KarD1NAvo34tXDuyUqtD4KK5ZsH9m67qfj52JeUR+R/IluIv2l10sET8FIKb8XyhiLGSGVCg/tXp81DVjSVBBH6iKvlskEq9mM9ysPYogtHwZvQN51BM4nIu4VNno6vZQREtyiBb5AADuaatpELDOx4ezSfvjBmLNg8AXkg5mRX2YZsu3UZTLHnnhvVhyunmi4nrJmCktf0W84JhSUobfFDj+/egM+/HXnOrj8Pnx+6CQUa/RSvcPDjlgFJcJBRytSJq+RlEYgHJIqQSOpG/x+6FhGHfDhj9tW493KAxHCw27SJhSUw6Ez4N3KtodZN5lep0+DB0KyNTq/mbwAZxVUoCEKsC0VhyYjQoGg0DIwDRYOhsRhVziJ6JCxEbitHFIms1nEgpPFYLEv7jMevHR0KDjN6E0mWouFhYWtKaJoiZVkjM5DlyzjjHYkImRNpr/oaxhxY59KJRwP0bWNVUKOebD5Ewb45+ZdCUcgHDMynWhMkZExm3DDipewt10lZKJ7O+P3JD1+cOZiKQZQ9gj3Fte+fft2+dgbOnSo/E6elV4HlVaLV4/sxpN7N+OoOz3MaEdr+cbIaVjcawiqvS58edXrqPG68Kep52KirUg+RBNJU7FfBatI9QyS1ubl50Gj0cLp9eC92qP4eRYiXfPK+uOnY+egmX97FguOBj34y/aPsPLE4c54TLk+k7RAzuFK0lC5y4BykxU2neEkUeyfjZ+HOSV9hANL4UGivXgIMmTOQ5HSGHwh8nBUtMWUNIfJasUxdxOuePfZbmNmyhItLBuAr65+PWnHo9tMPsOJDLbn455J5+DGFS9LNWq8Vmay4Ll5V6G5oUEiWtGNDpDVboOKkkzEEwHCTSWafC3i0Ly+feqFh2hHaWySo9KBZ1+iSdcyoLKnmG5LNZXZfs7EIbJsP1U6Ca6DkTGmi2iLTJy+9janE6giq34Lrop9c/3kLqsJ+/GLjcuxpuao3Pb7yQsxwZyfVBqOfQgVhMEArUEnpMZPH9iKZ7tRZJdOzmXlg9HU0CCUL2+++SbuuOMOIWJV2vXXX4+HHnpIKoznvfZoXPqYDP88YNbqhGRZIYBWIrw+vx/1SRLQRqe++X7kvmF0TGsx4Ztr3xZ2+UxaP6sDT8y+DM76BqhNRjyybxOeSIJzLJMx072X74Ifjz4LP960/Ix/1+YcrnR3Se6+NhbgV+i4/FLBMChfolJ2rteLMGv7JhxHNis0ao1ExVzBAOa98a9uY1UKvz495wrcHIPzqNtMshMnsqB8QEKRcA5PzNuvJ8xDc23blI8yNWFrz8uTw58OTHunLJklKPxcdAwUbijuH/KspYqvSjQeo7QetzvlfuXjIp+aoeqU9B0TzUf5vRIxDPj84nTQcSUgm8SnzH0yeryhrlIq3ggHuLzXkITkxnQQTXYbmkNBLD9xEC8c3IFtDcmRvCY772xcR6kwcmBpAkG89NJLoHMVqy1cuBAvvPgiFr31uNC8dFX77KAxoCKK6Gp24HDx74DpQ35wKv8wCiqccfIMARaL0NlfUXsUd0SRoaa7DrLVTy6sgMofQGXQK4ocdOTeqzyQbpeddp9Jq4U7cOZr3+Ycrk7bQj2v4++NPguX9x+BJo8LBrVWxH2pQ8bohgIoFTZuiwU6bQTjQ5JLVu182FCZlZdMNq3+xykL8c89m9rwHWWz/zOlr//MvQJlGoNEdGI5QEXFRSJ5k6qcFO1DZ417hiSmzS2RI/6cwGOmHmPJ5kiVndEoWDLysaUyLkv8yaieapSMUQpGobh+OoLZbuxbIoGMEAaDYmvOUcSPbTaEwiEwIb+86jCe3b8Vvxo/H54Y/FVKVKwu6Bf7PHtwOx7dvTHb0816f4xy3ThsIioqKsQx6ag9/fTTODC8Av/a1bVrWnLudbBodGh2uU4SRqejxT2pQC0U/Bn3DPcKnTH+N9fFfesxaLG4Rb4pE0MycvTKgqthV2kArUaocwLhMJYe3yc8brnW9RbIOVxdb/MzekSS1I4tKMVZxX0wv6wfdCo1LBot1Bo1fD6/vFwIaqazpRxM1rw8PH9kJ/60bXW3sQ3TBj8bNwe3r30Hg235GOYowv+i9M66zUS7wUT+NPU8nFXSW2bCSFZ7wLqFuCaTCSdaqruSmTIPKbK8szFq0D4yxgOMeC+mYaJ/R+4jEucqBR56g17AaMQHBkIB/oc4YKJ5p9NJhEhSk6GQ0CXw36yyjY7UJjNf4ne4zqo4zkAy/XR0TX5RIYI+f4fFAHS6SC5MB+z1I3sxIb8EGqe7NY1vsFmg0epQ73WjPuDDH7Z8iK0N1Z0mYZLJWmPde/PQiVgAK8aOjXDxddSuvvpq3H73L/G51YkVLbI5x5+Mn4sFJX2lWrG2qQk2m1VkfvxNThQWF8Mfo5CDWC7uU+4/Fos4Gxsjkj52Cxa9+XjG02PR06NnXSJSU+trjqGfNQ+FehNI9PHDjcsE8H+q232TF+H5wzux9HjPwMrmHK5TvePO8PHH5Jfi6gGjoNOoMae4L9xeD5xRGotcvtpqxh92rklL1DqW+QgYZUUkebkIumVJe6qNVCfnlPfHK4d3Y0xeCYY6CvDcge2pdtMjrmc6eXx+qayVhLJMbzG1Fm5h2KYTxggNwd4KA3w0UD6WkfILC8D0GaM4Cki8/XX2vDyYWqJfjXV14mywAizaWeLPDGaTVE2y+pGyNXo6VtQ5bG6WvnkNna2APzIewelBprmbm5OOVhGDo9VpUVWZ+l5LtEkY5eOHCnFl8SrgeB3TjXwGjX4fzBqNFLl4QkGsqT2Ov+9cB3fAjyqvK9GQ3e73c8r647PqAsycOTPu3BYvXowf/N8f8Pm1b3TpGvih+frCa0B0odvnwTtVh3F+xSB4vB6Y+JEZJ8LLvwXuH0IvGOkKWowi36RgxNJdCD8a/zPnChQbTLhr4zJ5v1Kn8cLeQ6Qy/G8710nR0htH9qQ7RMb3lZqsOOF2nvHYLcVQOYcr4y2T6yBZC/xo3BzMK+4DV7tUhzHfgZcO78J9WYhwfWXEFFzZdzhqfR4Bff95yrn4977N+FT/EXD7vPj6mrcTyjYwFP/7Sefg+xvelQMq1+Jb4HtjZuJT/UbKQc/oJZ0CHvw8SPgzRoxYkcpGLUySdjKyRGB8rJSgAhBXCi3ijc5IF6NhEqWiPI3fL45JR03BzIguaAeYkfzCQnHKKHVTm6Suo6QUi4okGpcq2F6ZK23GSBXtpaQ1+TNG4xg1pOOaqJWUliAcCku68I2j+wSvQxUFVtPFa30sdgy2FYjYOw/h7tbun7QIw8wOlJZGHPuO2ve//30Mv+4K/G7rh12+hFUX3gyEWYkL3LbqdZSaLWCV95X9RkAVCkvhUPum6HVy7/L34lhrgU8vey4r8//huNmYWdwbX139Bna38LXNKO6NO8fOQpHOiFq/Fzd+8FLGzl1WJtsDOsk5XD3gIXenJd4z+RxMzS+TcmjlwNPYrbh2xYuo9SYnK9R+PZ/qN0Lkfi7uPQTD7IXQa7RCdEiR2hsGjsW+5ga4/AH87ONlONTcmJQ5epntOO5uEsxMriW2wJ1jZ2NRxUDA6xNyTurx0fFQIlrEHxGfQqkcpjSIQSKFQnu8FJ0LHjpM+yXCUUlVIKsWtVrBTolcilqdUuoy1srowNHxYZQrFQFqRinoyMU6WBNbECguLhZnixjq6qpqsVFRSbFE+mI5pu37FDoLjUaIUdVmE85/63G4gycDkelYHXU14aoBI3HC7cLcsr6YX95fnON7t67qUib5ZOzyrRHTYNy+H31Ly3H//ffjiSee6PC2Q0eP4K6dq7C2OlKx2ZXtpbM/LXqIxNJNfeWh1qGp9/rKgs+IRmK002zLc8BoMAomT6EQ4c/WNpzAtz56K6tT/+rwqTi7vD8a/B7csPwlLKgYgNtHTBeC3IveeSrtd29WJ9kDOss5XD3gIXe3JVKug+SnSnUOXZorlz2Dg87knCFlPRf1GYpbB4+HQ2+CL+CHRacXygAeuo0+T+Rg90S+1skJRS21Wz54BaPyiiWkHu18zSntB3fQj3yDEW8e2Sv3DLLlY0834CLqbs+vo/nw0P7NxAUSvWJkKCEBJMlFgdaIFJ2VwqJCBPyfpB7pfJFaROHDEqmalqou/oxOOyNlTA8qJJKpOEnt10KaBb3BIASuWr0u6RRhpOrWBo1aJdp/6TQ6j1CrpNikvq5eIoQWqwW1NfFTicpYSuqRxBu008aaStyy8hX5NdP6Nr0Rw+2FGGhxRCgldHoEqA4QCkcoLAx6/HrLB1lL7adjg/b3OPRGvLf4RpSXlWP06NF48cUXcfHFF2Pp0qUndc/fDZk2CVctfyEbQ6fcx4rzbxBqnGUnDuL2dg7TneNm4yKm8uoimEPuaaOR+yzibPGjwWK34YTPgy9++L+MRMFH5BVhbmn/NiLddAaLtAb41cDta97G3NJ+uKr/SIFd/GDdEiw/cSjl9eZuSN0COYcrdZvl7sjQAtQ6vG3QeKhD4QgRpl6HjxtrREg62cZQ/b2TzoHWE+E74sHLkn5WrukMFMwGaqqq2nSnd9hg0ukFOFxksogkymP7NmNSQRku6DUY3oBfqif/vWcTxuSXYFpxL6kWqvYkTuUkO+8z/bpL+gzDD8bOEgBwdIRK0eSL5qaik0Lpp1Zh3xay1ejyekZtlBQbbadU2fG/GeGKJgJlBI1OT/vnnorNi0tIC+GR6BznRomqRFQWSlrI6/FIdI5zrKqqkigZiVi5vmjJF2U+vJZge0YBeS0/CpyNTYIno/NI6gdXC69YsgSsylxIbaHWaVEb8AlnWb7WAHU4DG8wIJEWhbdMmYvg2GwWPLL3Yzy1b0sqJuvUaxdUDMRClw6Lz1ko41x11VX461//iueeew5vvfWWRDYJpP/iF78o0c6/7t2If+/5uFPnFKtz6rP+bfoFEt368qrXsCZGhO231DYs7Sck0GoVZJ+xhbQamPQGPLRrHR7ZtTFjDrH7p1+AiQVlQsy6toWbbVH5QNw+eoaQOXvDQfz3wHZcO2A07t+xFo/s3tDl9uqpA+Ycrp765E/huscXlOK3E86GIQQ5zBgJseQ5sKWxGrd9+Fqbmd0ydILgSg67mlAT5fhQZuPLgye0wetQ/42HvEujAnXPyDjeHqcTrQHJaIZPFSHh9DQ5pUKIh7bGbJSqNnc4iNtWvobDrtQib6fQtN1iaAoo06lW+fzy5U7Hggc8na3oSkWFcZsSUHxOCgs9HQ+C3JniYjSLjlVlFMklF0lgOyNbrDRUHCxGDXi9ksZM1RjcD+SNk2ip0SSOEyNn8WSCuF+YGnW7XHIt10suJTpsrBr0uj0SMWPj3Ljf2Z84Y3p+GIQlKssoLx02hWGfjiZB+CcqT8TVPIy1Ro7P1G19ba3Mh/8kSs9GtPYsOPetzKvjUrV7vOuvGDASfTYfwi2f+1zrZXSsbrrpJsyYMUMc1p07d8o75KLrrsFhnwsP71qPTWkUymQy72KjBS+ffZXwCS5487G4z+zJOZejXGeU4iFHQT5ePLIbD+1aL7JnmTZq4U4tqhCHigoESmPk7bn5V6LYaBZ6CKbLN9dX4aOao/jgxGF8XJdeVDbT+fa0+3MOV0974t1kvawkJKZgjKMERgAOo0kOhn/t+RiP79mEi/sOk6hTP4tdcFR1Xg9WVB3Grzctx+zSviC7PTze1ioyHjK8n9gfm8OOKrcLmuaOK9wSmYGRAuqx3bryf9jeDckgE83/VP9+mKMQj82+LFIx16IvJ5V8Wm0rLooOF8lCG1rSLMqcpbLQYBAnTFItVqswrCtNmLkLC+FubobRZJLf8eCl4xOLZDdZWxBDRSeOjhDHiNeXkPrqdBJ9YzVjNP8YNQ+JTaNTRW4lOm5Wpiq1WolaEd9GQD6xVhyPc+daoyNpvJc/j8c5FW9diswW55UMiJ/O5sbmWnx11evJmqtLrptT1g9XIA8LZs2OO95v7r4bg668EPOL++KEpxlfW/0GjrudXTJHDnLP5IWYkl8qEj3rao/hxxuWdajScNe42biwbCB84RB2O+vx4K71UlWdaXtk1sUY4SjG77esxDP7t57U3f3TLsCkwjIc8zTj+YPbRWbtO6Nn4lhzI7619u1uIeWUqQ26+/05h6u7P6EeML+3F30Wdm1EiLbB44Y7FIBZrYVJo4VbFZbSdnJ5SRpErYawEje72hBaCtbH4YDX5xWSTfaV6Ks+nmkl3eOwY1NtJYpNFty04iU0+LqOvfpMeOwPzVyMoUZ7a4RIKX9nSoWVhHQySGDKtF08p6CsvFycn+h0JB0KOjp0xiilQ4eBzkuyGozt7Uty1mAoLFFRzpPOG/8dy+kirxKBzpwz92Q0EJr7Lq8gHzqNFh5yLzV8onGojKlUSnYk/cOomURaWySx0t0LXJNarRG7MXpG+8TC1dHBDVpNuGfrh1h2vHuxkOvUarx3/g2YMmGiaCd21PYfOYzlzVVYXDZIqGf2eJ34YgoQhXRtrNzHD8B5BRXyTjI4bLhn2yq83gHdwh+nnivatH/ethrPHNiW6dByP1nlZ5X2xYsHduCXm5Z32OevJp6NUqNFQPKMhIU8XoFgvHR0D367+YOszCXXSccWyDlcud1xyi0wuagCfAkx5cJQd6AlxRQyG+Ul8M6xfXjn3OsAlwc2u11wWrHSRjw4GKVINyrQ3hAEITMKI0SYXjd+vXkF3u1mB9Ipf3hxJkA9ytuHT0NDC00Do0Z8PiI03EJoSk05PsuOcFKSsrPbRUcv2ilj+pj/z2gUI0V0tpmuTEe/kPuGDPME2zOtrDSOwQgRU5p0DuncKSlpYrKirz3ZgWPFIdDclJq2I50xOqF0SmmXRIUHyTx/RsoMjNi2RNj8wYAoQDS20LNYHXZsba5PCUOZzLjZuuamoRMxoTmM8+adHdMx/+uDf0fZnGk47vfgU2WD5JmFbWb8aON7WF/7id5ituYTq59zK8FjV/8AACAASURBVAbju2OmQxeIFHIcDftw7XvPxxySz5i6tKwUzVZjmnBhr4F47fDumF32ttjx8MyLoA6GYCQxMMLwN7si+9piwWu1h/DbTak5XHxfM2Kba8lbIOdwJW+r3JWdbAGDWoMBtjz8fMJ8lOlN8CKM899+Av5QCP+afSmGWfPlD7yjsvtIlVuEC4kvEkYoEgGe4y1JYTPn4cqIl0erlhRjDtOV3EYg39bPxs/F7MIKhANBYYZnY7qNziwbHSQCzDtqxDLxld6eD4uOmzhcBj1czua0HC46gNwngnkCTgK2K1qg3HOseOVeYtSUTlAyjp0A4Y1GYcNPxXEi8J+ErnS6FLqA5Cye+CquiXuZUSCmcqUSMs8h1ACJhMoT9955V9wxcjqmGvNx989+jiVLlsizmDp1Kr7+nTsQLivENzcuxZ8YObIWSpSTf7trnTX49prs0ivEWyH5rX4zaQECzS749VpcvPRp+Fj92Q3a3RPPxpzyfgiFwnAG/Ah5fQi63LIX+M8hvxvXvh/bQexo+n+csghLKg/gpYM7usEKu24KZo0OrmB6/Iw5h6vrnlNupCQtYNHqBHTNA+DFlj/mkY4i/GPWxWiqj59+In7LbDTJSBIta8EQJXNAtp8ecUKsWuRhz4PZYLPChTDu2rC0y0G5SZqu2102xF6Ay/oOl5J4svcr0UdxRki/EAzGBblT8oSyKO31EBkZoxNDzi+mFplSjBcpa28Y9qtlKi0ckvQfNT2jnSJGNumcpNJnLOOzD7VW21ptmOwDUrjA6FjEI3JNtj9ep6R0nc1OcVLZzHkOvHJsD+6NAlin0mdXXju3vD8uLu6PMcXl0Kk12FlzAm/UHsZ/W/BKxCNdUj5InhnXehB+3NpCi9FV8yQu9TsjZsCu16PK58HOxppO14gdV1Aq/IOkdugoavbNkdNE2ucv2z8CK4kv7TVYIpyOwgIp2njn6D6hh0ilkcmetBLdMcpl0xnw+4kLcNvq10X5IluNckkzivvg+YPppYJzDle2nkSun063wE1DxuNzfUdJeinZVlBUCK1aE6loo2xGKCQiyPHSQexbESNuL6fCg91oNuFfuz/Gcwe2oY/FAb1GIynHLfUdR2qSne+Zet204t64bdgkVOjNCHsiWpoEzBsNBuGc6gjDRbwUn3f7SKVoF7ak+Eh1wAgUDw5/MIRGrwt6f0TcuX2TykiHI1It2NAAygORc4tpyehGaSFV+BOOsEyei5C5Gg2oOlGVUsUh06mMBB5vV6GZzlwiRQVWNDmbpdiAjbawOOw467V/ptNlt7uHXHq/mThfNCdDOg0e2b0R/zwFwtz/nHUJRjmKxBEhxu+E140rlz0rlBzZbt8eNQPnVwyEUaXBcZ8L31z9Jg4lqKo+p2IAfjRmDgL8+zDq8f31S7CqquuJYrNti/b9FehNqPWlR6bdWXPLOVydZdlcv1m3wPTiXvjp2DnwN6SGfZCUUQvWQNGkS5RqZASGFXDE9SiyMcqCGF1h2X0IYbj8Pkn9MBIWCIeFKHVDbSUe2LEm6+s/Ezp8YPoFQr7pbWySqGHEzkZxRto32p2OD3XolCpA/kxvNsOjDsOqN+D5Qzvw9tF9qPW6UON1S/r51qETcMOg8XDGSOUx4qTwd3Vkz4iYcKGk3DqS/0n2WYg2XjAoGo88gEnVkCynFscgnos8WkqRQbLjRl/HVDuLDKgVGR0tY1HIC0d3Z0VSK515dcY9Nwweh6H2Qrx0aAc+rDrSGUPggt6DcXbZADy+dxO2NlSJVBUjPUojYfL9U86DRauFTquTitQqvwf3bv0wq4LRBMn/fvJCqQLmHmNVtUqrxbvH9+OFQzuwsbZjqgdmEG4ZMh4aqHHXhnezUiXZKcY+wzrNOVxn2AM9k5dDKokfj52F5tr6tJbJSINOrxPZlGQaDylGTRqcTXArKRiJrFjgdrnbUAHwgEYoAphV6/X4oPowvrPm7WSG6XHXUNfyS0MnQeXxyUHBikBWGtI5Ceu04hAZtTrU+9zI15sEL0WeKxJEkhuNQsyMLlKUvCPILoswRpvz4Gl5boqRqTXobHIm1CWkZl9HYtFM95Fbiw4Uo0XRzrs4hHq9kJgysqpSq8UZ5xr4O5/fH5MENdYm4McBI1x00Ggnpj2TbcQwcR4ck3xezmaXRHaVxuiZ16ATYl8y0+da8hZ45KyLMcJWgEpPM8osdhxtbsRbx/fh/u2ffGStvPAm1LXIM7FnOvrrGquyRrvxndFnYW5pH1iCaPMekg8KnU7IV9fWHEu4qBGOImzL0d4ktFO2Lsg5XNmyZK6fTrfAoopBuGPENHgb0iMilZeRVtuG00mZNA95Jc1I/AcPO0a4WImjgLYlUlFUhEALeWX0ghmJIFifOCBxGBx2PHtwu2Amcu1kCyzuMwSf7jcKA6wOca4OORuwvbEGWxuqseTYPolWMWowpagCwx3FmFJYLtGEx/ZuEv6gRI16gX+cshD5Gr0IkNP5YKSH0Qi/u62zHKuvvPw8qNQaoYmIbny2jHByL7A/OisKYzidG/K3kTSXZLp0lJgqJdEpHRz+3myxtLC8h4TclZQSJExt3xQeLkb2lPsCoSBC/sBJuorcr0wZEiwuTPMWi2gqsppXwaVF84TxelYA/+zj97EyC/xPiZ5FJr9ndI8pe29U9Wgm/WXj3ot6D8Udo6fD29QcIbjV64VC5jebP8Arh3bKEJQvK1Pr2zhD2jwbLn/3WbgC6QGu2e/IvGI8OGMxDHy+fr/sQ/6jFIBwf/1x6yrh2cpknGzYKdfHyRbIOVy5XXHaWOCC3kPE4WquSy/CRSfK7rBLhCs6rUMskUGnF8eKkQil9J/yKDwMGRVhRIvAbYoJE3Aczb1EAxYWF4kGICvS2BiZ4JfmO8f34671J+u+nTZG7+SJUtdyblk//G3H2qwLhY/NL8Wcsr5gEcbzB3aIfub4gjLcMWo64PbG5WnjIZqXny88XIoDzp/xcGPlocLP1RpJojOnUkkFZjxOMR6MvEcp4qD0T4gYNBVRaJH9p0Sm+P+KdBH3LuehNxqhVqtE0JoYNdKkMIKmOIDBUBAer09A+rFwikLCmp+Hh/dsFJLh7t7IkH5RxSA8dzjiyHSXNr+sP+6evABUSVCUA5xq4Ccbl4kyxp1jZ+H8soGSQmaT9HhxEc569Z8ZRRT/NesSScmLMoHPKwVCjLBybzCd/urR3fjFxve7i5ly82hngZzDldsSp40FLu07DF8bNgWuNB0uLlRhAY92mBgV4JchySGp61hfW9fGJsWlJaitrpEDjDQFdMj4ko0+WBXdvNrqavk9U1Icozrkw2VLnzltbNwTJkqR7e+PmomQM8JD1FFz5DlgMBhbnRlyVzFyRF62qsrsSKFIcUZRoZD1hlhNFSYkMCKDROcq6PefJC3Ewg1WPgpuMBAQ8D8PdO5N7rn2FZ3K+iRSlufAy0d2C54o1zKzwPWDx+KyPsNhC6vhcTolumiwWLCm9hjuWrdUpHSMgZA8D+FXKy3B1FceTnlQu86As0r6iAB5H70ZzY2R1DApcPjOYvSS/729qRY3rngp5f5zN3SdBXIOV9fZOjdSBha4acgEXNZnKIzeQFJSJbGGEoLLkhLB5kTjbhQHKZZunkQ68vLaaACSA4rVjgo/l3DZGA3weSM6ecQkMXXJdFRecZHw2xxwJl9ZmYGZcrcmaYE1F92C48cipJh0etiUqFM0hYgiGcV0HR1sRr0ozZMtcl2OS13IaBFuZQmMhJGwNBkxbjujtFpdh5xmTIWS1uTNyv34zaYVSVopd1kiC5Sbbfi/KYtg94flnULHirxmf9+zEf2tDpxfPhDNDY0RbKfdgmUnDuPuzcnb/4p+I/C5gWNgUmuhDQRb08+KhiexjyJHpdPBlp+Hm1e8nMNkJXpop/D33dLhYhjZqtOL/ECu5Sxwfq/B+MHomfC7PQnBzu2txYNGaXSsiONiixZR5v/zYCVrOasS23N2tZefIV6GqRxGPFQatYDl+aIliFqjVsMb8AtfmLA4223Y4W7EF1f+L/cgu4kFKOD74vxPg7IxfG7RjVEmlUot/G3EYXHP8DnSIeKhxihSLOcok6UVFJNTLICmlnR0dF9kwGeaMpFMFaNkTHu3T3WzL2K6TFYLVlcfxde6mVZiJnbrLvd+ZfhUXDNwFHwthTRS/GE2Cpv7qqrDuKzfCBCewGdoctgx7/VH46bPWT2YZzDh6X1b8M+zLkGo2XXSRyb3IfdltJQVFQNeOr4P925ZmZRpeM76Qp8oKxQaTFKksrspkgbNtexboFs6XIsqBqBEb8Fj+zdnf8W5Hk8rC/A4fGHBZ1Cs1aO2JvUXASMS5Hoi5oH4FmJlCIQnu7kCNjWazQJqZhVXrION1AQatUbC9yI0HAoJaSZTPzx8W/E4xFH4/a0YMBqaBza/eFlZ15Ws16fVQ+7iyV7ebwS+NmwS3A1N4ozQkWIFIFN1fL6MVIj8EIWmWc3XkrZhJJOOdrSQdqZTVwhWG53OVn6s6D6JDSROKBawPvo6FnP4Wuap/FyKN+xWHPW4BFu0qzH1v59M19cT7v/lhPl4/ege3DFyBiyBCP8bHXm+U5o0wNITBzCtsBf6Wh3yQUZx6Wf3xybO/OmEuTi/YrBQgdAZamTQodkDk80iFA78yOOHIdPJ7aOsTGkGjXp8a81bUsHLdnb5AOnngxOH2hCUTi/ujV9OnI8/bF3VCvT/yogpuGbAaBx0NuBvu9Zh6bH9PeHxdekaYzpcjC41++mf51rOAqfOAlcPGI0bB4+DVaNrnQTBwAyhJ9vyCgpg1OvlS1Bxpoiv4mEaCAYkmsH/ZhQhnvwKI2O+cAhBjzel8TlPW34+VlQfxg9y4PlkH1unXvfnqediekmfyBgqlVTz0eGig2K126R6UCpTq9vShwjprYmA+chhlmmTSkSLRUhXo6sIlX7J3cX5tZ9HrHF5LR1DxTHj4as2GbG86hB+uP7dTKeau78DC/SzOvD4nMuwo74G6+uO48qywW0wdIx2ETf33MFt2FxfhWlFvfGbTcs7ZGd/cMaFGGKIcADSaRN92XAI4WAo8oGo00pxDqNb7feMVKfq9XCGA7jw7SfxtxkXYlJhOZq8HtgMRhx01qPR75fskVmtgUGjxXfWvdNKH/HorIsx0lEM8rL/6uPlePFQz5Ls6YpNHtPh0mu0oMBpzuHqikdw5o3B0DTL+jNtT8+9HMXhSOk8Xz5KqTzxUyzH93t9bULq7cfjPeTS4lchD6JoR42HJxtfYomiB5msw1GQj93NDQJmbR/Cz6Tf3L3JWeCiPkMxpaBMhIyVdvekBZhiKZT9wD0SXc3HaJc9zyF7i3i86CaVpxpNSnxY8WYpsj9qdcz+FCZ9priTadEOl3LIM+rCgzPXOtcClK7yBAI44m7EvZMXQusPtnGGJCrOylKtGj/b+H5cklHeP9FaKPfTgeJHIvdkvMpXrk6Jbv1h2yocaKrHzNK+gv0ykgbH7YIvGES51Y4GRum1GjQHA3ho1wb8Z/+WVuPcM2UhZhT1As//L3/4GlZXdw5xbOc+je7de0yHi+FM8tXwWOuKVmQ0odqT+QHdFXPNjRHfAk/OuRzOgA+3fvBKRqa6ech4XNN/FNx1bcHmPPD4AmK4nuSTxNpQ+iVWdEowW4UFUkIfjXXIaGIp3GzNc6A64IOdlBPhMDwBP4Iq4Pr3XwQ1115q4exJocvcpSlaIF9vhEmra9WYY8XXf+dfiWBTc8w9Q2eFzgvByO3xUOTfYmShPgbWKsVpyeXEbnk7SBfyg4DpxmTFqxWHi06kwWHDg7s24Ml9OUhGOs8lk3tuHDwenx86EQ21tSdVwBrzHPjLrrV4/sD2Doc4r9cgfHfkjJSpb+jU7fA58aUPX5W+KaI9u6RPq2yTSaODO+gHqVLKzVYsrzyE5kBbPjtqMv59xmLRVHzn2L6T5viDMbNg0mnx1tF9WF55sDVKxz4/rstO1W4mts/WvYwqEr9Jmo1st26B4VI2Q7YXl+uv6y3Aqpqvj5yKa997AYea06vMy9Mbcd/Uc9FHY4wbffokNRjsMCXIr0SmbZKNFGTLYnwB8tAk95PGF6msFFb1/Hy4gj5owipU+dzYVH9CyFEbfN5sDZ3rJ44FvjfmLFxYNhANdW2pP6JviZZ1Un6u4LsYeYiV/kvH6Ny/jKLRsWov90O8GLGBybLLS/qRjPQq4In9W/DAjrXpTCl3TwYWuKrfSFR5XRjqKMRVvYfB3Y6gWWu1oDbkx992rsWy4wdijkRZovunnQ89NUHbRVjjTY2A+VX1lfju2nfkMlJSFOqM+O+hnSgxmdHbZMdgez7+smMNntzbsSP+zLxPiQblq4d3tQ43taiX4L3C/iBMFHzXqMH81++2rBRx7qfmXiHi5wT5nwmNH8hUieiMor1u4XCdCQ8pt4bsWaCPxY5HZl4ET7voVvQIdKQoXkwCSlbsUEKFNA2xyB5ZZVgTBW7P3kw77ompTJF04SEYiGAuyPFFqaCa6hqJrnAN/FlD0I9Drib83/bV2FqfnOxQV6zhTBxjQflAfGvEVKicrpOqUZX10tkhlqumRQJKhJ+tVgHTZyu6RSfLkZcHEm+xIIP7NpoTTKgqWtKdxHglk1KidNWSY/vxnbU5Samu3ruMnL5w9lWCtzr3rSfw5OzLUBhSt4ExMDLP1N8erxP/3LMRY/JKsKGuUqJF0Y1kwL+buAAatzcurlS5h6oWW5qq8cP1y+QD7wvDJuGa/iOFCV9jMUNLLFgwhOqgDz/cuEwA9bNL+wprPQmHlUaur19POhvfW7tEQPZK43V0AgNen/CNsfHdtba5BreveRuvL7wWG2qP40fr38VnBowSzrCXD+/EK4c+cdq6+nl01/FyDld3fTI9eF69LTY8OftyNFTH1o7jS4sRB+IblK/AgsICOaBY0UVgaagFZErHhl//CjN4V5qVaU/OlVVFdLx8wQBCXt9JERLiiHhYHvQ6cc37L8Cm06MpCfmarlzLmTIWJVGemH05CqFpfQ4izULnV6uFq7lZKhW5l1iNyN/ZHQ74WiR6smWHvIJ8oRNhCpD9d0T9wH0hlZI+r4h4d0QPQboBryqM695/ISv4yWytsyf1c/2gcSgwGEVa57MDx+CGAaPhafhEv5K2IMzBnO+QYh2jWoNllQfwnZaoVLStGGly+EJt+AJj2VIcc6sJ5739ZOuvbx89E4tK+sHXGCFctToccCKIb3/0Fra36Cb+feZikdW66J2nW4W3qcjw4MyLhMKGjlt0o+YihbKtYZX0SRWNHc5a3Lj8JbAvfiSTa3CkrQBhfwB+jQq+cBjvnTiIFw/uwD5nfRuB7560L6LXmnO4euqT78br7m2240/TFqHcZIPT2QyfyyWzpQNDUWCdVidRo7qotBCjEhabjeckqJhHUL1arZE0C7GI1SeqTtmKo3Ua401CZ7cKk7lNZ0CT34v1dZUS1j7mdgpvz86GmhyQNQtP8dqBY/DVEVPgbGiUA00hsiUHF2lDeKAQw0XnJiIH5chqSpqHbmFxMcLk+tJopCqssb4+bhSLhL28r5nai05nm+gcna0j3mZcv/zFLFgn10U2LGCmnNT8qyRK1b6q2myzQm8wQq/VwhcI4M4NS3F1/1Hyd0+SZLa/Tb8Ao6wFgiNkarkjRQQRSrdbMff1f8l9A235+O3EBcgPqSQ6pjWboaVcmUGP765fgpUnDst1rFD0Bj9RWVD+v4/FIfhSm1YPbygoJKpKBG5WaV/cPmoGCvVGocax6g1CtErM7h8mL4Q9pGoDAeHfjtZklHdaIBzCB1WH8eqR3a1zyIadT7c+cg7X6fbEesh8L+g9GF8dPhWmQEgiETaHHSajUdjcWVUYj8JBMVF+YaHwZTFdQ3b506EpIrR8kfKfkEYNbTjChh5Uq7D0+AH8ZcdHqHSfLHh8Oqyvu8xxUcVAfH3EVBi8AYku0vGKduCVeTKSqjPoW9OL2Zo/CU1ZnMTDmB8SHDta/SDWONwDrGz0Ujy9IYKP5L0+ow4XREU4sjXHXD+ZWWBmSR/8cMxZ0Hr8MZ3pwpISNPg9uO3D1/CHyYvQHPTjmvf+K4NOLCzDl4dNFvD2IEaNAkE0hvzQqdTQQoWg2yP7xZaXh9X1lbhjzVty3zBHIf4+/UL4nM1QGfSSRuylNYrDts/vwk0fvNxmUVatHg/OvBAVZhtWnjiCdbXH8O2R00GhdI1KLR8DTA/+etMKAdw/MP0CuJsiUTt+mGgtZqhVgL85NumuMlh5ebm8x5tVIdDNW3J8vxQN7W3qGEuZmfW75905h6t7PpcePSuCNO+edDb4MiC5Hw8aR35+UhIniuH4dUXS03AoJF+J2QI6n8oHwxecwWJGXTiA+3euzRETZvgwFpQPwG8mnS0V2XR42uOkRC6F9CHhcNYddiobECjPOnCOk2xRh5LidDPS1dwMo92Gxw5uxT93b8zQGrnbO8MCn+4/SrgEGelqv7/UdituW/0a9jsbMMCaJ2m3WI24KItOj401lQI3mFbcCxdUDBKIwjGvC7d9+GobCML3Rs8Udnu/14td7kYMtuXD73LDaLUI+bIS5VLGunvSOZiYX4IjbiduXfkKyJzPiJRWrRLCVofBKLxehEU8NvtSDLA44KfDxcibO0KtEkvhIHotdLiOHz8ue14RfG8I+rC/uRG/2bwiaekzQgK8waCkbB/bu6kzHlmn9plzuDrVvLnO07HAv2ddgsGWPNEj5EtKJHM06pNEpWP1zcOLWoZ6nY7cJtLIUJ9MRCyduZ6KewhYDRv1+O3mD/D6kT2nYgpnzJifGzwWtwyeIKBiOj8kQRXepEBAHCGmc5KlZkjFKIyqMTrFvV1bExFGT7bxPpGWCgXhCoWw6K3H4krFJNtvvOuI7+lltktVWq6lZoHbR8/AeeUDofL42mDwbIUF+Mx7/xXIQCrNqNHijtEzRTbozaN7Y9762KxLMcBkw/NHd6PCbMW0vDKodFr8Y+cGPLR7/Un3LKwYiLc66CuaV1GhlVhx4hA+N2icgOTdPi90YRV8bneH79loh0sZnB/SxLjWhgN47tB2PLYnvgM1oaAMv5o4H3a9ETqVCj/e+B5eO7w7FdOd8mtzDtcpfwS5CbS3ACtiRlvyBRCvpF4oxdNe47D9fQQ+2202Obx4b6LKrtPZ8kIbYNTDHQ7K1+2Ohhr84uP3T+clnbK5P3zWRRiXXyrj+6mPGQ4T3Yyg3x8zzZiNiTJVyWfIfZ1uKykrFRb5N7rA6WYERgMVdjt7Vgoo3WfT/r7L+w0Xx96q1qCxLhLJInj+J5vex3vH21YpZjomHbLlF9yAeqcTTx/ZiR0N1bh16AQMthXivm0f4cl92YsMnVM+EA69AaPzizG5oBxGlQbhlnRn9DpiOVzRjlfYasJn4xR8UPeUzPkDLQ4hbV1Tewz3bV192hWI5ByuTHd37v6sW+CGwePx2X4j4WnhsVFwTYkGIv0Dq8w6kzk+0Ry6+vfkjGI0Rm8248kDW3H/9o+6egqn/Xj9rXl4dt6nJN1BJ53/VgodRF5Frc56SpFGIxCe2MKOANHxDMvoW9jC6rQnTnv795QFkFDzoZmLMdRWIITNKo1GsFck5uUH0/EUI10d2Y1cXn+dcYEoW9y5fmkr59fC8oHY46zLCm6K+K5fTJiHp/ZvwcbaT0hPL+k7DF8YMgFat68NJjGew8V1GGxWeFXA0sr9IjVEHiyStx5xNqDIaJYKR71KI2Strx7di/u2rWpd/p+nnQd3MIA71nR/OpScw9VT/tpPo3V+a9R0XNZ7KNxNzoRAYmVZEYJTM6pOYTXiqTQxQ/NbvU346urXT+U0TtuxXzvnauTrjAj4/WByjyLDFDtnVEchJs0kGtXeMAoWi+nERJHbWEbl/U16Da5495nT1uY9ceJ2nRGL+wxBjdeFLw2dhAK9UXSL3aEAXMGASP8oaVtWa4cQQnPAnzIx8mAbaXKA3Z0kWH5p3+G4a+ws/Gf/Nvx284o2j/K6QWNxy8CxaGqJ5PGXZWVlOHHiRNy9zlS5xmiARqPFiqrD6GWyotRohk6tEU3JpqAf31379klchfdOWSTcXy8c3C7g/u7ccg5Xd346PXhunx4wKlIqHQh3yD2kmIdf+/kF+QgEQ0kJ/Z6JZqUNDHYb5r0RKQ/PtdQs8LMJ8zA9rwy+ppPxNAT5msx05j/RNRTiUocjowpYkuOKVFAc1vuOVsGoG+kgPqg5ijvXLUltsafJ1UwjdYa8SndY/qV9h+GOUTPgd3sEcC70DgYDmhBCtdclTtaEwnLUeVzQaTT4qOYYhtgLQB3ZB3eux9vHYmO3umptd46bjQt7DcHF7zwl841uBXqTCHob/Z/o1CaKcCn3Bwx69C4oxE/Wv4tXDu8Soe3JheUYkVeEB7Z3rJ7w9JwrUGA04YblL+GIq60GalfZJJlxcg5XMlbKXXNKLHBFv+FSut9YHZ/SQSFCZUVjT24hmxk/WL8Um+vTxwX1ZPs9O/cK2P3hmFHVktISoSRRmOaJLWQ0TK3VQKeJ8CnVpIHHorwPU+DpVNES3L834MItGeqWdsdnznqXe8afjR9veR9OP2vizqxm0bLasAK3DJmAcoMFIb9fqB/odLGxyEf0Vz0eSW/T6dfRISNes7EGX27RTMyGVcg6z8pHYqJ8oZOLN5hyp7TPte9FOMLYiBNz6I2ojJEGXVA2AD8YNwuaYAjO+gh9SSyHSz4aTCZJ4ytpdaYWt7nq8bVVqUXqOR9qRO5ril3pmQ07ZaOPnMOVDSvm+ug0CxDzMMBga+V+iTXQqdJL7LRFp9ux3YKbV76S4+hK0343DRmPq3sPhzdGlIvODSsDeQgqKUAy0SuttKw05WpYHq7sl/9myXyqjfi9dc5afPOjN1K99bS4nmkkVnGeyY1EpeMLSjHIWoAx+cVkOitNaQAAIABJREFUIIFdb4CeDPEaPYLeCOM7C4G0Bj38KhXMOh3q/F68e3w/nty7Bf1teRIJzNMbQLF2OmTEVQ2y5WNBxQA8uGOd8BFSo7bK0zYaxb5XXXgzmgJe3LrilZjUFF8aNhlXDxglHGGHXW2Z89s/m8lFFfjTlEWSimdanuTBdBopv6bQQtDR4jubZKz7mhtQbDBDr1JD4w9ItM+S58DyqkO4c/27GT/6rwyfjLll/XHnuqWCkWvPoJ/xACl2kLLDVWGx4bjLecb/IaRox9zlnWQBvkAoxEoB6KYWwr1YQynivacLwWm2zcUvxXpNGFe8+2y2u+4x/VHc956J50DrdMdcMzEmPPgUoelosDvZ6nlYJFuwUVBcBK1KDV/AL/qaBOd7Pd6UBIuZ0lxRfxzfiyEN02Me2hm6UIfOiNtHTxf8Un+LA9RqpFNl0+th0ugihM6hEHY31WKQNR/eUECqaw0aHUIq4Our38Cfpp4LVRgIEAkWCss+o2zPprpIavyGweNwRd8RKDSa4Ar45Z4tGUbHCwwmPD77Miw/cVC4vPRqLS7sNVjSoorDxXeVymxsQ2tzcZ+h+OG4OaKHy+ieKc+B+3etxbP7t2X0hGcU98aPx8/B+5UHRT9yQ23lKfl7IZHtnsZ6pOxwUTYlwliTazkLdI0FWLV4fb+RcLVULcYalRgmkklG6yvySyodQHLXrCq7oxC/tbT6MH6Vo4ZI27AEAZ9T3Fckf1JtxGNRcqcjrcPo/nit3+9DQ0u6hc4WDyGD2STSQjxMmbpMRGtC3I9Tr8HlOeB8qo/rtL7+nIqBOOhsEFzToeZG3DZsMvpbHQK+r/F5sLWhGp6gHzOL+6De60aZ2YZj7iasrz0uvH0VJituGDROsFF02shZSPHpP21djY/rsg/LOLfXIPxk7Bx4An6RBNJrtDjsbsS177/Q5jl8cdgkXNt/NJrq6iKFKiYDqr1uXN3Cvp/uQyP2bXReCT7VbwQG2Qsw/X8Pp9tVxvel7HBlPGKug5wFUrQA2YXfO+8GAcTHI4hklIsUEqEWjToeZLFSNYwMUHyVX13E3tTVnN5kjkarFXu8TfjCyv+laNnc5dEWuHnIBBEcbqhNnWsqlQgrHa6OxLC5N5lmZBSNnGDUWIxH2ptXXNSm9D/3RHumBSjNc7Ql3ffNkdNwVf+Rkp482Nwg5KpKY5r2+XlXolCjh1avx+qaoxLxYYSrM9v4gjLp3q7TY6ijEA/tPJl8lb//6vAp+FTf4cKMzwgylRR2O+tx5/olaUMlvjx8Mq4fOFaoI3668T0sPb6/M5cat++cw3XKTJ8bOBULPDDjQgwllssZn5WZkQJGu+hs8eA6duxY6zAEnpIclYBcRg+oRWa2WlEdVX2Wypy6w7V5eXmoCVGD7XnhqMm19C1A3bql514PV31DytxY3HfEeJ1IonCDkVgeJiTnjdX4exWjs8GgcIDVxPkgIBaGygq/27wS/9m/Jf3F5+7sUgvQ8WA675E92ZdkonD2oopB+Ez/keB/M0LEqkc2Vn4+OedysJLwnq0f4tXDu7p03eQcs2h0J1U2Rk/iO6NnYkphheg7sqkQRhBhqUDck6b2ItOJfS0OvHl0D+6dvAi/2fIBtrSkVrvSADmHqyutnRsrbQsQ8Pmvsy6GzuVNSgaFDheJJQm6ldRiOCR4BrfXA2djk0QQ0tFoTHsBnXCjxW5DVcgnZeIdyXJ0wrBndJffH3MWzi3pD2eLOHSyi2UlWT71EREW0kaCLjzuiKBve2LTopIS0blr6GCMwqIiBIIBBP0B+UBo78SJqHkoJB8UOr1e9vELB3fgl7l0crKP65RfR0docmEF3qs8cMrnkmgCo/NLBIxPHJQ4QCpVK44x0b3tf//8/KsE23VlkljTfINJKtUZgaOUWaZtZF4x7pt6Lu7ZsvKUyKLlHK5Mn2Du/i6zwO8nL8RYexG8jfErZZQJMdIlAsQ2W+vBF42x4cGVT1HsmpqUIxpdtugOBmJkw6mBgORjlXKf6vmdruOTtPGaviMQbGpOeQkE1YvAuMEgGBSVmgcThD6CjpfBaERDfT0Ki4vQ1NDYIalvYXExPK5INRn3LnE27EjYyVUqcbBIykq8F1OTXoTw9z0b8Z/9W1vnfOOg8Xjt6C4cd7ddByvHSLYZq1ot5QXnbjjjLUBn68EZF8IVCGDBm//GX6aeJ2LWT+7fgjcO70EwHBKMGAvpqLfpjBNlH5VXDMq28WPh1g9fFcB/T2s5h6unPfHTfL0vzL8S9mBidfroZfLQ4mEXXcav/N6RlyeHo9vlkhdBItX77mI+a34+/rTjIzx/cHt3mdIZMY/fTT4Hk+3FaE7SqY+1aDrD3G9kkWeq0Wg2SYm8iqXyGo1EB+g8EY9IKSqmtqObIlFlMBlBCRXlI4GOHO9hOjz6w4G6jH8/sKmN+O9Pxs3Fo3s+xr4Y2ofskwcloxasDHtq32asrj56Rjy/rlyEBmoMsOdj9xks6E2x6h+OnYUAwgLUp16iNhBEWKuBX+K5gEWnR53PDVVYhWve/2+HrPjfHjUDi8sHIhwMYZ+3CTefgfxxifZfzuFKZKHc77uVBchAf9vQSWiqSf7riJEHu8PRWnLcfkEWmw1GgyESKgfg7MbC1zx0DRYLdjprz0jCy1O52ajdNt5RLNEthfoh2fkoTOG8nk4WHSo6XNGNzhb3Ilnr6YBBpRKHK5ruhNErAvAZCSO+kKnHRKSojNKubazqkCzy5+Pn4b8Hd2B97Sd4Rs7rlqETcMug8aj0NOOSpf9Jdqm566IsQDzomVyzT73EGUW9YQhDPgxYwBFdxMF9L3veYhYQ/nXvvdBh5OqpOZejOKyR+4NmI2744KUeF2lNyeFitRjFKVdVHcEBZ4RBNtdyFuhqC/xl2vkYabQnzXlEsDwjDjXV1Qmn6shzQKfTi/PFNE5dXV23SjdaC/LxTuUBPLxrfWtVUsJF5S5IaIFrBozGF4dOhLOuPi0qEQUv6A8EJJXoaXYJ4WOsxkOKwHg2RqqisVwsgiBgnnxEVrsdFpMJiRQUGFF7vfYw7u5AR47l//udDScBlf93zmdg8oWgNRrwqy0fnBJMS8IHk7ugSywQy3GcUFCG3006B54oTcRYk+FHIJ3+p/dvxe/i4KwoEG/3hcRxM+XZ8cstK7Hk2L4uWV93GaSNw0V6fKpyd9SI8v/37Evx520f4ZkDW2HT6tGUq4zqLs+yx8zjtuFTcGXvoWhu4TFKtHCyHDOakIzDxb5apTR0OoR5XxqSLYnmlM7vha8pPw8XLXmqteoonX5y95xsgTvHzsZ5xX07BLInshkdLkaqkuHhYl/EFrK1p3wggSpT2+Th4vPmB4BGrRHh345aIocr1n18j/fWmSR1yvvfb6jEjzZkzuydyE6533c/CywoH4Cbh4wXgeh/7v4Yrx/ZLZP8x8yLMEBnTvhhSyoTtwao93pw1bLnYi6Q0kE/Gjsb4YZIlbnNYcfjh3bg6f2bUxbm7n4WTH5GrQ5XX4sdl/cZhj9u/yju3WRHZv6f7bfjz8b3P35XyMxyLWeBrrLA5X2H41sjp6Gxti6paARTNEQb1KWQhlTWQgCzz+OJy3LfVevmOIUlxTj/7SdR74sdPenKuZxJY70w/yqYvYEOgeyJ1pqqwxXdnwiPG41Sdag0Rhz8wYBU1DIdTuC9ouPYfi50mE7Aj08v+4RvKd58Pzd4HG4cOBbOFr4xpkAPh3343PIXEy0z9/szyAIjHEX42fi5okHobHbBpNECBj3+vnMdqrwu/GjMLNRXx+co5EeBJT8PO5pq0ctsw60fvIJjMfQVy01WPDDtAmidkWIQ7rmgUS8FP4/s3oDnDnQfLKpNpxfNys5oKaUU20+gJ2hddYbRc31mboGvj5yGCyoGItTkSkgTUVxaIlVhHaV44s3GzhRPOJx25CPzlbbtobi0FPPe+BfcnUxUmO15d+f+igxmvLLgMxnxsaXrcBE/aDWbJW3Nf5T0IqMGTNVQKoi0JnqDocMILXFffrMBFy15OqGZvzFyGvjBQr1IhcleuOssZsx5/dGE9+cuODMswLP7D1MWYZK9WDCCCnUJ90JIr4NRpwPT4+Ski9eYDdDYrULZ8HaC9OBrC66G2uVpjepKJS+rbi1mfGvNW8KEf6obpYmennM5Pqo5ih+sW5r16WTkcGV9NrkOcxZIwQJMA13YezC8zR1r2PGwKigqEsbu9tVgyQzFCjC+VIjl6g7NVpCPz696FTsaTm92/I5s6dAbujzF8JURU3B5xZC40lGJnn2qDpcIrpvN4kyx8dBrr8PIPvlzRfqnugMMojUvD2sbKvHtj96KOc2JheWYX9YfEwpK0cdoRXNDY2tkWMD+Ngt0ai2uX/5ijyzVT/Rsz8Tf/3LifMwu7I3GOO+1ZPm2+GEAkwHvnjiIJ/ZujimATS3INxddi+rKk1PjeocNj+7bhMf3bu4Wpn7krItQarLh0iVPZ51yJ+dwdYtHnJtEuhYY7igEpSxG2IsQcHti0jqwzJ4pmXScJgLueTj6ggGwsJ/0EaeSOsJWWIAvfPgqtjckLgBI16an6j7SJnx5yAT8ede6Lp3CE7MvQ3FInVC7MN6kSktL5f6O0n7R9zIiRZJUEqMSr8X9RYJeNr/P1xrl4ocCqxSl6jEQQCxhdn4QHA142si3RI/1s/HzMKmgDDaNDn6P5ySMGQ9Vzv2BHWvw8K4NXWr33GBdb4E+Fjs+1W8kFvcejLDLk1bUP9as+eFgtllhMBiFhLk9HvCWIRNwdb+RcMeImDGau7z+OL7fTUTYCw0mfGPkdPS32nHd+9lJs187cAwo0J1zuLp+z+dG7AQLULrh0/1HYrAlD4ZguE20gMzegYAf9Wlo5HGqCqElIxLkQUrmUO2EJUo0JL+oCDNe/UdndN9j+3x27hUo1Rpb198RA3w8A/HQ4D6hUx8vklpUXAStRotmt0vS3ErjsyVfHCNOwXBYdEPp7PNnpKhorwlK3BfTkc5QAA/sXIsXD+74pC+VShy4EqNF1BlUUWmc9mug82dw2HDxkqc7DbfSYzdWN1s4CyWGO4oQCAWlWCIdiEWiJcl+slrRHA5gybH9uHfrh3LLI7MuxhCjPea7k383QZMBN694GYddqQvHJ5pTOr8/u7y/iF3f9uFr6dze5p5ZpX3x20kLJFJ9xjhceToDLu8/Av/IfaVlvEFO5w5uHDwOn+4/CrpASHQX6SRZrFZUZUEvkYcfoxF8UZ0Kp4tj16lDuHzpM6fzI+p2c3/tnGtQbDQLZoVsIHR+WgJOMeca7CDaREoHRqMYAWUfdM5ZhahULgouq4VtXsFPtR+AjtT/t3cm0HFVV7r+a55HlSSPsjwbj+ABz8bGNqNpg0PMkIRAuqHTgdB5IQ8eIYR0LxJCQid5IcNLgLASQwiQAAEMGIyxwTMY4wnbCMuzrbHmUs1Vb+0jly0LSTWrbkn7rMXq9PK95+zznau6+56z979tdhuazhy9ULq9NxREPNieJEHHNwq9DsFEDB+1nhaxM6k6eam+qE6eJxoCibhOpRidDo5d5/HI5k8DLtzBhc8l91wW0qD/GDsNN9dOEDv9Br0eTQ2Nhez+C30JfS69Fh87m+CMtGHZ4FHwOV3d6tuZ7TY8eWgX/nJod1Ht6s3Or60ZK+IlNzefEDJaVAeyzzhctUYr7p0wG9/alr9H2puLwmMVnsAgnRF/orqLsQT0Wi2UCoXY8UonIJmJJXSEQwHMXanWZ3J/PteYbVZsdTbg3h1r8+mG7+1E4MVLrkdFUn72qDgl2SC02M40+nKnYz2K59OQevwZwcdwLAq1Qtn+9dpFjTk6KKRjw9S/kaBpTztgKeHTropgkzPnVcrw/z7bgTUnD6Vdx9/PvBKjVe0fCN010gNb23wMP9zJkhBpgZbxBSTqO9c64GzB9GyFfXOZOj3LavoAicegjER71DOkj9lPAk785/Y1uQwluXuoVuY/Fl4Pi1yFpEKOr3zwCo743X3H4ZIccTaopAToHP65BStgVqqRiMdFwVRvGgG/TAymLzcqB1SIHbNMxuv4wifR0yVrVvWolZdNn3xtO4GVteNxJ1UvyOLIOeVg0Q4RPROhcBi080UvMq1OJ/7/YCAAq80mBHS93vajks66W53XgJwqUpjvrP1Gu5sBhQz371yHPa7uNbk69veTqYswyzIAbb7ua49qbRbcv/M9fMilffrsn8NIkw2/nL4UmtD5KvFSmjA93255Etf1oYoH19eOx8LqGnzibMSTdTsF7rx3uG4ZOQWhWAQvHN0vpfVjW5gAqBDx7cMmipccxbt4XK60L7yO2FLlWkSMQTwudgrEkY5S2es7XLSzIjcbcPk7f+WVLQKBJ+Ysw3C1ASF/dkWr6ctcrlLC042zRs8L7SKRWjztdKVrqViwjuryFpsNzngED+5cj92uzI+CFlTX4IEJcxD1totNdm5iB8JiwqVrVqUzi/+9jAm8uPB6WJNykc0t5aazWrDP14rVx+uw5lT6HVwpz6U72/J2uNRyhRBCpUBPbkxASgSWDR2D74ydjpDbC8pUpKywjnXrurOVXkS0M0H17sLRKNoT9wEV6cYAIossU0XxQvGgXbUPnKQNs65QXXI/HQhU6wxYveRmsXNJznWmLZ3DRf04KiuRTCTEs5dOmoSce6PJJBx6crINJiMOBjz49va3ctrZXLPkZsQ8vi5jZygof63zJB7e/UGm0+XryoAAyYBQFZhak1UkEqkTELprvXGMmA8eet71JhNkSgXWNR7Bj3ZuyKc7Sd6bt8MlyVmxUUwAwKzKIfjJhZegzeVBVXU13GkyyFLQ6AVJL12qZ9exiYBmm63HMivFAE/HV/ZKB+7c9hY+bj2/AHExxuuvfT580SIsdAwRz0mmjRwuhUqZNgOWpBfohUdHiz3FVFGCh1anRWtziziqJEHTq9c+l6k55103q3Iwfjp1MfzdVFjQWM14cNcGbG0+mVX/Q/RmPDv/Wvzy0+145bh0FMKzmkQfuniEySbqqk53DMKNteMxxlwBRRKQxeOIR6J5yZ2UAhPtCie1arRGQ/j6xlcLroXVeU4knfK5z4W/HNpV9On26HDR7lUCyaKX7lErFIhk8VVZdCo8QJ8g8K+jL8JXascLh0uU96Fi1J2cqK4mSrthtMPQ1Rch1WWkI8pUTE5vgNJaTNjlacE9H3UtbNkbNvSHMaj8yN8WrIAvixJQdAQoUyjgzuC5ImednKjuilGTY22rsItyPrQTRpmOSrMRj+7bgndzKPL7h9lXY4za2GUtPNpNMNvtmPvm0xkt7eWDR+KSqhp8f2e7+vYNwyfgzROfwxsNZ3Q/X1QcAvdNmotLq2th1WjRFglDmUgKh767LNjiWFH4XoWul9WCXx3Yjlc6SJ4UeiTS/ntm/nKQ01rndQrx32K2Hh2ur42YDLkM+HORUzW/POwCrG04DFeY68MVc7H7W99jzHY8OecaeM/UA6O6iD6Pp8djHfq6ouO7rrLEiF8qCLq3ZCFI1iKglGVUtqW/rW8x5vvI1Esxw1yZcSxXJkeKKTtph5TiueiFSFmzqXIqqX+nIz6NXofWpuazU9OZjHju5Gd48rPsxGAfmDwPl1YNQ8jj7fLDgRzFQ2E/bs3wBfOjKQuwdNAILH/vBbSEpB0LVIznQmp9jjVX4L8vWogBaj3CgUDao2qp2Z+JPWKnS6/FZe88m8nlOV8ztWIAHpg0H0MMJnzmdYpYScooLEbjI8ViUOU+JUFggrUSv7n4cgSc7X88dFQYPvP1R5lk9AIkXRrxNSiXQafTQ6VUIByOgNL3u2oOh0Ok+KfifEhzqRgCgjQ2feXRi/H1xsN4ZPdGSTDt60YMNVjw+MWXwRht3ynoqdGuqahjGIvB1ZpZqSWSFVGq1UKqJPUs0rNE/dBa085px0oG5IQdjrbhtk2vZoX+tcU3Qhvq/jiJApQf+XQL1p6qz7hfKs/CO1oZ4yrKhYsHDRfaTiOMVhiTcvG8SD02Kx8QOosZr54+hBcO7+uyKHY+fXe8l45hScNxXtVQ6JQq/Hj3Rrx8rPDH5exwFWrFuB/JEaB0/9uHTxYBo9Rod4EyxVI6S/S/yamh4xVqpNNF8TOkfkkxNF39kFFQM90vVyqgkMmhVCnPilQWAgB91aUCq5VGPZpiYTy+/0Nsb8kuzqYQtvTXPu6fPBeXOmoQ9nYvp0BsBg4ciNbWVvGcpJN7SLEkZ91oNkOr0YAKCMcSCSjlcqEMT2WjOmvFtafLJ3BdlmK3Ly9aCUM41uXOBz1jPpUMK9b/vb8ucdnO+/GZV+Aia7Uo09S59mbZTqoHw2mHX2vQCy2vH+xcj63NJ4o6TUq0ojJED3y8Dvvc53aaCzUoO1yFIsn9SI7A03OuwSid+WxtOtot0ImCwTK4nOdKsIhjIbn87HUUR0POVHfFgjtOtLKqEn6fP++sRa3BAK1eh+ZgAFV6IxQyGfa5mvCvm1+XHNe+btBoUwWenHN12lgucrhOn848iSGV/UqOFr0sO74wKW7Q6/F0GXujsVnw8O6N2NB4NGP0v591FSborV3GGpLW14GIH3eySHTGPKVy4Z/n/gsGy9Rpd1+lYm8h7KCPFPqN/mfjYfzPvi2F6LJkfbDDVTL0PHCxCfzz0hugC0XP+8qnr3uTxYKWNKV+KhwO4YQF/H7x49adhpLZaoFWrRFHjLTbkW2jIyYolajzu/DQrvU4EfBBQ8dNnESSLcqCXT/eWonfzbgc/jRCueRwUY3DTI502gPiKyBLJrt8Tshxp6Nscro6tvb6mRWY/UZmwe2pexcPHI77LpiJSBcaXAazGU8e2YNn6/cUjBl31DsEqNB6NZR5f+D1jrWFG4V+J0/Hw+KoLxstusJZUJie2OEqDMcv9DKjYiB2uZs4+7JIfDPp9pVFK4XDlTruMVnMMOj0Ilg5k90rOoKUKdpVuOLRWJf1E2m3gHbNKCaH+nVmkK1G/ZHjJ9Np8am3BVtaTuK5+r2ZTImv6QUCk+3V+MW0JQi5znd+Og+djcNls9uFA9/a0tLlDOiYmjJgKYOxowNHWY0elQxf3vCPrGZOMSlPzb4ani4yLi2OCjyyZzPeOFmXVZ98cWkJUBYtiZi6m7t+hkprXfFHFycRWjUe3bsZrx8vz2eXHa4iPSejTHZ87jtfx6lIQ3G33RB4fsEKWKPt8TUUC0NHiq4Mtbg6dpnKXKRdrmgkIgQsO+940TFkLBLNSFi1/YdDgz99vhNP1xVf+4UfkOwJvL30K0j623qMzerpGDA1Iu1sWe02KBTKtJUOSKuLdknJcScHTK3XwajT4/H927Mu6kuSPmsv+yoi/sDZ4ydhi9WKY2E/bnr/5eyh8B0lJVClNeD1JTeJsk/ZiPOW1OgCD06/xSG1Eo99ujWrI/YCm5Fzd+xw5YyOb5Q6gTeX3AxdLCECkcnh0hsNaG7MrA5dV3OjLDKNVotAWxsCnerTCbFUylZLI5pJQfdygw7f2b4GuzOsiSd1zn3Rvt/MvBLjNabzMga72uGKxWNoPiPjQA4N1UHUqFQiFotitMi5pozYdLU3afeLjhXdLrdwxmMy4B/HDmCXqxHbshQmTdl5+5iLcPWgUTArVFDK5PAmomgMBvDwno04XKS09774LEhpTo9OW4zp5koEzyQCScm23rKFAulDagWWr3se0QzKZfWWXZmMww5XJpT4mrIjQCrzD02eh7inPUORXnzkLJGgaT6NFOtDoSC8nvZixNRSx0G060W7Xz2V/ZGZDHjswDa8d/pIPmbwvUUm8JuZV+BCk6PLY+TU0HSkGE8kRJwfOVcUZ0LOVSQcFmWgUlmwJP/Qk1AufQxoSKZEoYA3FMSBgBt3bn2jIDNUyRW464LpMCk1YqfMFWGtw4KALUEnWoUS713+NRGmEvL6Ms6MLYGpRR/SbLfhiUO7sKrIGqGFngg7XIUmyv1JgkClVo8/zV4Gma9dpLF9p0F7djciFyPJsTJbrfB7vedlk1Hfaq0WSCRE/E13cVy0i2GqsGH+m3/OZXi+pxcJ/PDCBVhaNazbotRkCjnftN5+n0843eQ4UYJFapeTjj8yUfymBA1yynR6HeKxOI6G6MjvpV6cLQ9VLgRWzVuOWr0Ffo+n3x4r0lqRCv2zRz/FU3U7y2XphJ3scJXVcrGxmRIgVex7x808q6VEZVVIcLK5sTHTLr5wHcXsJOJxIR9BcTai2KpeL5ytCL0wdbovpPt37ISuV1lMWPL2MznbwDf2DgG7Rgc6ku7peaEdrmAkAo1SKXa6MjlS7sp6u8MhnHV6Pui/ep8LK7MMku8dKjxKqQn8csZluMhg/4JeW6nt6u3xNSYjXmuox6/3b+/tofMajx2uvPDxzVIl8OOpizDHVCUcIHKEzBaLUI9Ppx7e03wo4FiuVIqMRGoim0wGhENhUGwWOWGU1t+5ZEvHPqsHDMDFrz+FJJJSRcd2nSHwR6pFqDF1+3Ijh4uyCruTDMkUpBB31Ovo+xfBSBh/PLwbzx/el+ntfF0/IrBwYC0enDgXwTQZtH0dCSVAbfM1474d75bVVNnhKqvlYmMzJUAaXMZoQjhYdGSDZDIjKYhM+6fjQXGMZDSKXQm3y5U2poKEL4NaFa7f8HfEyVnjJmkCVBrq51MXQx2JQUdq1/7AeUeEhXK4OkIwVdhxx9bVOOjJXtNN0jDZuIIReGXhl6ELx9L+3hRsQAl2lNKnu3XTq2X1t8IOlwQfJjYpPwIX2gfgl9OXIuB0tctBmExobGjIr9Mu7ibRU9JJaulQbLi7QegHQm8xY6+vFXdtfbPgtnCHxSFwyYBh+MlFi6BWKEXMDB0bUlwWOWAyyOBsbc1qh0scbatUopQP1V/suDtmslpwOOgDvUS4MYHuCNw/eR6uGDAcPqerX0MyV9hxexE/TmR0ilFgwuxwFRgod1dxbVQgAAAXBElEQVR6AjcMn4C7R0+Dy+mExWYT6t7ubopR52qtjhw5gyFtun+qf63ZhCMhH/6NS/Xkirxk990ycgpurZ0AZRLieJqcJDpOzkQ8t6PRdCRNR8+UsajWaJAA4D0jI0LVDxpjIdy++XV4ouGSzZUHLg8C6y7/GqJef7/d5RI1bY16LF/3AtxFyry9YegFeKfpCJzhYMEeCna4CoaSO5IKgfnVNXhwwlxEvD6QPhZlgJFcQ6EaxdyQ3pLX7e6yOHDncShbza9W4Lr3XiiUCdxPLxPYeOXX4Xf1HJ/Xk0l0/EwOFz2HJMRLmm5JmUzscpET51XK+Pno5TUt5+GoiPUEjblHnbhynl862+nk4kisDbdtei3dpZL6d3a4JLUcbEwhCPzPjKWYaqlCyOeHvcIuNLMySc/PZGz6Q6e4LYoJi8Xj4kipuybK92jVotbiT/duKttyFJlw6evXPDFnGcZqzT3qaaVjQM5/koQa5TJxVtEWCAjNNjoa+T8738PmpuPpuuB/ZwKCwP+9+HJMt1SlFVruq7h0JiP+dvIzPPHZx2U1RXa4ymq52NhMCKyady0GJBVCBoK2nqkURqFaJe2YhcPixUsvUFIXDwWDXe6gmWw2vNt0FPvczfjH0f2FMoH7KQEBKtX1l/nL4W7JLmaro6mUNGGxWoWj7jlzlEhH3pudp8ou26oES8BDdiBwxeCRuHf8LLT102xFg82Kx/Zvw+oT5VVTkR0u/jPucwRWzb8WNUqdcLhIH4ukIQrVHFWV8J3ZMUvpcJFKuMiC7ODYUcxWYzSEez56Gw3Bwo1fqHlwP9kTeGTaYsw0V6GtQMfTar0efkUSD+x8D/vd/bMgcfarwHekCLy8aCVMZzKxC02Fducp0YeSgihekeIW6UOTjsOl0PQ2K27Z9CpOtJ2r+CEFu9LZwA5XOkL872VH4I9zlmGCwQaZXI5YNJrXMVDHybfHbhm+kJVIu1yk80XZZ1RjkX6U4gYtVr7/Etpi0viBKrtFlKDBGoUSL17yJSj9wawyE7uaCh1NB5VyfGPza2gItpef4sYEsiHw/cnzcFVVbd4JQfThSL9hFGdIjlZMIUNrOIR6vws6RXtGrU6pBMmkkNCvIhYXsav0XykaVfaojwRwWxlm87LDVYonhscsKoG7xs3AykGjxUtRq9ejpSn3gtUdDaWXpI766+aIkmrpUQA0KdEn9VosZUX5oq5zKTpfs/RmJH1tPYrbprNLQ9mtiQj+9461ONlWuGSOdOPyv/ctAtfVjMN3R08Tvze5NNq9kuk0CCFJ+s3wRELY527BuobD2NpFwfTLB4+ETqHEJQNqMdMxSJwchAPtpdN6q9GuGx0n/qHuY/y1fm9vDVuwcdjhKhhK7kgqBJ6acw1Gqg0iIJnirAqlwUVfViqNBm6ns8sdDorRcTgciCUSePzAh3i2fo9UkLAdBSCwaEAtfjR5Pto83pzq2NHLwmi14FDAg+9++DYXki7AmvTnLv597DR8dci4rB0u2tHSmoxwxsJ4pn4vXj52IGuMK2sn4K4x0xDoVNMxJZtSqCSlzoZpLGa83XAYP9+3JWubpXADO1xSWAW2oaAEVi++Ccq2kDjaI5V5qn+YKiicz0DWCjsUkKG1m8xE2pKvqKjAztYG3LntDUQoI41bnyFABdGpgoHf7cnqOIXKkJAz7k3E8F7j0bJ9WfSZhewDExlltuOBSXNRI9eKD8uuGh0TpipipI7/KB6LBJh3e1uE059rxQuNQoFHpi7GVFs1/GcEWOkEQK7XIhqNIeTObdetp6Wh/hsRw41lXGeUHa4+8MfHUzhHYEXNOHxv4uyz2WTkAJHjRVmF+TZyuOQyudBOoiZqKXZotAPmlSdwzbvP5zsU3y9RAo9NX4qLrFWI+gPiWJFeaBT3QrsGMaUcCpkcvlgEZpVGFLQ2ajT4zOPEiaAXrx2rw+Zmln6Q6NKWlVkra8eLHSafy/2F3yFytIxmM5RqFdriMRFHSh8LcpkM7lAQRwIefHPrGwWZ77MLrsMgmRoKlQqueBTBRBQDVTq0+fw57QJ3ZxT9nWktJvzXno3Y0HC0ILaXohN2uEpBnccsGoGvjpiEf6udBL/XK8r6kBNEKvP5FK1OGUtB80qDDhq5Aq5gAJo4xIuWvh7ppRtWyPDwrg+wvrF8fxCKtjB9qOPvTZiNFcPGiTI/rmgY0WQCLeEg3jp5CHU+J1zhICxqLUaYrFh/+igCsSgXK+9D6y+FqUyvGIiHLrwEatpED53LHqTfvIAcOBRw494d7yIcj51nrlImRyxZuJ33BdU1ovTV6WAAd3+4Bs8vWAGdUgV/WxsCBfjITRlPR5UuRRLXr/+7FPCftaHGYEFjyI9wPJ6RXexwZYSJLyoXAn9feD1scVm7oKTFDK1Gi6YCBc2Tc6Ux6MXX3NqGIxiqN4nsHrNSjXq/Gx+2nsJLR7OPhygXtmznOQIrhl0Ak0qNN098jqYQy37ws1EaAj+btgQjjRYMMpjhj0bQFG7DD3euxyFf79VZfHDyfLx4dD/unTgbE6xV2OVswCCNAfAXLqDeYrfjt3U78LfD+0oDuptR/7ZgBSwqDba3nsJDn2xIaxs7XGkR8QXlQuDWUVPwjZFT4G11CpOtdruoo1iI+K2ODKjI8JqmI/jJ7k3lgobtZAJMoI8SUMrlInuQnJ2tzSdKNstXLl0JhUyGAx4n5lYORls4hJA3f8kTEq+mrO/l656XnMwOVTW50FiBhEKGh3Z/gM1NPfNnh6tkjycPXGgCv5pxGabobSJdmYKUKX6LsmUKXbhartfhWLQND3y8Dq0FLGxaaB7cHxNgAkygNwjolSq8QBp1Mhnu+WitiCv77sTZGKUziySTfJraZMT7zpMiXENqjeZNArRWpRovH6/DT/du7NFEdriktoJsT04EZlcOwQ8nz4cyFBFOls1uh1KhQHMBy/qkDKNjxApHBb7/yXqsO30kJ3v5JibABJhAXyMgg+xsvKJKLscrC1dCE4nlFUOrs1nwnx+9g72uwugpFpr5eGsl/jD7aiEQS4kJd297CzudDV0Oww5XoelzfyUh8Mz8azFYY0DgzNcU6W8F/P5uU6bzMZJiuawVFfjW1je6/cPKp3++lwkwASbQFwi8teRmEctFGb25NntVJZa/+zyaw4WLCcvVlu7uozi2ZUNGIxaPYbenGf+x9U1x6TiLAwc858p2scNVaPLcX68TsKq1eG7BdUh6A2cFScnh8vt8eX1ZdTcRo82KVUf24am6nb0+Vx6QCTABJlAuBL45dhpuGjY+K7FgkoCwWCwiXkutUuF40Ic7tqyWXPxWxzUQJyyT5iHpb4PcZMBeTws80TBmOwbDGQ7inh3voDEYADtc5fLksp09Elg1bzkqY7KzX1IkeEpp+4WM36JSGFqDHvVtXtxahnW8+BFiAkyACfQ2gQcmzcMMxyAY5UrIE0nQUSOVI6LfU7lOC8QTiAaDQreL5B8iaiX2e1uxo/U0tEolnvpM+h+2U+zV+OW0pWhzuYU2HwX6x+QyKOIJhNVKXPXucwI7O1y9/fTxeEUh8OScZaiVa8WOFj3wdrtd/AHnkqFImloUdE9Hh1SPUaFWAXI5vNEw6nwu3L/jXQQ76dsUZVLcKRNgAkygDxAgIeCFA2pBpxH/MmQ0BuiNINnoJ+t2YoDWgMsGjRDOWGMkiFX1e7D6RF3ZzJrm9PjMK1Cj1MHnO1cbld4j0GmwpfWUkOpgh6tslpQNTUfgRxdegoUVQ+D3eEACpSR42tjYmO62Lv/d7KjATmcj9EoldrkaRTDk6uN1OBrIL9smJ2P4JibABJhAHyMw3TEIdd5WeCJhMbO51UOhkSuxqelYxiKiUkHy25lXYKKxAgGf72xIC72D4hoVnOEQbt/yuvhYZ4dLKivGduRNIFVigiQh6DgRyWS3NQ/TDWZ22HHntrewR6JZMens539nAkyACTCB3iFw9wUX45aRk+GhJC1/u+6Y2WzGB+4GIR3UsfGRYu+sCY9SRAIjTTb8fuaViLjb6yVWVVWJrd3uirr2ZApJPtgrHZj9xtNFtJi7ZgJMgAkwgXImMFBnxOlgu4NVrTXg1zOvQLVM1a4DaTbi0X1bsK7hfNkgdrjKecXZdkHgS8MuwDdHTEHY5xc1Dc0WC5ozLOcj06hh0OkRC4VETUTaCo6olLjsnWeYLhNgAkyACRSRwPzqGnypZhyOBrwiboukFQwqtRBOpfiuhjMOTRFNyKnrG4dPxLcvmIHtzSexz9OCzzytuGfCbJjjSSQVcrzbcgI/3v1FoVZ2uHLCzTdJicB9k+Zi2YARCLW1iUB5e0UFmjKM3zLYrFjXdAwTLA4M1ptQ53XitZN1eJlrIkppidkWJsAE+iCBp+Ysw1i9VRTZDiEJo0qNaCwmkpYe2v0+NjQcleSs31hyE3TRBBQ6LZSQISYD5MkkIpEoWuNh3Pj+S4gnKS3g/MYOlySXk43KhsC3xk7DLaOmtOu0ROMwaLUZ73ApTQb8sX43Xjq6P5sh+VomwASYABPIk8BNwyfidvrtdnlEdjllhVNTmYx4ZP9WrO90JJfncAW5/RczLsNkswMRn1/YrFKp4FQkcNDTCodWjx/sXI+WUNcirexwFWQJuJNSEli9+EZUaPTY1nISM2wDxNdRpjtclM0o06qxsfG42NLe1HS8lFPhsZkAE2AC/YrAW0tvhswfRDQaPTtvq8OB3x78CM8d3ispFlqFEpuuug0NDQ3i2JOkg7QWM351YDv+eexgWlvZ4UqLiC+QOoHNV90mTDzic6NGYxBfHJnWUCSBOpPFIv54Dnpb8PWNr0p9umwfE2ACTKDPEPjdrCsxTm9Fm9cndozoI9iLOK5+92+SmmONwYKHL1qIGq3xbEFus9WKQ0EvbstQCJsdLkktKRuTLYEx5gr8ae410CiUcIWDUEfj0BsMcLa2ZlS/i9J3dXo9fvjJBhz0tKDe58rWBL6eCTABJsAEciRAsbMvX3oDvG43lBoNArIE9rqacd+OtTn2WPjbrhk6BneMvgi6pAwhX3tmotZoQJscuOn9lxCgcJYMGjtcGUDiS6RNgET0NHIF7p84B8q2MKiOYktzc1qHiyQgkiY97vt4Hfa5m6U9SbaOCTABJtBHCdw8YiJuHj4Rp9v8+Pb2txCSSCWPGqMVXxk+AfMqh0ITiYlKJvTeoBJEBoMBr508hId3v5/xqrDDlTEqvlCKBEaZ7KJOF2lxXTN0NLxuD6w2G6KRCJxOZ48mi/N3qxmL1qyS4tTYJibABJgAEygRgauGjMK3x04XNSB9Hu+5gH6zEcdDfpwK+vHonk0Z727RNNjhKtFi8rCFIXDXuBn42ohJ8MaisKk1QnROFA/VadHY0H1pHwqspy3hba5GSW1dF4YK98IEmAATYAK5EqDsya8NnwhlKCL0GVON4oOTBh2uWPvXnLpmhysnbHyTVAhcaB+AP8y+WmxBq5MQxappq1et1aK1uetjQgqSl6tVaA4F8OjezdjWfFIq02E7mAATYAJMoIQELhkwDP81eQFCXt8XwlKMZjP2Bly4a9ubOVnIDldO2PgmKRCgFN3bx0zF8poxkMeT4g+EdFzsDgeS8bhwvjo3UpI/nYzi1k3/RPSM5osU5sI2MAEmwASYQOkJPDlnGUapjfCfqYuYsogy2iMaFW7b/Coag4GcDGWHKydsfJMUCNxBgqe1ExEJBtHW1i40R8eJdkcFWpq63t0izZSH9nzAeltSWEC2gQkwASYgMQIvL1oJq1INJJNIRqLi3UIhKAarBT/btwWvHf8sZ4vZ4coZHd9YSgJDDWa8uPB6RIIh8QcRi8XOmlNZVQV/N8WrjRYzDrZ58O9bVpfSfB6bCTABJsAEJEiAst4VMhkWDajFbMdgoR7vjoTwl/o9eP7wvrwsZocrL3x8c6kI0B/EkkEjMMsxGPOqhiLi9grxUrVaDavViqYeilfrzGYYdFqhLv+9j94p1RR4XCbABJgAE5AwAdIIo5JxpLMVScTztpQdrrwRcgelJEAV2pcNHIGA2yPMsFXYIYcMra2tPZpFR482RwVu2fhPUbCaGxNgAkyACTCBYhJgh6uYdLnvohKYaKvCry++HLJQRMhB0O6WxWrNqHA1Bc87ZQncsXU1nOFgUe3kzpkAE2ACTIAJsMPFz0DZEvhfE2YJdeK2cAg+l1soAFdUOhAMtAkHrLumt5jhjEfw0CcbWGG+bFefDWcCTIAJlBcBdrjKa73Y2g4E7h5/Mb46YhLC0Sg8rU6YbVZoVeqe47eMRhyNBPCNza8xSybABCRAYLKtGiNMVrxy7KAErGETmEDxCLDDVTy23HORCTw95xqMtzgQQxLxSBRKlQrOlpZuR6W4LZgMWLH+RcnU6ioyIu6eCUiagFIux0sLv4wqrQHbm0/i7g/XSNpeNo4J5EOAHa586PG9JSXwxOxlmGyvRiwRh1quELUTo9Huq7YbzGYcCftx26ZXS2o3D84EmMA5AlMrBmL50DF47vA+HPB0/8HEzJhAuRNgh6vcV7Af20/6KKvmXQttNA6NTotkPCE0ucLh8HlUqEi1xmLCR60N+NX+bTjV5uvH1HjqTIAJMAEmUAoC7HCVgjqPWRACXxo2Dt8bPwutzS2gsgtmi5nqscPZ2nqeEKrRaMTBsI/FTgtCnTthAkyACTCBXAiww5ULNb5HEgToGPF3s67CGLNd1FGk40RSmfe43eftculMRrzVfAw/37s5a7tHme2YVTkENQYzKrV6Uej67VP1LCWRNUm+gQkwASbQvwmww9W/179PzP6n0xZjnm0gPB4PbHY7kon2o0VSnqcaWCQX4ZIlRLB8tu3+SXOxvGYsFDI5YvE4krIkfrBzA9adPpxtV3w9E2ACTIAJ9GMC7HD148XvK1OfW12D/56yAGG3VzhYRpMJFLclAxBPJKBSKpEE8ImzAbdvfj2raeuVKjw0ZQEWDxqBEwEPnjm0B++crocncn6cWFad8sVMgAkwASbQ7wiww9XvlrzvTfiByfNwRfVweFwuMTlythKJBLQGA0hRPpyIQ6dQYm3DYTywY11OAIYZLTjd5i9IPa2cDOCbmAATYAJMoKwJsMNV1svHxhOBGY5BeGz6EihiCXGMqNXpEIlFEUzEQTtU8XBEaHQFEnEseXsVQ2MCTKBMCBhVavx+5pX4xubXES1A8eAymTab2UcJsMPVRxe2P01LLpPh5UVfhk2tgzsahl2lQTIaQ13Yh6FqA8Jen1ChVypV+HP9bvzh4I7+hIfnygTKloBOocLSwSPwKqvQl+0asuHnCLDDxU9DnyDwxJxlmGSrEgHyzlAQRqUKKoUCXpcbkUik3eGSyaFUq/H3I5/iZzlkLEoNVIVGhwssldjYdExqprE9TIAJMAEm0IkAO1z8SPQJAiTZQEKo9T43wvEY/nrJCgxV6kTmIjWLzSqEUWOxGKBR45DfhV98ug37y1jZ+vGZV2CmYzC2t5zEXdve6hPrmM8kbhg2Hs8f/TSfLvheJsAEmEDRCLDDVTS03HEpCWy5+huIxuKQyQA5ZFArFCK+ixwu+r/0n0qjwZbmE/jO9vKt30YJA9cOHYt7PnoH7zf2752uGoMFp4I+xBKJUj56PDYTYAJMoEsC7HDxg9FnCVw9ZDRIjX6CtQrxBGloyaCSyeGPR3DE68bpkB+fe114+vNPyprBZYNG4J1T9UL6ghsTYAJMgAlIkwA7XNJcF7aqQATGWirwnQtmYrjRCme4DQ9+sgGt4SDckVCBRuBumAATYAJMgAmkJ8AOV3pGfAUTYAJMgAkwASbABPIiwA5XXvj4ZibABJgAE2ACTIAJpCfADld6RnwFE2ACTIAJMAEmwATyIvD/AQ0lDBaae0lZAAAAAElFTkSuQmCC\";}'),(7515,1359,'map_info','a:18:{s:3:\"map\";s:8:\"worldLow\";s:6:\"mapURL\";s:0:\"\";s:10:\"usaWarning\";s:0:\"\";s:10:\"projection\";s:6:\"Miller\";s:16:\"albersUsaWarning\";s:0:\"\";s:11:\"description\";s:0:\"\";s:6:\"visual\";a:6:{s:15:\"backgroundColor\";s:7:\"#2cac94\";s:11:\"borderColor\";s:7:\"#f9f9f9\";s:11:\"borderWidth\";s:1:\"1\";s:10:\"paddingTop\";s:2:\"50\";s:8:\"maxWidth\";s:3:\"600\";s:10:\"fontFamily\";s:7:\"inherit\";}s:12:\"goPro_visual\";s:0:\"\";s:12:\"regions_info\";s:0:\"\";s:7:\"regions\";s:0:\"\";s:14:\"regionDefaults\";a:5:{s:4:\"fill\";s:7:\"#99d8c9\";s:5:\"hover\";s:7:\"#2ca25f\";s:13:\"inactiveColor\";s:7:\"#e0e0e0\";s:6:\"action\";s:4:\"none\";s:12:\"customAction\";s:0:\"\";}s:17:\"onlyIncludeActive\";s:1:\"0\";s:7:\"include\";s:0:\"\";s:7:\"exclude\";s:2:\"AQ\";s:17:\"roundMarkers_info\";s:0:\"\";s:12:\"roundMarkers\";a:7:{i:0;a:5:{s:2:\"id\";s:5:\"Kochi\";s:11:\"coordinates\";a:3:{s:4:\"name\";s:0:\"\";s:8:\"latitude\";s:8:\"9.996012\";s:9:\"longitude\";s:9:\"76.353675\";}s:14:\"tooltipContent\";s:137:\"<em>Amaeka Technologies</em>\n<em>1st floor, Geo </em><i>Info park</i>\n<em>Info park Campus</em>\n<em>Kakkanad, Kochi</em>\n<em>Kerala</em>\";s:7:\"content\";s:28:\"http://amaeka.com/index.html\";s:11:\"useDefaults\";s:1:\"1\";}i:1;a:5:{s:2:\"id\";s:8:\"Banglore\";s:11:\"coordinates\";a:3:{s:4:\"name\";s:0:\"\";s:8:\"latitude\";s:9:\"13.058170\";s:9:\"longitude\";s:9:\"77.608660\";}s:14:\"tooltipContent\";s:125:\"<em>Amaeka Technologies</em>\n<em>#53, 6th Cross, Maruthi Layout</em>\n<em>Basaveshwaranagar</em>\n<em>Bangalore, Karnataka</em>\";s:7:\"content\";s:0:\"\";s:11:\"useDefaults\";s:1:\"1\";}i:2;a:5:{s:2:\"id\";s:2:\"UK\";s:11:\"coordinates\";a:3:{s:4:\"name\";s:0:\"\";s:8:\"latitude\";s:9:\"53.396020\";s:9:\"longitude\";s:9:\"-2.303780\";}s:14:\"tooltipContent\";s:98:\"<em>Amaeka Technologies</em>\n<em>#36 Amberwood Drive</em>\n<em>Manchester, M23 9NZ</em>\n<em>UK</em>\";s:7:\"content\";s:0:\"\";s:11:\"useDefaults\";s:1:\"1\";}i:3;a:5:{s:2:\"id\";s:5:\"Qatar\";s:11:\"coordinates\";a:3:{s:4:\"name\";s:0:\"\";s:8:\"latitude\";s:9:\"25.374980\";s:9:\"longitude\";s:9:\"51.507760\";}s:14:\"tooltipContent\";s:122:\"<em>Amaeka Technologies</em>\n<em>Level 21, Burj Doha,</em>\n<em>West Bay, Doha</em>\n<em>Qatar – 27110</em>\n<em>Qatar</em>\";s:7:\"content\";s:0:\"\";s:11:\"useDefaults\";s:1:\"1\";}i:4;a:5:{s:2:\"id\";s:5:\"Dubai\";s:11:\"coordinates\";a:3:{s:4:\"name\";s:0:\"\";s:8:\"latitude\";s:9:\"25.119870\";s:9:\"longitude\";s:9:\"55.386700\";}s:14:\"tooltipContent\";s:106:\"<em>Amaeka Technologies</em>\n<em>Dubai Silicon Oasis</em>\n<em>Heins Tower, DUBAI294529</em>\n<em>Dubai</em>\";s:7:\"content\";s:0:\"\";s:11:\"useDefaults\";s:1:\"1\";}i:5;a:5:{s:2:\"id\";s:3:\"USA\";s:11:\"coordinates\";a:3:{s:4:\"name\";s:0:\"\";s:8:\"latitude\";s:9:\"38.876470\";s:9:\"longitude\";s:10:\"-77.221960\";}s:14:\"tooltipContent\";s:104:\"<em>Amaeka Technologies</em>\n<em>2841 Hartland Rd #300</em>\n<em>Falls Church, VA 22043</em>\n<em>USA</em>\";s:7:\"content\";s:0:\"\";s:11:\"useDefaults\";s:1:\"1\";}i:6;a:5:{s:2:\"id\";s:7:\"Ukraine\";s:11:\"coordinates\";a:3:{s:4:\"name\";s:0:\"\";s:8:\"latitude\";s:9:\"49.017740\";s:9:\"longitude\";s:9:\"33.414030\";}s:14:\"tooltipContent\";s:118:\"<em>Amaeka Technologies</em>\n<em>Danilevsky Street</em>\n<em>no-26, Kharkiv</em>\n<em>Ukraine61058</em>\n<em>Ukraine</em>\";s:7:\"content\";s:0:\"\";s:11:\"useDefaults\";s:1:\"1\";}}s:14:\"markerDefaults\";a:4:{s:6:\"radius\";s:1:\"5\";s:4:\"fill\";s:7:\"#000000\";s:5:\"hover\";s:7:\"#2ca25f\";s:6:\"action\";s:8:\"open_url\";}s:12:\"premium_info\";s:0:\"\";}'),(7516,1360,'_elementor_edit_mode','builder'),(7517,1360,'_elementor_template_type','wp-page'),(7518,1360,'_elementor_version','3.0.15'),(7519,1360,'_wp_page_template','default'),(7520,1360,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(7522,1361,'_elementor_edit_mode','builder'),(7523,1361,'_elementor_template_type','wp-page'),(7524,1361,'_elementor_version','3.0.15'),(7525,1361,'_wp_page_template','default'),(7526,1361,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(7528,1362,'_elementor_edit_mode','builder'),(7529,1362,'_elementor_template_type','wp-page'),(7530,1362,'_elementor_version','3.0.15'),(7531,1362,'_wp_page_template','default'),(7532,1362,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873f39f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a2d742d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a04b0d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[display-map id=\'1359\']\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(7546,1371,'_menu_item_type','custom'),(7547,1371,'_menu_item_menu_item_parent','0'),(7548,1371,'_menu_item_object_id','1371'),(7549,1371,'_menu_item_object','custom'),(7550,1371,'_menu_item_target',''),(7551,1371,'_menu_item_classes','a:1:{i:0;s:8:\"nav-item\";}'),(7552,1371,'_menu_item_xfn',''),(7553,1371,'_menu_item_url','#sec-foter'),(7555,1371,'menu-item-img_url','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic2.png'),(7569,1383,'_elementor_edit_mode','builder'),(7570,1383,'_elementor_template_type','wp-page'),(7571,1383,'_elementor_version','3.0.15'),(7572,1383,'_wp_page_template','default'),(7573,1383,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7575,1384,'_elementor_edit_mode','builder'),(7576,1384,'_elementor_template_type','wp-page'),(7577,1384,'_elementor_version','3.0.15'),(7578,1384,'_wp_page_template','default'),(7579,1384,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7581,1385,'_elementor_edit_mode','builder'),(7582,1385,'_elementor_template_type','wp-page'),(7583,1385,'_elementor_version','3.0.15'),(7584,1385,'_wp_page_template','default'),(7585,1385,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7596,1392,'_elementor_edit_mode','builder'),(7597,1392,'_elementor_template_type','wp-page'),(7598,1392,'_elementor_version','3.0.15'),(7599,1392,'_wp_page_template','default'),(7600,1392,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873f39f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a2d742d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a04b0d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[display-map id=\'1359\']\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(7602,1393,'_elementor_edit_mode','builder'),(7603,1393,'_elementor_template_type','wp-page'),(7604,1393,'_elementor_version','3.0.15'),(7605,1393,'_wp_page_template','default'),(7606,1393,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873f39f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a2d742d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a04b0d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[display-map id=\'1359\']\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(7608,1394,'_elementor_edit_mode','builder'),(7609,1394,'_elementor_template_type','wp-page'),(7610,1394,'_elementor_version','3.0.15'),(7611,1394,'_wp_page_template','default'),(7612,1394,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(7616,1397,'_elementor_edit_mode','builder'),(7617,1397,'_elementor_template_type','wp-page'),(7618,1397,'_elementor_version','3.0.15'),(7619,1397,'_wp_page_template','default'),(7620,1397,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7622,1398,'_elementor_edit_mode','builder'),(7623,1398,'_elementor_template_type','wp-page'),(7624,1398,'_elementor_version','3.0.15'),(7625,1398,'_wp_page_template','default'),(7626,1398,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"479419a\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0930117\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eff3a54\",\"title\":\"Open Imagination\",\"term\":\"Media\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"list\":\"\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664}},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\",\"_id\":\"7f08dd4\"}],\"project_title_color\":\"#020101\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Roboto\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7628,1399,'_elementor_edit_mode','builder'),(7629,1399,'_elementor_template_type','wp-page'),(7630,1399,'_elementor_version','3.0.15'),(7631,1399,'_wp_page_template','default'),(7632,1399,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2add956\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c12d9f1\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcaca46\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117},\"title\":\"Project title\",\"term\":\"test\",\"link\":\"\",\"_id\":\"8917312\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7640,1404,'_elementor_edit_mode','builder'),(7641,1404,'_elementor_template_type','wp-page'),(7642,1404,'_elementor_version','3.0.15'),(7643,1404,'_wp_page_template','default'),(7644,1404,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2add956\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c12d9f1\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcaca46\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117},\"title\":\"Project title\",\"term\":\"test\",\"link\":\"\",\"_id\":\"8917312\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7646,1405,'_elementor_edit_mode','builder'),(7647,1405,'_elementor_template_type','wp-page'),(7648,1405,'_elementor_version','3.0.15'),(7649,1405,'_wp_page_template','default'),(7650,1405,'_elementor_data','[{\"id\":\"b836531\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ec778d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2add956\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c12d9f1\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcaca46\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117},\"title\":\"Project title\",\"term\":\"test\",\"link\":\"\",\"_id\":\"8917312\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7652,1406,'_elementor_edit_mode','builder'),(7653,1406,'_elementor_template_type','wp-page'),(7654,1406,'_elementor_version','3.0.15'),(7655,1406,'_wp_page_template','default'),(7656,1406,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7662,1409,'_elementor_edit_mode','builder'),(7663,1409,'_elementor_template_type','wp-page'),(7664,1409,'_elementor_version','3.0.15'),(7665,1409,'_wp_page_template','default'),(7666,1409,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7668,1410,'_elementor_edit_mode','builder'),(7669,1410,'_elementor_template_type','wp-page'),(7670,1410,'_elementor_version','3.0.15'),(7671,1410,'_wp_page_template','default'),(7672,1410,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7674,1411,'_elementor_edit_mode','builder'),(7675,1411,'_elementor_template_type','wp-page'),(7676,1411,'_elementor_version','3.0.15'),(7677,1411,'_wp_page_template','default'),(7678,1411,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7682,1412,'_elementor_edit_mode','builder'),(7683,1412,'_elementor_template_type','wp-page'),(7684,1412,'_elementor_version','3.0.15'),(7685,1412,'_wp_page_template','default'),(7686,1412,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7688,1413,'_elementor_edit_mode','builder'),(7689,1413,'_elementor_template_type','wp-page'),(7690,1413,'_elementor_version','3.0.15'),(7691,1413,'_wp_page_template','default'),(7692,1413,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7694,1414,'_elementor_edit_mode','builder'),(7695,1414,'_elementor_template_type','wp-page'),(7696,1414,'_elementor_version','3.0.15'),(7697,1414,'_wp_page_template','default'),(7698,1414,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7702,1415,'_elementor_edit_mode','builder'),(7703,1415,'_elementor_template_type','wp-page'),(7704,1415,'_elementor_version','3.0.15'),(7705,1415,'_wp_page_template','default'),(7706,1415,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7708,1416,'_elementor_edit_mode','builder'),(7709,1416,'_elementor_template_type','wp-page'),(7710,1416,'_elementor_version','3.0.15'),(7711,1416,'_wp_page_template','default'),(7712,1416,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7714,1417,'_elementor_edit_mode','builder'),(7715,1417,'_elementor_template_type','wp-page'),(7716,1417,'_elementor_version','3.0.15'),(7717,1417,'_wp_page_template','default'),(7718,1417,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7727,1419,'_elementor_edit_mode','builder'),(7728,1419,'_elementor_template_type','wp-page'),(7729,1419,'_elementor_version','3.0.15'),(7730,1419,'_wp_page_template','default'),(7731,1419,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7732,1420,'_elementor_edit_mode','builder'),(7733,1420,'_elementor_template_type','wp-page'),(7734,1420,'_elementor_version','3.0.15'),(7735,1420,'_wp_page_template','default'),(7736,1420,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7737,1421,'_elementor_edit_mode','builder'),(7738,1421,'_elementor_template_type','wp-page'),(7739,1421,'_elementor_version','3.0.15'),(7740,1421,'_wp_page_template','default'),(7741,1421,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#FBFBFB\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7746,1424,'_elementor_edit_mode','builder'),(7747,1424,'_elementor_template_type','wp-page'),(7748,1424,'_elementor_version','3.0.15'),(7749,1424,'_wp_page_template','default'),(7750,1424,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#FBFBFB\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7752,1425,'_elementor_edit_mode','builder'),(7753,1425,'_elementor_template_type','wp-page'),(7754,1425,'_elementor_version','3.0.15'),(7755,1425,'_wp_page_template','default'),(7756,1425,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#FBFBFB\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7758,1426,'_elementor_edit_mode','builder'),(7759,1426,'_elementor_template_type','wp-page'),(7760,1426,'_elementor_version','3.0.15'),(7761,1426,'_wp_page_template','default'),(7762,1426,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#FBFBFB\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7766,1427,'_elementor_edit_mode','builder'),(7767,1427,'_elementor_template_type','wp-page'),(7768,1427,'_elementor_version','3.0.15'),(7769,1427,'_wp_page_template','default'),(7770,1427,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#FBFBFB\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7772,1428,'_elementor_edit_mode','builder'),(7773,1428,'_elementor_template_type','wp-page'),(7774,1428,'_elementor_version','3.0.15'),(7775,1428,'_wp_page_template','default'),(7776,1428,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#FBFBFB\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7778,1429,'_elementor_edit_mode','builder'),(7779,1429,'_elementor_template_type','wp-page'),(7780,1429,'_elementor_version','3.0.15'),(7781,1429,'_wp_page_template','default'),(7782,1429,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#050404\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7785,1430,'_elementor_edit_mode','builder'),(7786,1430,'_elementor_template_type','wp-page'),(7787,1430,'_elementor_version','3.0.15'),(7788,1430,'_wp_page_template','default'),(7789,1430,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#050404\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7790,1431,'_elementor_edit_mode','builder'),(7791,1431,'_elementor_template_type','wp-page'),(7792,1431,'_elementor_version','3.0.15'),(7793,1431,'_wp_page_template','default'),(7794,1431,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"project_title_color\":\"#050404\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7795,1432,'_elementor_edit_mode','builder'),(7796,1432,'_elementor_template_type','wp-page'),(7797,1432,'_elementor_version','3.0.15'),(7798,1432,'_wp_page_template','default'),(7799,1432,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#050404\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7816,1445,'_elementor_edit_mode','builder'),(7817,1445,'_elementor_template_type','wp-page'),(7818,1445,'_elementor_version','3.0.15'),(7819,1445,'_wp_page_template','default'),(7820,1445,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#050404\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7822,1446,'_elementor_edit_mode','builder'),(7823,1446,'_elementor_template_type','wp-page'),(7824,1446,'_elementor_version','3.0.15'),(7825,1446,'_wp_page_template','default'),(7826,1446,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#050404\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7828,1447,'_elementor_edit_mode','builder'),(7829,1447,'_elementor_template_type','wp-page'),(7830,1447,'_elementor_version','3.0.15'),(7831,1447,'_wp_page_template','default'),(7832,1447,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#FFFFFF\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7846,1456,'_edit_lock','1612960800:1'),(7847,1456,'_edit_last','1'),(7848,1456,'banner_background_image',''),(7849,1456,'_banner_background_image','field_5feab3dfc6d7c'),(7850,1456,'banner_title',''),(7851,1456,'_banner_title','field_5feab41bc6d7d'),(7852,1456,'banner_subtitle',''),(7853,1456,'_banner_subtitle','field_5feab42ec6d7e'),(7854,1457,'banner_background_image',''),(7855,1457,'_banner_background_image','field_5feab3dfc6d7c'),(7856,1457,'banner_title',''),(7857,1457,'_banner_title','field_5feab41bc6d7d'),(7858,1457,'banner_subtitle',''),(7859,1457,'_banner_subtitle','field_5feab42ec6d7e'),(7860,1458,'_edit_lock','1612960968:1'),(7861,1458,'_edit_last','1'),(7862,1458,'banner_background_image',''),(7863,1458,'_banner_background_image','field_5feab3dfc6d7c'),(7864,1458,'banner_title',''),(7865,1458,'_banner_title','field_5feab41bc6d7d'),(7866,1458,'banner_subtitle',''),(7867,1458,'_banner_subtitle','field_5feab42ec6d7e'),(7868,1459,'banner_background_image',''),(7869,1459,'_banner_background_image','field_5feab3dfc6d7c'),(7870,1459,'banner_title',''),(7871,1459,'_banner_title','field_5feab41bc6d7d'),(7872,1459,'banner_subtitle',''),(7873,1459,'_banner_subtitle','field_5feab42ec6d7e'),(7874,1460,'_edit_lock','1612961167:1'),(7875,1460,'_edit_last','1'),(7876,1460,'banner_background_image',''),(7877,1460,'_banner_background_image','field_5feab3dfc6d7c'),(7878,1460,'banner_title',''),(7879,1460,'_banner_title','field_5feab41bc6d7d'),(7880,1460,'banner_subtitle',''),(7881,1460,'_banner_subtitle','field_5feab42ec6d7e'),(7882,1461,'banner_background_image',''),(7883,1461,'_banner_background_image','field_5feab3dfc6d7c'),(7884,1461,'banner_title',''),(7885,1461,'_banner_title','field_5feab41bc6d7d'),(7886,1461,'banner_subtitle',''),(7887,1461,'_banner_subtitle','field_5feab42ec6d7e'),(7888,1463,'_edit_lock','1612961481:1'),(7889,1463,'_edit_last','1'),(7890,1463,'banner_background_image',''),(7891,1463,'_banner_background_image','field_5feab3dfc6d7c'),(7892,1463,'banner_title',''),(7893,1463,'_banner_title','field_5feab41bc6d7d'),(7894,1463,'banner_subtitle',''),(7895,1463,'_banner_subtitle','field_5feab42ec6d7e'),(7896,1464,'banner_background_image',''),(7897,1464,'_banner_background_image','field_5feab3dfc6d7c'),(7898,1464,'banner_title',''),(7899,1464,'_banner_title','field_5feab41bc6d7d'),(7900,1464,'banner_subtitle',''),(7901,1464,'_banner_subtitle','field_5feab42ec6d7e'),(7902,1463,'_elementor_edit_mode','builder'),(7903,1463,'_elementor_template_type','wp-page'),(7904,1463,'_elementor_version','3.0.15'),(7905,1465,'_elementor_edit_mode','builder'),(7906,1465,'_elementor_template_type','wp-page'),(7907,1465,'_elementor_version','3.0.15'),(7908,1466,'_elementor_edit_mode','builder'),(7909,1466,'_elementor_template_type','wp-page'),(7910,1466,'_elementor_version','3.0.15'),(7911,1463,'_wp_page_template','default'),(7912,1463,'_elementor_data','[{\"id\":\"20eef3e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"90c37f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"0564896\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8097a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1f0b8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7913,1467,'_elementor_edit_mode','builder'),(7914,1467,'_elementor_template_type','wp-page'),(7915,1467,'_elementor_version','3.0.15'),(7916,1467,'_wp_page_template','default'),(7917,1467,'_elementor_data','[{\"id\":\"20eef3e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"90c37f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"0564896\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8097a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1f0b8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7920,1468,'_elementor_edit_mode','builder'),(7921,1468,'_elementor_template_type','wp-page'),(7922,1468,'_elementor_version','3.0.15'),(7923,1468,'_wp_page_template','default'),(7924,1468,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#FFFFFF\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7926,1469,'_elementor_edit_mode','builder'),(7927,1469,'_elementor_template_type','wp-page'),(7928,1469,'_elementor_version','3.0.15'),(7929,1469,'_wp_page_template','default'),(7930,1469,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#FFFFFF\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7932,1470,'_elementor_edit_mode','builder'),(7933,1470,'_elementor_template_type','wp-page'),(7934,1470,'_elementor_version','3.0.15'),(7935,1470,'_wp_page_template','default'),(7936,1470,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#FFFFFF\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7951,1481,'_elementor_edit_mode','builder'),(7952,1481,'_elementor_template_type','wp-page'),(7953,1481,'_elementor_version','3.0.15'),(7954,1481,'_wp_page_template','default'),(7955,1481,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#FFFFFF\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7957,1482,'_elementor_edit_mode','builder'),(7958,1482,'_elementor_template_type','wp-page'),(7959,1482,'_elementor_version','3.0.15'),(7960,1482,'_wp_page_template','default'),(7961,1482,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#FFFFFF\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7963,1483,'_elementor_edit_mode','builder'),(7964,1483,'_elementor_template_type','wp-page'),(7965,1483,'_elementor_version','3.0.15'),(7966,1483,'_wp_page_template','default'),(7967,1483,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7973,1486,'_elementor_edit_mode','builder'),(7974,1486,'_elementor_template_type','wp-page'),(7975,1486,'_elementor_version','3.0.15'),(7976,1486,'_wp_page_template','default'),(7977,1486,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7979,1487,'_elementor_edit_mode','builder'),(7980,1487,'_elementor_template_type','wp-page'),(7981,1487,'_elementor_version','3.0.15'),(7982,1487,'_wp_page_template','default'),(7983,1487,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7985,1488,'_elementor_edit_mode','builder'),(7986,1488,'_elementor_template_type','wp-page'),(7987,1488,'_elementor_version','3.0.15'),(7988,1488,'_wp_page_template','default'),(7989,1488,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7992,1489,'_elementor_edit_mode','builder'),(7993,1489,'_elementor_template_type','wp-page'),(7994,1489,'_elementor_version','3.0.15'),(7995,1489,'_wp_page_template','default'),(7996,1489,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(7997,1490,'_elementor_edit_mode','builder'),(7998,1490,'_elementor_template_type','wp-page'),(7999,1490,'_elementor_version','3.0.15'),(8000,1490,'_wp_page_template','default'),(8001,1490,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"capitalize\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8002,1491,'_elementor_edit_mode','builder'),(8003,1491,'_elementor_template_type','wp-page'),(8004,1491,'_elementor_version','3.0.15'),(8005,1491,'_wp_page_template','default'),(8006,1491,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8009,1492,'_wp_attached_file','2021/02/2.jpg'),(8010,1492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:13:\"2021/02/2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:13:\"2-230x173.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:13:\"2-350x263.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:263;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:{}}}'),(8011,1493,'_wp_attached_file','2021/02/3.jpg'),(8012,1493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:13:\"2021/02/3.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:13:\"3-230x173.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:13:\"3-350x263.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:263;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:{}}}'),(8013,1494,'_elementor_edit_mode','builder'),(8014,1494,'_elementor_template_type','wp-page'),(8015,1494,'_elementor_version','3.0.15'),(8016,1494,'_wp_page_template','default'),(8017,1494,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8019,1495,'_elementor_edit_mode','builder'),(8020,1495,'_elementor_template_type','wp-page'),(8021,1495,'_elementor_version','3.0.15'),(8022,1495,'_wp_page_template','default'),(8023,1495,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site2.png\",\"id\":1037},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/site3.png\",\"id\":1047},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8025,1496,'_elementor_edit_mode','builder'),(8026,1496,'_elementor_template_type','wp-page'),(8027,1496,'_elementor_version','3.0.15'),(8028,1496,'_wp_page_template','default'),(8029,1496,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8033,1497,'_elementor_edit_mode','builder'),(8034,1497,'_elementor_template_type','wp-page'),(8035,1497,'_elementor_version','3.0.15'),(8036,1497,'_wp_page_template','default'),(8037,1497,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8039,1498,'_elementor_edit_mode','builder'),(8040,1498,'_elementor_template_type','wp-page'),(8041,1498,'_elementor_version','3.0.15'),(8042,1498,'_wp_page_template','default'),(8043,1498,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8045,1499,'_elementor_edit_mode','builder'),(8046,1499,'_elementor_template_type','wp-page'),(8047,1499,'_elementor_version','3.0.15'),(8048,1499,'_wp_page_template','default'),(8049,1499,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8053,1500,'_elementor_edit_mode','builder'),(8054,1500,'_elementor_template_type','wp-page'),(8055,1500,'_elementor_version','3.0.15'),(8056,1500,'_wp_page_template','default'),(8057,1500,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8059,1501,'_elementor_edit_mode','builder'),(8060,1501,'_elementor_template_type','wp-page'),(8061,1501,'_elementor_version','3.0.15'),(8062,1501,'_wp_page_template','default'),(8063,1501,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8065,1502,'_elementor_edit_mode','builder'),(8066,1502,'_elementor_template_type','wp-page'),(8067,1502,'_elementor_version','3.0.15'),(8068,1502,'_wp_page_template','default'),(8069,1502,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8084,1513,'_elementor_edit_mode','builder'),(8085,1513,'_elementor_template_type','wp-page'),(8086,1513,'_elementor_version','3.0.15'),(8087,1513,'_wp_page_template','default'),(8088,1513,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8090,1514,'_elementor_edit_mode','builder'),(8091,1514,'_elementor_template_type','wp-page'),(8092,1514,'_elementor_version','3.0.15'),(8093,1514,'_wp_page_template','default'),(8094,1514,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"500\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8096,1515,'_elementor_edit_mode','builder'),(8097,1515,'_elementor_template_type','wp-page'),(8098,1515,'_elementor_version','3.0.15'),(8099,1515,'_wp_page_template','default'),(8100,1515,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8108,1520,'_elementor_edit_mode','builder'),(8109,1520,'_elementor_template_type','wp-page'),(8110,1520,'_elementor_version','3.0.15'),(8111,1520,'_wp_page_template','default'),(8112,1520,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8114,1521,'_elementor_edit_mode','builder'),(8115,1521,'_elementor_template_type','wp-page'),(8116,1521,'_elementor_version','3.0.15'),(8117,1521,'_wp_page_template','default'),(8118,1521,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8120,1522,'_elementor_edit_mode','builder'),(8121,1522,'_elementor_template_type','wp-page'),(8122,1522,'_elementor_version','3.0.15'),(8123,1522,'_wp_page_template','default'),(8124,1522,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"cceba24\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"},{\"id\":\"119299d\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(8128,1523,'_elementor_edit_mode','builder'),(8129,1523,'_elementor_template_type','wp-page'),(8130,1523,'_elementor_version','3.0.15'),(8131,1523,'_wp_page_template','default'),(8132,1523,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"cceba24\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"},{\"id\":\"119299d\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(8134,1524,'_elementor_edit_mode','builder'),(8135,1524,'_elementor_template_type','wp-page'),(8136,1524,'_elementor_version','3.0.15'),(8137,1524,'_wp_page_template','default'),(8138,1524,'_elementor_data','[{\"id\":\"c931656\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"820c35d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2568ead\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"59420bf\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/1-2.jpg\",\"id\":664},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"}},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"63ff4e3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"website\",\"link\":{\"url\":\"#\"},\"_id\":\"b238ab7\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"website\",\"link\":\"\",\"_id\":\"415307c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"cceba24\"}],\"style\":\"style1\",\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#000000\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"500\",\"_css_classes\":\"our_work\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"},{\"id\":\"119299d\",\"elType\":\"widget\",\"settings\":{\"title\":\"INDUSTRY\",\"title_color\":\"#54AE95\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(8140,1525,'_elementor_edit_mode','builder'),(8141,1525,'_elementor_template_type','wp-page'),(8142,1525,'_elementor_version','3.0.15'),(8143,1525,'_wp_page_template','default'),(8144,1525,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8148,1526,'_elementor_edit_mode','builder'),(8149,1526,'_elementor_template_type','wp-page'),(8150,1526,'_elementor_version','3.0.15'),(8151,1526,'_wp_page_template','default'),(8152,1526,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8154,1527,'_elementor_edit_mode','builder'),(8155,1527,'_elementor_template_type','wp-page'),(8156,1527,'_elementor_version','3.0.15'),(8157,1527,'_wp_page_template','default'),(8158,1527,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8160,1528,'_elementor_edit_mode','builder'),(8161,1528,'_elementor_template_type','wp-page'),(8162,1528,'_elementor_version','3.0.15'),(8163,1528,'_wp_page_template','default'),(8164,1528,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8168,1529,'_elementor_edit_mode','builder'),(8169,1529,'_elementor_template_type','wp-page'),(8170,1529,'_elementor_version','3.0.15'),(8171,1529,'_wp_page_template','default'),(8172,1529,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8174,1530,'_elementor_edit_mode','builder'),(8175,1530,'_elementor_template_type','wp-page'),(8176,1530,'_elementor_version','3.0.15'),(8177,1530,'_wp_page_template','default'),(8178,1530,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8180,1531,'_elementor_edit_mode','builder'),(8181,1531,'_elementor_template_type','wp-page'),(8182,1531,'_elementor_version','3.0.15'),(8183,1531,'_wp_page_template','default'),(8184,1531,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8188,1532,'_elementor_edit_mode','builder'),(8189,1532,'_elementor_template_type','wp-page'),(8190,1532,'_elementor_version','3.0.15'),(8191,1532,'_wp_page_template','default'),(8192,1532,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8194,1533,'_elementor_edit_mode','builder'),(8195,1533,'_elementor_template_type','wp-page'),(8196,1533,'_elementor_version','3.0.15'),(8197,1533,'_wp_page_template','default'),(8198,1533,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8200,1534,'_elementor_edit_mode','builder'),(8201,1534,'_elementor_template_type','wp-page'),(8202,1534,'_elementor_version','3.0.15'),(8203,1534,'_wp_page_template','default'),(8204,1534,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8208,1535,'_elementor_edit_mode','builder'),(8209,1535,'_elementor_template_type','wp-page'),(8210,1535,'_elementor_version','3.0.15'),(8211,1535,'_wp_page_template','default'),(8212,1535,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8214,1536,'_elementor_edit_mode','builder'),(8215,1536,'_elementor_template_type','wp-page'),(8216,1536,'_elementor_version','3.0.15'),(8217,1536,'_wp_page_template','default'),(8218,1536,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8220,1537,'_elementor_edit_mode','builder'),(8221,1537,'_elementor_template_type','wp-page'),(8222,1537,'_elementor_version','3.0.15'),(8223,1537,'_wp_page_template','default'),(8224,1537,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8228,1538,'_elementor_edit_mode','builder'),(8229,1538,'_elementor_template_type','wp-page'),(8230,1538,'_elementor_version','3.0.15'),(8231,1538,'_wp_page_template','default'),(8232,1538,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8234,1539,'_elementor_edit_mode','builder'),(8235,1539,'_elementor_template_type','wp-page'),(8236,1539,'_elementor_version','3.0.15'),(8237,1539,'_wp_page_template','default'),(8238,1539,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8240,1540,'_elementor_edit_mode','builder'),(8241,1540,'_elementor_template_type','wp-page'),(8242,1540,'_elementor_version','3.0.15'),(8243,1540,'_wp_page_template','default'),(8244,1540,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"98692d3\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(8266,1122,'_cf7rl_enable','0'),(8267,1122,'_cf7rl_tab','0'),(8268,1122,'_cf7rl_redirect_type','url'),(8269,1122,'_cf7rl_url',''),(8270,1122,'_cf7rl_thank_you_page',''),(8271,1555,'_elementor_edit_mode','builder'),(8272,1555,'_elementor_template_type','wp-page'),(8273,1555,'_elementor_version','3.0.15'),(8274,1555,'_wp_page_template','default'),(8275,1555,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(8277,1556,'_elementor_edit_mode','builder'),(8278,1556,'_elementor_template_type','wp-page'),(8279,1556,'_elementor_version','3.0.15'),(8280,1556,'_wp_page_template','default'),(8281,1556,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(8283,1557,'_elementor_edit_mode','builder'),(8284,1557,'_elementor_template_type','wp-page'),(8285,1557,'_elementor_version','3.0.15'),(8286,1557,'_wp_page_template','default'),(8287,1557,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1122\\\" title=\\\"Contact form 1\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(8303,1558,'_elementor_edit_mode','builder'),(8304,1558,'_elementor_template_type','wp-page'),(8305,1558,'_elementor_version','3.0.15'),(8306,1558,'_wp_page_template','default'),(8307,1558,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8309,1559,'_elementor_edit_mode','builder'),(8310,1559,'_elementor_template_type','wp-page'),(8311,1559,'_elementor_version','3.0.15'),(8312,1559,'_wp_page_template','default'),(8313,1559,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8315,1560,'_elementor_edit_mode','builder'),(8316,1560,'_elementor_template_type','wp-page'),(8317,1560,'_elementor_version','3.0.15'),(8318,1560,'_wp_page_template','default'),(8319,1560,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Two\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8323,1561,'_elementor_edit_mode','builder'),(8324,1561,'_elementor_template_type','wp-page'),(8325,1561,'_elementor_version','3.0.15'),(8326,1561,'_wp_page_template','default'),(8327,1561,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Two\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8329,1562,'_elementor_edit_mode','builder'),(8330,1562,'_elementor_template_type','wp-page'),(8331,1562,'_elementor_version','3.0.15'),(8332,1562,'_wp_page_template','default'),(8333,1562,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Two\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8335,1563,'_elementor_edit_mode','builder'),(8336,1563,'_elementor_template_type','wp-page'),(8337,1563,'_elementor_version','3.0.15'),(8338,1563,'_wp_page_template','default'),(8339,1563,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8350,1565,'_elementor_edit_mode','builder'),(8351,1565,'_elementor_template_type','wp-page'),(8352,1565,'_elementor_version','3.0.15'),(8353,1565,'_wp_page_template','default'),(8354,1565,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1122\\\" title=\\\"Contact form 1\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(8356,1566,'_elementor_edit_mode','builder'),(8357,1566,'_elementor_template_type','wp-page'),(8358,1566,'_elementor_version','3.0.15'),(8359,1566,'_wp_page_template','default'),(8360,1566,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1122\\\" title=\\\"Contact form 1\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(8362,1567,'_elementor_edit_mode','builder'),(8363,1567,'_elementor_template_type','wp-page'),(8364,1567,'_elementor_version','3.0.15'),(8365,1567,'_wp_page_template','default'),(8366,1567,'_elementor_data','[{\"id\":\"2cc715c\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"ad5ec7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":61.3130000000000023874235921539366245269775390625},\"elements\":[{\"id\":\"ba673a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT WITH US\",\"title_color\":\"#111212\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f83ad6c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78d0bcc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[contact-form-7 id=\\\"1123\\\" title=\\\"Contact Form 01\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b615926\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.01899999999999835154085303656756877899169921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"contact\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_color\":\"#2F9F97\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b57c3fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"KOCHI\\n<div class=\\\"dt-sc-contact-info \\\">\\n<span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" data-delay=\\\"0\\\">\\n<span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:cok@amaeka.com \\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">cok@amaeka.com\\n<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c9f0e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"BANGLORE\\n<div class=\\\"dt-sc-contact-info \\\"><span class=\\\"fa fa-map-marker\\\"> <\\/span>\\n<div class=\\\"test\\\">\\n\\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\\n\\n<\\/div>\\n<\\/div>\\n<div class=\\\"dt-sc-contact-info \\\" ><span class=\\\"fa fa-envelope\\\"> <\\/span>\\n<div class=\\\"test\\\"><a href=\\\"mailto:blr@amaeka.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">blr@amaeka.com<\\/a><\\/div>\\n<\\/div>\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b811bc2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"910183e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3283483\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"35753f2\"},{\"_id\":\"bd66fec\",\"item_icon_primary_color\":\"#0C0707\"}],\"align\":\"left\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(8368,1124,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:11:\"css_classes\";i:1;s:6:\"margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(8369,1568,'_elementor_edit_mode','builder'),(8370,1568,'_elementor_template_type','wp-page'),(8371,1568,'_elementor_version','3.0.15'),(8372,1568,'_wp_page_template','default'),(8373,1568,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(8375,1569,'_elementor_edit_mode','builder'),(8376,1569,'_elementor_template_type','wp-page'),(8377,1569,'_elementor_version','3.0.15'),(8378,1569,'_wp_page_template','default'),(8379,1569,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":\"\",\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(8381,1570,'_elementor_edit_mode','builder'),(8382,1570,'_elementor_template_type','wp-page'),(8383,1570,'_elementor_version','3.0.15'),(8384,1570,'_wp_page_template','default'),(8385,1570,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(8391,1571,'_elementor_edit_mode','builder'),(8392,1571,'_elementor_template_type','wp-page'),(8393,1571,'_elementor_version','3.0.15'),(8394,1571,'_wp_page_template','default'),(8395,1571,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(8397,1572,'_elementor_edit_mode','builder'),(8398,1572,'_elementor_template_type','wp-page'),(8399,1572,'_elementor_version','3.0.15'),(8400,1572,'_wp_page_template','default'),(8401,1572,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":\"\",\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(8403,1573,'_elementor_edit_mode','builder'),(8404,1573,'_elementor_template_type','wp-page'),(8405,1573,'_elementor_version','3.0.15'),(8406,1573,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (8407,1573,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(8409,326,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(8411,1574,'_pum_built_in','default-theme'),(8412,1574,'_pum_default_theme','1'),(8413,1574,'popup_theme_data_version','3'),(8414,1574,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:3:\"100\";s:13:\"atc_promotion\";N;s:17:\"container_padding\";s:2:\"20\";s:23:\"container_border_radius\";s:1:\"0\";s:26:\"container_background_color\";s:7:\"#f9f9f9\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"23\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#000000\";s:15:\"title_font_size\";s:2:\"23\";s:17:\"title_line_height\";s:2:\"23\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"400\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:18:\"content_font_color\";s:7:\"#8c8c8c\";s:19:\"content_font_family\";s:7:\"Raleway\";s:19:\"content_font_weight\";s:3:\"400\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:5:\"CLOSE\";s:22:\"close_position_outside\";i:0;s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"0\";s:13:\"close_padding\";s:1:\"2\";s:12:\"close_height\";s:1:\"0\";s:11:\"close_width\";s:1:\"0\";s:19:\"close_border_radius\";s:1:\"0\";s:22:\"close_background_color\";s:7:\"#00b7cd\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:15:\"close_font_size\";s:2:\"12\";s:17:\"close_line_height\";s:2:\"36\";s:17:\"close_font_family\";s:7:\"inherit\";s:17:\"close_font_weight\";s:3:\"400\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:26:\"close_boxshadow_horizontal\";s:1:\"1\";s:24:\"close_boxshadow_vertical\";s:1:\"1\";s:20:\"close_boxshadow_blur\";s:1:\"3\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";}'),(8415,1575,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"60\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"8\";s:23:\"container_border_radius\";s:1:\"3\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:2:\"30\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:3:\"100\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#000000\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:7:\"&times;\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-13\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-13\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"26\";s:11:\"close_width\";s:2:\"26\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"24\";s:17:\"close_font_family\";s:5:\"Arial\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:5:\"solid\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"2\";s:19:\"close_border_radius\";s:2:\"26\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:2:\"15\";s:22:\"close_boxshadow_spread\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"75\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(8416,1575,'popup_theme_data_version','3'),(8417,1575,'_pum_built_in','lightbox'),(8418,1576,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"70\";s:17:\"container_padding\";s:2:\"28\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"5\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"4\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#315b7c\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"34\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"8\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"8\";s:13:\"close_padding\";s:1:\"4\";s:12:\"close_height\";s:2:\"28\";s:11:\"close_width\";s:2:\"28\";s:22:\"close_background_color\";s:7:\"#315b7c\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"20\";s:15:\"close_font_size\";s:2:\"20\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"42\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(8419,1576,'popup_theme_data_version','3'),(8420,1576,'_pum_built_in','enterprise-blue'),(8421,1577,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"75\";s:17:\"container_padding\";s:2:\"30\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#81d742\";s:22:\"container_border_width\";s:2:\"14\";s:23:\"container_border_radius\";s:2:\"80\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:1:\"0\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:1:\"0\";s:16:\"title_font_color\";s:7:\"#2d2d2d\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:10:\"Montserrat\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-30\";s:19:\"close_position_left\";s:3:\"-30\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-30\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:1:\"0\";s:11:\"close_width\";s:1:\"0\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#2d2d2d\";s:17:\"close_line_height\";s:2:\"28\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"28\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(8422,1577,'popup_theme_data_version','3'),(8423,1577,'_pum_built_in','hello-box'),(8424,1578,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#1e73be\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#ffffff\";s:17:\"title_line_height\";s:2:\"28\";s:15:\"title_font_size\";s:2:\"26\";s:17:\"title_font_family\";s:10:\"Sans-Serif\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#ffffff\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"0\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"24\";s:11:\"close_width\";s:2:\"24\";s:22:\"close_background_color\";s:7:\"#eeee22\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#1e73be\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:2:\"-1\";s:24:\"close_boxshadow_vertical\";s:1:\"1\";s:20:\"close_boxshadow_blur\";s:1:\"1\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"10\";s:27:\"close_textshadow_horizontal\";s:2:\"-1\";s:25:\"close_textshadow_vertical\";s:1:\"1\";s:21:\"close_textshadow_blur\";s:1:\"1\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"10\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(8425,1578,'popup_theme_data_version','3'),(8426,1578,'_pum_built_in','cutting-edge'),(8427,1579,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#fffbef\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:6:\"outset\";s:22:\"container_border_color\";s:7:\"#dd3333\";s:22:\"container_border_width\";s:2:\"20\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:3:\"yes\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"97\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-20\";s:19:\"close_position_left\";s:3:\"-20\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-20\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"20\";s:11:\"close_width\";s:2:\"20\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:2:\"55\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"18\";s:15:\"close_font_size\";s:2:\"16\";s:17:\"close_font_family\";s:6:\"Tahoma\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(8428,1579,'popup_theme_data_version','3'),(8429,1579,'_pum_built_in','framed-border'),(8430,1580,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:1:\"0\";s:13:\"atc_promotion\";N;s:17:\"container_padding\";s:1:\"8\";s:23:\"container_border_radius\";s:1:\"0\";s:26:\"container_background_color\";s:7:\"#eef6fc\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"23\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#505050\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_line_height\";s:2:\"36\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"400\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:18:\"content_font_color\";s:7:\"#505050\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"400\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:22:\"close_position_outside\";i:0;s:14:\"close_location\";s:11:\"middleright\";s:18:\"close_position_top\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"5\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"18\";s:11:\"close_width\";s:2:\"18\";s:19:\"close_border_radius\";s:2:\"15\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:1:\"0\";s:16:\"close_font_color\";s:7:\"#505050\";s:15:\"close_font_size\";s:2:\"15\";s:17:\"close_line_height\";s:2:\"18\";s:17:\"close_font_family\";s:10:\"Sans-Serif\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:5:\"solid\";s:18:\"close_border_color\";s:7:\"#505050\";s:18:\"close_border_width\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:1:\"0\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:1:\"0\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";}'),(8431,1580,'popup_theme_data_version','3'),(8432,1580,'_pum_built_in','floating-bar'),(8433,1581,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"70\";s:13:\"atc_promotion\";N;s:17:\"container_padding\";s:1:\"0\";s:23:\"container_border_radius\";s:1:\"0\";s:26:\"container_background_color\";s:0:\"\";s:28:\"container_background_opacity\";s:1:\"0\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:1:\"0\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:1:\"0\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#000000\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_line_height\";s:2:\"36\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"400\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:18:\"content_font_color\";s:7:\"#8c8c8c\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"400\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:22:\"close_position_outside\";i:0;s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"7\";s:21:\"close_position_bottom\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"7\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"18\";s:11:\"close_width\";s:2:\"18\";s:19:\"close_border_radius\";s:2:\"15\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:1:\"0\";s:16:\"close_font_color\";s:7:\"#000000\";s:15:\"close_font_size\";s:2:\"20\";s:17:\"close_line_height\";s:2:\"20\";s:17:\"close_font_family\";s:7:\"inherit\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:1:\"0\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:1:\"0\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";}'),(8434,1581,'popup_theme_data_version','3'),(8435,1581,'_pum_built_in','content-only'),(8436,1582,'popup_title','Our Spring Sale Has Started'),(8437,1582,'enabled','0'),(8438,1582,'popup_settings','a:39:{s:8:\"triggers\";a:1:{i:0;a:2:{s:4:\"type\";s:9:\"auto_open\";s:8:\"settings\";a:2:{s:11:\"cookie_name\";s:8:\"pum-1582\";s:5:\"delay\";i:500;}}}s:7:\"cookies\";a:1:{i:0;a:2:{s:5:\"event\";s:14:\"on_popup_close\";s:8:\"settings\";a:5:{s:4:\"name\";s:8:\"pum-1582\";s:3:\"key\";s:0:\"\";s:7:\"session\";b:0;s:4:\"time\";s:7:\"1 month\";s:4:\"path\";s:1:\"1\";}}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:1:{s:6:\"target\";s:13:\"is_front_page\";}}}s:8:\"theme_id\";s:4:\"2085\";s:4:\"size\";s:6:\"medium\";s:20:\"responsive_min_width\";s:2:\"0%\";s:20:\"responsive_max_width\";s:4:\"100%\";s:12:\"custom_width\";s:5:\"640px\";s:13:\"custom_height\";s:5:\"380px\";s:14:\"animation_type\";s:4:\"fade\";s:15:\"animation_speed\";s:3:\"350\";s:16:\"animation_origin\";s:10:\"center top\";s:10:\"open_sound\";s:4:\"none\";s:12:\"custom_sound\";s:0:\"\";s:8:\"location\";s:6:\"center\";s:12:\"position_top\";s:3:\"100\";s:15:\"position_bottom\";s:1:\"0\";s:13:\"position_left\";s:1:\"0\";s:14:\"position_right\";s:1:\"0\";s:6:\"zindex\";s:10:\"1999999999\";s:10:\"close_text\";s:0:\"\";s:18:\"close_button_delay\";s:1:\"0\";s:30:\"close_on_form_submission_delay\";s:1:\"0\";s:17:\"disable_on_mobile\";b:0;s:17:\"disable_on_tablet\";b:0;s:18:\"custom_height_auto\";b:0;s:18:\"scrollable_content\";b:0;s:21:\"position_from_trigger\";b:0;s:14:\"position_fixed\";b:0;s:16:\"overlay_disabled\";b:0;s:9:\"stackable\";b:0;s:18:\"disable_reposition\";b:0;s:24:\"close_on_form_submission\";b:0;s:22:\"close_on_overlay_click\";b:0;s:18:\"close_on_esc_press\";b:0;s:17:\"close_on_f4_press\";b:0;s:19:\"disable_form_reopen\";b:0;s:21:\"disable_accessibility\";b:0;s:10:\"theme_slug\";s:13:\"default-theme\";}'),(8439,1582,'data_version','3'),(8440,1583,'data_version','3'),(8441,1583,'popup_open_count','37'),(8442,1583,'popup_conversion_count','0'),(8443,1583,'_edit_last','1'),(8444,1583,'_edit_lock','1613128851:1'),(8445,1583,'popup_title',''),(8446,1583,'popup_settings','a:44:{s:8:\"theme_id\";s:4:\"1576\";s:4:\"size\";s:5:\"small\";s:20:\"responsive_min_width\";s:2:\"0%\";s:20:\"responsive_max_width\";s:3:\"70%\";s:12:\"custom_width\";s:5:\"640px\";s:13:\"custom_height\";s:5:\"380px\";s:14:\"animation_type\";s:4:\"fade\";s:15:\"animation_speed\";s:3:\"350\";s:16:\"animation_origin\";s:10:\"center top\";s:10:\"open_sound\";s:4:\"none\";s:12:\"custom_sound\";s:0:\"\";s:8:\"location\";s:6:\"center\";s:12:\"position_top\";s:3:\"100\";s:15:\"position_bottom\";s:1:\"0\";s:13:\"position_left\";s:1:\"0\";s:14:\"position_right\";s:1:\"0\";s:6:\"zindex\";s:10:\"1999999999\";s:10:\"close_text\";s:0:\"\";s:18:\"close_button_delay\";s:3:\"100\";s:24:\"close_on_form_submission\";s:1:\"1\";s:30:\"close_on_form_submission_delay\";s:1:\"0\";s:18:\"close_on_esc_press\";s:1:\"1\";s:17:\"close_on_f4_press\";s:1:\"1\";s:10:\"conditions\";a:0:{}s:8:\"triggers\";a:0:{}s:7:\"cookies\";a:0:{}s:17:\"disable_on_mobile\";b:0;s:17:\"disable_on_tablet\";b:0;s:18:\"custom_height_auto\";b:0;s:18:\"scrollable_content\";b:0;s:21:\"position_from_trigger\";b:0;s:14:\"position_fixed\";b:0;s:16:\"overlay_disabled\";b:0;s:9:\"stackable\";b:0;s:18:\"disable_reposition\";b:0;s:22:\"close_on_overlay_click\";b:0;s:19:\"disable_form_reopen\";b:0;s:21:\"disable_accessibility\";b:0;s:10:\"separator1\";N;s:13:\"atc_promotion\";N;s:7:\"explain\";N;s:12:\"type_section\";N;s:12:\"fi_promotion\";N;s:10:\"theme_slug\";s:15:\"enterprise-blue\";}'),(8447,1583,'enabled','1'),(8448,1575,'_edit_lock','1613119660:1'),(8449,1576,'_edit_lock','1613119678:1'),(8450,1574,'_edit_lock','1613119752:1'),(8451,1574,'_edit_last','1'),(8452,1574,'_pum_user_modified','1'),(8453,1574,'popup_theme_overlay','a:0:{}'),(8454,1574,'popup_theme_container','a:0:{}'),(8455,1574,'popup_theme_title','a:0:{}'),(8456,1574,'popup_theme_content','a:0:{}'),(8457,1574,'popup_theme_close','a:0:{}'),(8458,1582,'popup_open_count','0'),(8459,1582,'popup_conversion_count','0'),(8460,1583,'popup_open_count_total','37'),(8461,1583,'popup_last_opened','1613392753'),(8462,1586,'_elementor_edit_mode','builder'),(8463,1586,'_elementor_template_type','wp-page'),(8464,1586,'_elementor_version','3.0.15'),(8465,1586,'_wp_page_template','default'),(8466,1586,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8468,1587,'_elementor_edit_mode','builder'),(8469,1587,'_elementor_template_type','wp-page'),(8470,1587,'_elementor_version','3.0.15'),(8471,1587,'_wp_page_template','default'),(8472,1587,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8474,1588,'_elementor_edit_mode','builder'),(8475,1588,'_elementor_template_type','wp-page'),(8476,1588,'_elementor_version','3.0.15'),(8477,1588,'_wp_page_template','default'),(8478,1588,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\">\\n<a class=\\\"popmake-contact-form\\\">Get In Touch!<\\/a>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8482,1589,'_elementor_edit_mode','builder'),(8483,1589,'_elementor_template_type','wp-page'),(8484,1589,'_elementor_version','3.0.15'),(8485,1589,'_wp_page_template','default'),(8486,1589,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\">\\n<a class=\\\"popmake-contact-form\\\">Get In Touch!<\\/a>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8488,1590,'_elementor_edit_mode','builder'),(8489,1590,'_elementor_template_type','wp-page'),(8490,1590,'_elementor_version','3.0.15'),(8491,1590,'_wp_page_template','default'),(8492,1590,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\">\\n<a class=\\\"popmake-contact-form\\\">Get In Touch!<\\/a>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8494,1591,'_elementor_edit_mode','builder'),(8495,1591,'_elementor_template_type','wp-page'),(8496,1591,'_elementor_version','3.0.15'),(8497,1591,'_wp_page_template','default'),(8498,1591,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\">\\n<a class=\\\"popmake-1583\\\">Get In Touch!<\\/a>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8502,1592,'_elementor_edit_mode','builder'),(8503,1592,'_elementor_template_type','wp-page'),(8504,1592,'_elementor_version','3.0.15'),(8505,1592,'_wp_page_template','default'),(8506,1592,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\">\\n<a class=\\\"popmake-1583\\\">Get In Touch!<\\/a>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8508,1593,'_elementor_edit_mode','builder'),(8509,1593,'_elementor_template_type','wp-page'),(8510,1593,'_elementor_version','3.0.15'),(8511,1593,'_wp_page_template','default'),(8512,1593,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\">\\n<a class=\\\"popmake-1583\\\">Get In Touch!<\\/a>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8514,1594,'_elementor_edit_mode','builder'),(8515,1594,'_elementor_template_type','wp-page'),(8516,1594,'_elementor_version','3.0.15'),(8517,1594,'_wp_page_template','default'),(8518,1594,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8529,1596,'_elementor_edit_mode','builder'),(8530,1596,'_elementor_template_type','wp-page'),(8531,1596,'_elementor_version','3.0.15'),(8532,1596,'_wp_page_template','default'),(8533,1596,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8534,1597,'_elementor_edit_mode','builder'),(8535,1597,'_elementor_template_type','wp-page'),(8536,1597,'_elementor_version','3.0.15'),(8537,1597,'_wp_page_template','default'),(8538,1597,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8539,1598,'_elementor_edit_mode','builder'),(8540,1598,'_elementor_template_type','wp-page'),(8541,1598,'_elementor_version','3.0.15'),(8542,1598,'_wp_page_template','default'),(8543,1598,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8546,1599,'_elementor_edit_mode','builder'),(8547,1599,'_elementor_template_type','wp-page'),(8548,1599,'_elementor_version','3.0.15'),(8549,1599,'_wp_page_template','default'),(8550,1599,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8552,1600,'_elementor_edit_mode','builder'),(8553,1600,'_elementor_template_type','wp-page'),(8554,1600,'_elementor_version','3.0.15'),(8555,1600,'_wp_page_template','default'),(8556,1600,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8558,1601,'_elementor_edit_mode','builder'),(8559,1601,'_elementor_template_type','wp-page'),(8560,1601,'_elementor_version','3.0.15'),(8561,1601,'_wp_page_template','default'),(8562,1601,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8566,1602,'_elementor_edit_mode','builder'),(8567,1602,'_elementor_template_type','wp-page'),(8568,1602,'_elementor_version','3.0.15'),(8569,1602,'_wp_page_template','default'),(8570,1602,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8572,1603,'_elementor_edit_mode','builder'),(8573,1603,'_elementor_template_type','wp-page'),(8574,1603,'_elementor_version','3.0.15'),(8575,1603,'_wp_page_template','default'),(8576,1603,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8578,1604,'_elementor_edit_mode','builder'),(8579,1604,'_elementor_template_type','wp-page'),(8580,1604,'_elementor_version','3.0.15'),(8581,1604,'_wp_page_template','default'),(8582,1604,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8586,1605,'_elementor_edit_mode','builder'),(8587,1605,'_elementor_template_type','wp-page'),(8588,1605,'_elementor_version','3.0.15'),(8589,1605,'_wp_page_template','default'),(8590,1605,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8592,1606,'_elementor_edit_mode','builder'),(8593,1606,'_elementor_template_type','wp-page'),(8594,1606,'_elementor_version','3.0.15'),(8595,1606,'_wp_page_template','default'),(8596,1606,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8598,1607,'_elementor_edit_mode','builder'),(8599,1607,'_elementor_template_type','wp-page'),(8600,1607,'_elementor_version','3.0.15'),(8601,1607,'_wp_page_template','default'),(8602,1607,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8606,1608,'_elementor_edit_mode','builder'),(8607,1608,'_elementor_template_type','wp-page'),(8608,1608,'_elementor_version','3.0.15'),(8609,1608,'_wp_page_template','default'),(8610,1608,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8612,1609,'_elementor_edit_mode','builder'),(8613,1609,'_elementor_template_type','wp-page'),(8614,1609,'_elementor_version','3.0.15'),(8615,1609,'_wp_page_template','default'),(8616,1609,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8618,1610,'_elementor_edit_mode','builder'),(8619,1610,'_elementor_template_type','wp-page'),(8620,1610,'_elementor_version','3.0.15'),(8621,1610,'_wp_page_template','default'),(8622,1610,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8626,1611,'_elementor_edit_mode','builder'),(8627,1611,'_elementor_template_type','wp-page'),(8628,1611,'_elementor_version','3.0.15'),(8629,1611,'_wp_page_template','default'),(8630,1611,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8632,1612,'_elementor_edit_mode','builder'),(8633,1612,'_elementor_template_type','wp-page'),(8634,1612,'_elementor_version','3.0.15'),(8635,1612,'_wp_page_template','default'),(8636,1612,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8638,1613,'_elementor_edit_mode','builder'),(8639,1613,'_elementor_template_type','wp-page'),(8640,1613,'_elementor_version','3.0.15'),(8641,1613,'_wp_page_template','default'),(8642,1613,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8646,1614,'_elementor_edit_mode','builder'),(8647,1614,'_elementor_template_type','wp-page'),(8648,1614,'_elementor_version','3.0.15'),(8649,1614,'_wp_page_template','default'),(8650,1614,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8652,1615,'_elementor_edit_mode','builder'),(8653,1615,'_elementor_template_type','wp-page'),(8654,1615,'_elementor_version','3.0.15'),(8655,1615,'_wp_page_template','default'),(8656,1615,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8658,1616,'_elementor_edit_mode','builder'),(8659,1616,'_elementor_template_type','wp-page'),(8660,1616,'_elementor_version','3.0.15'),(8661,1616,'_wp_page_template','default'),(8662,1616,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn popmake-1583\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8666,1617,'_elementor_edit_mode','builder'),(8667,1617,'_elementor_template_type','wp-page'),(8668,1617,'_elementor_version','3.0.15'),(8669,1617,'_wp_page_template','default'),(8670,1617,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn popmake-1583\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8672,1618,'_elementor_edit_mode','builder'),(8673,1618,'_elementor_template_type','wp-page'),(8674,1618,'_elementor_version','3.0.15'),(8675,1618,'_wp_page_template','default'),(8676,1618,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn popmake-1583\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8678,1619,'_elementor_edit_mode','builder'),(8679,1619,'_elementor_template_type','wp-page'),(8680,1619,'_elementor_version','3.0.15'),(8681,1619,'_wp_page_template','default'),(8682,1619,'_elementor_data','[{\"id\":\"a23bb8e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"1012ac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"330dbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO AMAEKA TECHNOLOGIES.\",\"title_color\":\"#202121\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"093b200\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9a6b0b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7669622\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"Read More\",\"button_url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-recipient=Employee%20Three\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"61f629f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"148f313\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"0476b12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"070779e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdebba0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d10b97a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2cfaf74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"5464abe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cae7cfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true},{\"id\":\"7024e03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"45cd973\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/promotions-icn.png\",\"id\":499},\"title\":\"FEATURE1\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"button_text\":\"See More\",\"button_url\":\"#\"},\"elements\":[],\"widgetType\":\"amaeka-features\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88c1006\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33abe7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f776229\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"amk-btn\\\"><a class=\\\"popmake-1583\\\" href=\\\"\\\">Get In Touch!<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd01a31\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ffd4271\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"20ff7c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#030303\",\"background_color\":\"#61CE7005\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"button_box_shadow_box_shadow_type\":\"yes\",\"_css_classes\":\"amk-btn popmake-1583\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8684,620,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:15:\"amaeka-features\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:5:{s:5:\"image\";i:6;s:5:\"title\";i:6;s:4:\"text\";i:6;s:11:\"button_text\";i:6;s:10:\"button_url\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"link\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_border\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}}'),(8694,1624,'_wp_attached_file','2021/02/logo-1.png'),(8695,1624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:437;s:6:\"height\";i:162;s:4:\"file\";s:18:\"2021/02/logo-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo-1-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"logo-1-230x85.png\";s:5:\"width\";i:230;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:18:\"logo-1-350x130.png\";s:5:\"width\";i:350;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8696,1625,'_wp_attached_file','2021/02/cropped-logo-1.png'),(8697,1625,'_wp_attachment_context','custom-logo'),(8698,1625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:437;s:6:\"height\";i:162;s:4:\"file\";s:26:\"2021/02/cropped-logo-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:25:\"cropped-logo-1-230x85.png\";s:5:\"width\";i:230;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-350x130.png\";s:5:\"width\";i:350;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8701,1627,'_wp_attached_file','2021/02/c1a.png'),(8702,1627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c1a.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c1a-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c1a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c1a-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8703,1628,'_wp_attached_file','2021/02/c1b.png'),(8704,1628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c1b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c1b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c1b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c1b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8705,1629,'_elementor_edit_mode','builder'),(8706,1629,'_elementor_template_type','wp-page'),(8707,1629,'_elementor_version','3.0.15'),(8708,1629,'_wp_page_template','default'),(8709,1629,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8711,1630,'_elementor_edit_mode','builder'),(8712,1630,'_elementor_template_type','wp-page'),(8713,1630,'_elementor_version','3.0.15'),(8714,1630,'_wp_page_template','default'),(8715,1630,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8717,1631,'_elementor_edit_mode','builder'),(8718,1631,'_elementor_template_type','wp-page'),(8719,1631,'_elementor_version','3.0.15'),(8720,1631,'_wp_page_template','default'),(8721,1631,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a.png\",\"id\":1627},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b.png\",\"id\":1628},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8725,1632,'_wp_attached_file','2021/02/c1a_160x120.png'),(8726,1632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:120;s:4:\"file\";s:23:\"2021/02/c1a_160x120.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"c1a_160x120-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8727,1633,'_wp_attached_file','2021/02/c1a_160x120-1.png'),(8728,1633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:120;s:4:\"file\";s:25:\"2021/02/c1a_160x120-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"c1a_160x120-1-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8729,1634,'_wp_attached_file','2021/02/c1b_160x120.png'),(8730,1634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:120;s:4:\"file\";s:23:\"2021/02/c1b_160x120.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"c1b_160x120-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8731,1635,'_elementor_edit_mode','builder'),(8732,1635,'_elementor_template_type','wp-page'),(8733,1635,'_elementor_version','3.0.15'),(8734,1635,'_wp_page_template','default'),(8735,1635,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a.png\",\"id\":1627},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b.png\",\"id\":1628},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8737,1636,'_elementor_edit_mode','builder'),(8738,1636,'_elementor_template_type','wp-page'),(8739,1636,'_elementor_version','3.0.15'),(8740,1636,'_wp_page_template','default'),(8741,1636,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a.png\",\"id\":1627},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b.png\",\"id\":1628},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8743,1637,'_elementor_edit_mode','builder'),(8744,1637,'_elementor_template_type','wp-page'),(8745,1637,'_elementor_version','3.0.15'),(8746,1637,'_wp_page_template','default'),(8747,1637,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a_160x120-1.png\",\"id\":1633},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b_160x120.png\",\"id\":1634},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8751,1638,'_wp_attached_file','2021/02/c1a_160x120_1_80x80.png'),(8752,1638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:31:\"2021/02/c1a_160x120_1_80x80.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8760,1640,'_wp_attached_file','2021/02/c1a-1.png'),(8761,1640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2021/02/c1a-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"c1a-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"c1a-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"c1a-1-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8762,1641,'_wp_attached_file','2021/02/c1b-1.png'),(8763,1641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2021/02/c1b-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"c1b-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"c1b-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"c1b-1-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8764,1642,'_elementor_edit_mode','builder'),(8765,1642,'_elementor_template_type','wp-page'),(8766,1642,'_elementor_version','3.0.15'),(8767,1642,'_wp_page_template','default'),(8768,1642,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a_160x120-1.png\",\"id\":1633},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b_160x120.png\",\"id\":1634},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8769,1643,'_elementor_edit_mode','builder'),(8770,1643,'_elementor_template_type','wp-page'),(8771,1643,'_elementor_version','3.0.15'),(8772,1643,'_wp_page_template','default'),(8773,1643,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a_160x120-1.png\",\"id\":1633},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b_160x120.png\",\"id\":1634},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8774,1644,'_elementor_edit_mode','builder'),(8775,1644,'_elementor_template_type','wp-page'),(8776,1644,'_elementor_version','3.0.15'),(8777,1644,'_wp_page_template','default'),(8778,1644,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8781,1645,'_wp_attached_file','2021/02/c2a.png'),(8782,1645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c2a.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c2a-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c2a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c2a-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8783,1646,'_wp_attached_file','2021/02/c2b.png'),(8784,1646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c2b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c2b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c2b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c2b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8785,1647,'_elementor_edit_mode','builder'),(8786,1647,'_elementor_template_type','wp-page'),(8787,1647,'_elementor_version','3.0.15'),(8788,1647,'_wp_page_template','default'),(8789,1647,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8791,1648,'_elementor_edit_mode','builder'),(8792,1648,'_elementor_template_type','wp-page'),(8793,1648,'_elementor_version','3.0.15'),(8794,1648,'_wp_page_template','default'),(8795,1648,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8797,1649,'_elementor_edit_mode','builder'),(8798,1649,'_elementor_template_type','wp-page'),(8799,1649,'_elementor_version','3.0.15'),(8800,1649,'_wp_page_template','default'),(8801,1649,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8805,1650,'_wp_attached_file','2021/02/c3b.png'),(8806,1650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c3b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c3b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c3b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c3b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8807,1651,'_wp_attached_file','2021/02/c3a-1.png'),(8808,1651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2021/02/c3a-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"c3a-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"c3a-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"c3a-1-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8809,1652,'_elementor_edit_mode','builder'),(8810,1652,'_elementor_template_type','wp-page'),(8811,1652,'_elementor_version','3.0.15'),(8812,1652,'_wp_page_template','default'),(8813,1652,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8815,1653,'_elementor_edit_mode','builder'),(8816,1653,'_elementor_template_type','wp-page'),(8817,1653,'_elementor_version','3.0.15'),(8818,1653,'_wp_page_template','default'),(8819,1653,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover-1.png\",\"id\":879},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8821,1654,'_elementor_edit_mode','builder'),(8822,1654,'_elementor_template_type','wp-page'),(8823,1654,'_elementor_version','3.0.15'),(8824,1654,'_wp_page_template','default'),(8825,1654,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8829,1655,'_wp_attached_file','2021/02/c4a.png'),(8830,1655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c4a.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c4a-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c4a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c4a-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8831,1656,'_wp_attached_file','2021/02/c4b.png'),(8832,1656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c4b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c4b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c4b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c4b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8833,1657,'_elementor_edit_mode','builder'),(8834,1657,'_elementor_template_type','wp-page'),(8835,1657,'_elementor_version','3.0.15'),(8836,1657,'_wp_page_template','default'),(8837,1657,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8839,1658,'_elementor_edit_mode','builder'),(8840,1658,'_elementor_template_type','wp-page'),(8841,1658,'_elementor_version','3.0.15'),(8842,1658,'_wp_page_template','default'),(8843,1658,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01.png\",\"id\":878},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/client-01-hover.png\",\"id\":611},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8845,1659,'_elementor_edit_mode','builder'),(8846,1659,'_elementor_template_type','wp-page'),(8847,1659,'_elementor_version','3.0.15'),(8848,1659,'_wp_page_template','default'),(8849,1659,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8860,1661,'_wp_attached_file','2021/02/c5a-1.png'),(8861,1661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2021/02/c5a-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"c5a-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"c5a-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"c5a-1-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8862,1662,'_wp_attached_file','2021/02/c5b.png'),(8863,1662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c5b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c5b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c5b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c5b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8864,1663,'_elementor_edit_mode','builder'),(8865,1663,'_elementor_template_type','wp-page'),(8866,1663,'_elementor_version','3.0.15'),(8867,1663,'_wp_page_template','default'),(8868,1663,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8869,1664,'_elementor_edit_mode','builder'),(8870,1664,'_elementor_template_type','wp-page'),(8871,1664,'_elementor_version','3.0.15'),(8872,1664,'_wp_page_template','default'),(8873,1664,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8874,1665,'_elementor_edit_mode','builder'),(8875,1665,'_elementor_template_type','wp-page'),(8876,1665,'_elementor_version','3.0.15'),(8877,1665,'_wp_page_template','default'),(8878,1665,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8881,1666,'_wp_attached_file','2021/02/c2a-2.png'),(8882,1666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2021/02/c2a-2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"c2a-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"c2a-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"c2a-2-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8883,1667,'_wp_attached_file','2021/02/c2b-2.png'),(8884,1667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2021/02/c2b-2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"c2b-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"c2b-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"c2b-2-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8885,1668,'_elementor_edit_mode','builder'),(8886,1668,'_elementor_template_type','wp-page'),(8887,1668,'_elementor_version','3.0.15'),(8888,1668,'_wp_page_template','default'),(8889,1668,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8891,1669,'_elementor_edit_mode','builder'),(8892,1669,'_elementor_template_type','wp-page'),(8893,1669,'_elementor_version','3.0.15'),(8894,1669,'_wp_page_template','default'),(8895,1669,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a.png\",\"id\":1645},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b.png\",\"id\":1646},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8897,1670,'_elementor_edit_mode','builder'),(8898,1670,'_elementor_template_type','wp-page'),(8899,1670,'_elementor_version','3.0.15'),(8900,1670,'_wp_page_template','default'),(8901,1670,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8905,1671,'_wp_attached_file','2021/02/c6a.png'),(8906,1671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c6a.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c6a-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c6a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c6a-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8907,1672,'_wp_attached_file','2021/02/c6b.png'),(8908,1672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c6b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c6b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c6b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c6b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8909,1673,'_wp_attached_file','2021/02/c7a-1.png'),(8910,1673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:17:\"2021/02/c7a-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"c7a-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"c7a-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:17:\"c7a-1-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8911,1674,'_wp_attached_file','2021/02/c7b.png'),(8912,1674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c7b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c7b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c7b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c7b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8913,1675,'_wp_attached_file','2021/02/c8a.png'),(8914,1675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c8a.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c8a-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c8a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c8a-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8915,1676,'_wp_attached_file','2021/02/c8b.png'),(8916,1676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:15:\"2021/02/c8b.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"c8b-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"c8b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:15:\"c8b-230x173.png\";s:5:\"width\";i:230;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8917,1677,'_elementor_edit_mode','builder'),(8918,1677,'_elementor_template_type','wp-page'),(8919,1677,'_elementor_version','3.0.15'),(8920,1677,'_wp_page_template','default'),(8921,1677,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8923,1678,'_elementor_edit_mode','builder'),(8924,1678,'_elementor_template_type','wp-page'),(8925,1678,'_elementor_version','3.0.15'),(8926,1678,'_wp_page_template','default'),(8927,1678,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8929,1679,'_elementor_edit_mode','builder'),(8930,1679,'_elementor_template_type','wp-page'),(8931,1679,'_elementor_version','3.0.15'),(8932,1679,'_wp_page_template','default'),(8933,1679,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8944,1681,'_elementor_edit_mode','builder'),(8945,1681,'_elementor_template_type','wp-page'),(8946,1681,'_elementor_version','3.0.15'),(8947,1681,'_wp_page_template','default'),(8948,1681,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8949,1682,'_elementor_edit_mode','builder'),(8950,1682,'_elementor_template_type','wp-page'),(8951,1682,'_elementor_version','3.0.15'),(8952,1682,'_wp_page_template','default'),(8953,1682,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8954,1683,'_elementor_edit_mode','builder'),(8955,1683,'_elementor_template_type','wp-page'),(8956,1683,'_elementor_version','3.0.15'),(8957,1683,'_wp_page_template','default'),(8958,1683,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#FFFFFF\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8961,1684,'_elementor_edit_mode','builder'),(8962,1684,'_elementor_template_type','wp-page'),(8963,1684,'_elementor_version','3.0.15'),(8964,1684,'_wp_page_template','default'),(8965,1684,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#FFFFFF\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8967,1685,'_elementor_edit_mode','builder'),(8968,1685,'_elementor_template_type','wp-page'),(8969,1685,'_elementor_version','3.0.15'),(8970,1685,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (8971,1685,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#FFFFFF\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8973,1686,'_elementor_edit_mode','builder'),(8974,1686,'_elementor_template_type','wp-page'),(8975,1686,'_elementor_version','3.0.15'),(8976,1686,'_wp_page_template','default'),(8977,1686,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8981,1687,'_elementor_edit_mode','builder'),(8982,1687,'_elementor_template_type','wp-page'),(8983,1687,'_elementor_version','3.0.15'),(8984,1687,'_wp_page_template','default'),(8985,1687,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8987,1688,'_elementor_edit_mode','builder'),(8988,1688,'_elementor_template_type','wp-page'),(8989,1688,'_elementor_version','3.0.15'),(8990,1688,'_wp_page_template','default'),(8991,1688,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8993,1689,'_elementor_edit_mode','builder'),(8994,1689,'_elementor_template_type','wp-page'),(8995,1689,'_elementor_version','3.0.15'),(8996,1689,'_wp_page_template','default'),(8997,1689,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9001,1690,'_elementor_edit_mode','builder'),(9002,1690,'_elementor_template_type','wp-page'),(9003,1690,'_elementor_version','3.0.15'),(9004,1690,'_wp_page_template','default'),(9005,1690,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9007,1691,'_elementor_edit_mode','builder'),(9008,1691,'_elementor_template_type','wp-page'),(9009,1691,'_elementor_version','3.0.15'),(9010,1691,'_wp_page_template','default'),(9011,1691,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9013,1692,'_elementor_edit_mode','builder'),(9014,1692,'_elementor_template_type','wp-page'),(9015,1692,'_elementor_version','3.0.15'),(9016,1692,'_wp_page_template','default'),(9017,1692,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9021,1693,'_elementor_edit_mode','builder'),(9022,1693,'_elementor_template_type','wp-page'),(9023,1693,'_elementor_version','3.0.15'),(9024,1693,'_wp_page_template','default'),(9025,1693,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9027,1694,'_elementor_edit_mode','builder'),(9028,1694,'_elementor_template_type','wp-page'),(9029,1694,'_elementor_version','3.0.15'),(9030,1694,'_wp_page_template','default'),(9031,1694,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9033,1695,'_elementor_edit_mode','builder'),(9034,1695,'_elementor_template_type','wp-page'),(9035,1695,'_elementor_version','3.0.15'),(9036,1695,'_wp_page_template','default'),(9037,1695,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9041,1696,'_elementor_edit_mode','builder'),(9042,1696,'_elementor_template_type','wp-page'),(9043,1696,'_elementor_version','3.0.15'),(9044,1696,'_wp_page_template','default'),(9045,1696,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"98692d3\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9047,1697,'_elementor_edit_mode','builder'),(9048,1697,'_elementor_template_type','wp-page'),(9049,1697,'_elementor_version','3.0.15'),(9050,1697,'_wp_page_template','default'),(9051,1697,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd6cb04\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b734ad0\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"d4c6ef7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Website\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"4d1d1da\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"98692d3\"}],\"general_color\":\"#FFFFFF\",\"project_title_color\":\"#070707\",\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"project_title_typography_font_weight\":\"600\",\"project_title_typography_text_transform\":\"uppercase\",\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Raleway\",\"filter_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9053,1698,'_elementor_edit_mode','builder'),(9054,1698,'_elementor_template_type','wp-page'),(9055,1698,'_elementor_version','3.0.15'),(9056,1698,'_wp_page_template','default'),(9057,1698,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9061,1699,'_elementor_edit_mode','builder'),(9062,1699,'_elementor_template_type','wp-page'),(9063,1699,'_elementor_version','3.0.15'),(9064,1699,'_wp_page_template','default'),(9065,1699,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9067,1700,'_elementor_edit_mode','builder'),(9068,1700,'_elementor_template_type','wp-page'),(9069,1700,'_elementor_version','3.0.15'),(9070,1700,'_wp_page_template','default'),(9071,1700,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9073,1701,'_elementor_edit_mode','builder'),(9074,1701,'_elementor_template_type','wp-page'),(9075,1701,'_elementor_version','3.0.15'),(9076,1701,'_wp_page_template','default'),(9077,1701,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"#\"},\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9081,1702,'_elementor_edit_mode','builder'),(9082,1702,'_elementor_template_type','wp-page'),(9083,1702,'_elementor_version','3.0.15'),(9084,1702,'_wp_page_template','default'),(9085,1702,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"#\"},\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9087,1703,'_elementor_edit_mode','builder'),(9088,1703,'_elementor_template_type','wp-page'),(9089,1703,'_elementor_version','3.0.15'),(9090,1703,'_wp_page_template','default'),(9091,1703,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"#\"},\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9093,1704,'_elementor_edit_mode','builder'),(9094,1704,'_elementor_template_type','wp-page'),(9095,1704,'_elementor_version','3.0.15'),(9096,1704,'_wp_page_template','default'),(9097,1704,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9099,657,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9118,1709,'_elementor_edit_mode','builder'),(9119,1709,'_elementor_template_type','wp-page'),(9120,1709,'_elementor_version','3.0.15'),(9121,1709,'_wp_page_template','default'),(9122,1709,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9123,1710,'_elementor_edit_mode','builder'),(9124,1710,'_elementor_template_type','wp-page'),(9125,1710,'_elementor_version','3.0.15'),(9126,1710,'_wp_page_template','default'),(9127,1710,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2266d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b66ad4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5a947d\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"1e2eaed\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a7f678f\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9128,1711,'_elementor_edit_mode','builder'),(9129,1711,'_elementor_template_type','wp-page'),(9130,1711,'_elementor_version','3.0.15'),(9131,1711,'_wp_page_template','default'),(9132,1711,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9135,1712,'_elementor_edit_mode','builder'),(9136,1712,'_elementor_template_type','wp-page'),(9137,1712,'_elementor_version','3.1.4'),(9138,1712,'_wp_page_template','default'),(9139,1712,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9141,1713,'_elementor_edit_mode','builder'),(9142,1713,'_elementor_template_type','wp-page'),(9143,1713,'_elementor_version','3.1.4'),(9144,1713,'_wp_page_template','default'),(9145,1713,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9147,1714,'_elementor_edit_mode','builder'),(9148,1714,'_elementor_template_type','wp-page'),(9149,1714,'_elementor_version','3.1.4'),(9150,1714,'_wp_page_template','default'),(9151,1714,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9162,1716,'_elementor_edit_mode','builder'),(9163,1716,'_elementor_template_type','wp-page'),(9164,1716,'_elementor_version','3.1.4'),(9165,1716,'_wp_page_template','default'),(9166,1716,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9167,1717,'_elementor_edit_mode','builder'),(9168,1717,'_elementor_template_type','wp-page'),(9169,1717,'_elementor_version','3.1.4'),(9170,1717,'_wp_page_template','default'),(9171,1717,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9172,1718,'_elementor_edit_mode','builder'),(9173,1718,'_elementor_template_type','wp-page'),(9174,1718,'_elementor_version','3.1.4'),(9175,1718,'_wp_page_template','default'),(9176,1718,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9250,1774,'_elementor_edit_mode','builder'),(9251,1774,'_elementor_template_type','wp-page'),(9252,1774,'_elementor_version','3.1.4'),(9253,1774,'_wp_page_template','default'),(9254,1774,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9256,1775,'_elementor_edit_mode','builder'),(9257,1775,'_elementor_template_type','wp-page'),(9258,1775,'_elementor_version','3.1.4'),(9259,1775,'_wp_page_template','default'),(9260,1775,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9262,1776,'_elementor_edit_mode','builder'),(9263,1776,'_elementor_template_type','wp-page'),(9264,1776,'_elementor_version','3.1.4'),(9265,1776,'_wp_page_template','default'),(9266,1776,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1f7072\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1e24cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4421e87\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9270,1777,'_elementor_edit_mode','builder'),(9271,1777,'_elementor_template_type','wp-page'),(9272,1777,'_elementor_version','3.1.4'),(9273,1777,'_wp_page_template','default'),(9274,1777,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1f7072\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1e24cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4421e87\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9276,1778,'_elementor_edit_mode','builder'),(9277,1778,'_elementor_template_type','wp-page'),(9278,1778,'_elementor_version','3.1.4'),(9279,1778,'_wp_page_template','default'),(9280,1778,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1f7072\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1e24cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4421e87\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Designer\"},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9282,1779,'_elementor_edit_mode','builder'),(9283,1779,'_elementor_template_type','wp-page'),(9284,1779,'_elementor_version','3.1.4'),(9285,1779,'_wp_page_template','default'),(9286,1779,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1f7072\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1e24cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9290,1780,'_elementor_edit_mode','builder'),(9291,1780,'_elementor_template_type','wp-page'),(9292,1780,'_elementor_version','3.1.4'),(9293,1780,'_wp_page_template','default'),(9294,1780,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1f7072\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1e24cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9296,1781,'_elementor_edit_mode','builder'),(9297,1781,'_elementor_template_type','wp-page'),(9298,1781,'_elementor_version','3.1.4'),(9299,1781,'_wp_page_template','default'),(9300,1781,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1f7072\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1e24cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9302,1782,'_elementor_edit_mode','builder'),(9303,1782,'_elementor_template_type','wp-page'),(9304,1782,'_elementor_version','3.1.4'),(9305,1782,'_wp_page_template','default'),(9306,1782,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9310,1783,'_elementor_edit_mode','builder'),(9311,1783,'_elementor_template_type','wp-page'),(9312,1783,'_elementor_version','3.1.4'),(9313,1783,'_wp_page_template','default'),(9314,1783,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9316,1784,'_elementor_edit_mode','builder'),(9317,1784,'_elementor_template_type','wp-page'),(9318,1784,'_elementor_version','3.1.4'),(9319,1784,'_wp_page_template','default'),(9320,1784,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5070a7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8c761ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0b92238\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0a6d108\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0538a00\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9322,1785,'_elementor_edit_mode','builder'),(9323,1785,'_elementor_template_type','wp-page'),(9324,1785,'_elementor_version','3.1.4'),(9325,1785,'_wp_page_template','default'),(9326,1785,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9328,524,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:9;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:9;s:22:\"typography_line_height\";i:1;s:25:\"typography_text_transform\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:20;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:10;s:11:\"_element_id\";i:6;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}}}}s:15:\"amaeka-timeline\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:1:{s:13:\"timeline_list\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:14:\"amaeka-content\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:3:{s:5:\"image\";i:6;s:5:\"title\";i:6;s:4:\"text\";i:6;}}}}s:15:\"amaeka-employee\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:6:{s:5:\"image\";i:4;s:10:\"imagehover\";i:4;s:4:\"name\";i:3;s:8:\"position\";i:3;s:7:\"content\";i:3;s:11:\"showcontent\";i:4;}}}}s:13:\"amaeka_client\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:11:\"client_list\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:28:\"button_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:19:\"amaeka-testimonials\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:5:\"style\";i:3;s:17:\"testimonials_list\";i:6;}}}}}'),(9330,1786,'_elementor_edit_mode','builder'),(9331,1786,'_elementor_template_type','wp-page'),(9332,1786,'_elementor_version','3.5.5'),(9333,1786,'_wp_page_template','default'),(9334,1786,'_elementor_data','[{\"id\":\"cf12c56\",\"elType\":\"section\",\"settings\":{\"_element_id\":\"storys \",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af19232\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd9f8e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"HELLO, WELCOME TO<br>\\nAMAEKA TECHNOLOGIES.\",\"align\":\"center\",\"title_color\":\"#263647\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b28fab0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f601767\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a35db0e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"df1b993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6212561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0bb0b84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f67650b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449da79\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"_element_id\":\"we-work\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d91983a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9c41ca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"this is how<br> Work flow goes.\",\"align\":\"center\",\"title_color\":\"#2F393E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11d072a\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how our Results-Driven Project Development happens.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#252D30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0ee557\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s start.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78e5204\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Foundation Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":1},{\"name\":\"Research Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":2},{\"name\":\"Design Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":3}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"},{\"id\":\"7e88b66\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s review.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#4FA484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b93109\",\"elType\":\"widget\",\"settings\":{\"timeline_list\":[{\"name\":\"Development Phase\",\"text\":\"<p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It\\u2019s time well-spent \\u2013 the end result is a high-level proposal that includes the recommended technology for pushing ahead.<\\/p>\",\"_id\":\"a15a046\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"enable\",\"count\":4},{\"name\":\"Deployment Phase\",\"text\":\"<p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.<\\/p>\",\"_id\":\"16ac2b9\",\"arrow\":\"enable\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"count\":5},{\"name\":\"Support Phase\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/coding.png\",\"id\":280},\"arrow\":\"disable\",\"text\":\"<p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.<\\/p>\",\"_id\":\"8e889c9\",\"count\":6}],\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"amaeka-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc2f68d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFCFC\",\"_element_id\":\"choose-us\",\"padding\":{\"unit\":\"px\",\"top\":\"090\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29fb9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d262280\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHY YOU CHOOSE US.\",\"align\":\"center\",\"title_color\":\"#070707\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3fda4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"eb31fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54cf300\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/111.gif\",\"id\":245},\"title\":\"Agile Methodology\",\"text\":\"All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"4d331db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0d878ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/222.gif\",\"id\":252},\"title\":\"Project Transparency\",\"text\":\"We\\u2019re your partner, not your vendor. During each step of the way, you\\u2019ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\",\"content_name_typography_typography\":\"custom\",\"content_name_typography_font_family\":\"Roboto\",\"content_name_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"7e5d109\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"15e8ba1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/333.gif\",\"id\":561},\"title\":\"Constant Communication\",\"text\":\"Throughout the lifecycle of your project, we\\u2019ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we\\u2019re always in touch.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"154d804\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"26365ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2f5b3ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/444.gif\",\"id\":562},\"title\":\"Dedicated Teams\",\"text\":\"Our team is your team. You\\u2019ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"d3b1498\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bb8238b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/555.gif\",\"id\":564},\"title\":\"Quality, Always\",\"text\":\"Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true},{\"id\":\"33cfb60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6906f12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/666.gif\",\"id\":565},\"title\":\"Innovation\",\"text\":\"From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\"},\"elements\":[],\"widgetType\":\"amaeka-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed50b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"team\",\"_element_id\":\"team\"},\"elements\":[{\"id\":\"f8aa734\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fce263\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM.\",\"align\":\"center\",\"title_color\":\"#0E0E0E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81d43c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b1b040f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ad4b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan.jpg\",\"id\":224},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/shilpan-1.jpg\",\"id\":225},\"name\":\"SHILPAN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His \\u2018No-nonsense\\u2019 temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan\\u2019s forte and his market understanding knows only yields. Shilpan\\u2019s philosophy is upheld on a single outlook that \\u2018everything is possible if done and nothing else.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"f066b80\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"ba64a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"056d551\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil.jpg\",\"id\":588},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/kapil-1.jpg\",\"id\":589},\"name\":\"KAPIL\",\"position\":\"Founder & Promoter\",\"content\":\"Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil\\u2019s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil\\u2019s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"40e1295\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"event_title_color\":\"#AD2525\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"bb01ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"edaddb6\",\"elType\":\"widget\",\"settings\":{\"name\":\"HIREN\",\"position\":\"Co-Founder & Promoter\",\"content\":\"Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he\\u2019s already there.\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren.jpg\",\"id\":938},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/hiren-1.jpg\",\"id\":939},\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f55c5e\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true},{\"id\":\"16a8004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e5a7fd\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-01.jpg\",\"id\":1116},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/team-member-02.jpg\",\"id\":1117}},\"elements\":[],\"widgetType\":\"amaeka-employee\"},{\"id\":\"0f1fec4\",\"elType\":\"widget\",\"settings\":{\"name\":\"John Doe\",\"position\":\"General Manager\",\"content\":\"About Employee\",\"showcontent\":\"arrowrht\"},\"elements\":[],\"widgetType\":\"amaeka-employee\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c79746f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"_element_id\":\"our-clients\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20dc95a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc4a6f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR CLIENTS.\",\"align\":\"center\",\"title_color\":\"#010102\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e796f25\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cfd4951\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7e84b9\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"client_list\":[{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1a-1.png\",\"id\":1640},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c1b-1.png\",\"id\":1641},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"21f6b21\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2a-2.png\",\"id\":1666},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c2b-2.png\",\"id\":1667},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"a0756c5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3a-1.png\",\"id\":1651},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c3b.png\",\"id\":1650},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"64a89b1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4a.png\",\"id\":1655},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c4b.png\",\"id\":1656},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"5f2ca63\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5a-1.png\",\"id\":1661},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c5b.png\",\"id\":1662},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"f777fd4\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6a.png\",\"id\":1671},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c6b.png\",\"id\":1672},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"e5cdfb1\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7a-1.png\",\"id\":1673},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c7b.png\",\"id\":1674},\"rightarrow\":\"enable\",\"bottomarrow\":\"enable\",\"_id\":\"c2ab9c3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8a.png\",\"id\":1675},\"imagehover\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/c8b.png\",\"id\":1676},\"rightarrow\":\"disable\",\"bottomarrow\":\"enable\",\"_id\":\"d795b08\"}]},\"elements\":[],\"widgetType\":\"amaeka_client\"},{\"id\":\"93187a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"500\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FEFEFE\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_css_classes\":\"amk-btn\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c00724e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"client-about-us\"},\"elements\":[{\"id\":\"e1c1a6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38b2400\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients about us.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2081c24\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"794d5a4\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eaabf76\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c45db9e\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"de8b4a0\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b6866f5\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"12fbdb2\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"57da02c\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"0e109a9\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"c6d6826\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"b955d7b\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c957a16\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"6832fad\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"9aff9fc\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c6a7166\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"50b32d8\",\"elType\":\"widget\",\"settings\":{\"style\":\"style3\",\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"eb0cbb8\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c81e86e\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"7ce4544\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"2e4cdb9\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"c4ae672\"}]},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"},{\"id\":\"34a8b23\",\"elType\":\"widget\",\"settings\":{\"testimonials_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"24d5713\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"bd4df35\"},{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"8f14862\"}],\"style\":\"style3\"},\"elements\":[],\"widgetType\":\"amaeka-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(9335,1786,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:9;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:9;s:22:\"typography_line_height\";i:1;s:25:\"typography_text_transform\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:20;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:10;s:11:\"_element_id\";i:6;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}}}}s:15:\"amaeka-timeline\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:1:{s:13:\"timeline_list\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:14:\"amaeka-content\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:3:{s:5:\"image\";i:6;s:5:\"title\";i:6;s:4:\"text\";i:6;}}}}s:15:\"amaeka-employee\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_timeline\";a:6:{s:5:\"image\";i:4;s:10:\"imagehover\";i:4;s:4:\"name\";i:3;s:8:\"position\";i:3;s:7:\"content\";i:3;s:11:\"showcontent\";i:4;}}}}s:13:\"amaeka_client\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:11:\"client_list\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:28:\"button_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:19:\"amaeka-testimonials\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:5:\"style\";i:3;s:17:\"testimonials_list\";i:6;}}}}}'),(9340,119,'_elementor_css','a:6:{s:4:\"time\";i:1644379868;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9343,1789,'_wp_attached_file','2022/02/logo-13.png'),(9344,1789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:356;s:6:\"height\";i:132;s:4:\"file\";s:19:\"2022/02/logo-13.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logo-13-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-13-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:18:\"logo-13-230x85.png\";s:5:\"width\";i:230;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:19:\"logo-13-350x130.png\";s:5:\"width\";i:350;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9345,1790,'_wp_attached_file','2022/02/cropped-logo-13.png'),(9346,1790,'_wp_attachment_context','custom-logo'),(9347,1790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:356;s:6:\"height\";i:132;s:4:\"file\";s:27:\"2022/02/cropped-logo-13.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-logo-13-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-logo-13-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:26:\"cropped-logo-13-230x85.png\";s:5:\"width\";i:230;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:27:\"cropped-logo-13-350x130.png\";s:5:\"width\";i:350;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9350,1792,'_wp_attached_file','2022/02/vision-1.gif'),(9351,1792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2022/02/vision-1.gif\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"vision-1-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"vision-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:20:\"vision-1-500x400.gif\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:20:\"vision-1-230x230.gif\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:20:\"vision-1-350x350.gif\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:20:\"vision-1-480x480.gif\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9352,1793,'_wp_attached_file','2022/02/Rocket-2.gif'),(9353,1793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2022/02/Rocket-2.gif\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Rocket-2-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Rocket-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:20:\"Rocket-2-500x400.gif\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:20:\"Rocket-2-230x230.gif\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:20:\"Rocket-2-350x350.gif\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:20:\"Rocket-2-480x480.gif\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9354,1794,'_elementor_edit_mode','builder'),(9355,1794,'_elementor_template_type','wp-page'),(9356,1794,'_elementor_version','3.0.15'),(9357,1794,'_wp_page_template','default'),(9358,1794,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9359,1794,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9360,1794,'_elementor_css','a:6:{s:4:\"time\";i:1644379868;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9361,1795,'_elementor_edit_mode','builder'),(9362,1795,'_elementor_template_type','wp-page'),(9363,1795,'_elementor_version','3.0.15'),(9364,1795,'_wp_page_template','default'),(9365,1795,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/vision.gif\",\"id\":827},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/01\\/Rocket.gif\",\"id\":828},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9366,1795,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9367,1795,'_elementor_css','a:6:{s:4:\"time\";i:1644379868;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9368,1796,'_elementor_edit_mode','builder'),(9369,1796,'_elementor_template_type','wp-page'),(9370,1796,'_elementor_version','3.0.15'),(9371,1796,'_wp_page_template','default'),(9372,1796,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9373,1796,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9374,1796,'_elementor_css','a:6:{s:4:\"time\";i:1644379868;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9375,326,'_elementor_page_assets','a:0:{}'),(9377,620,'_elementor_css','a:6:{s:4:\"time\";i:1644383845;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9388,1124,'_elementor_css','a:6:{s:4:\"time\";i:1644388293;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9392,1798,'_elementor_edit_mode','builder'),(9393,1798,'_elementor_template_type','wp-page'),(9394,1798,'_elementor_version','3.0.15'),(9395,1798,'_wp_page_template','default'),(9396,1798,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9397,1798,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9398,1798,'_elementor_css','a:7:{s:4:\"time\";i:1644388362;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(9399,1799,'_elementor_edit_mode','builder'),(9400,1799,'_elementor_template_type','wp-page'),(9401,1799,'_elementor_version','3.0.15'),(9402,1799,'_wp_page_template','default'),(9403,1799,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19d8bab\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"Main Title\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"aa09053\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/3.jpg\",\"id\":1493},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"81420a6\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2021\\/02\\/2.jpg\",\"id\":1492},\"title\":\"Project title\",\"term\":\"Art\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/amaeka-website\\/\"},\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka_portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9404,1799,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9405,1799,'_elementor_css','a:7:{s:4:\"time\";i:1644388362;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(9406,1800,'_elementor_edit_mode','builder'),(9407,1800,'_elementor_template_type','wp-page'),(9408,1800,'_elementor_version','3.0.15'),(9409,1800,'_wp_page_template','default'),(9410,1800,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9411,1800,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9412,1800,'_elementor_css','a:7:{s:4:\"time\";i:1644388362;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(9413,657,'_elementor_page_assets','a:0:{}'),(9415,1801,'_elementor_edit_mode','builder'),(9416,1801,'_elementor_template_type','wp-page'),(9417,1801,'_elementor_version','3.5.5'),(9418,1801,'_wp_page_template','default'),(9419,1801,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9420,1801,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9421,1801,'_elementor_page_assets','a:0:{}'),(9422,1801,'_elementor_css','a:6:{s:4:\"time\";i:1644400663;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9423,1802,'_elementor_edit_mode','builder'),(9424,1802,'_elementor_template_type','wp-page'),(9425,1802,'_elementor_version','3.5.5'),(9426,1802,'_wp_page_template','default'),(9427,1802,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9428,1802,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9429,1802,'_elementor_page_assets','a:0:{}'),(9430,1802,'_elementor_css','a:6:{s:4:\"time\";i:1644400663;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9431,1803,'_elementor_edit_mode','builder'),(9432,1803,'_elementor_template_type','wp-page'),(9433,1803,'_elementor_version','3.5.5'),(9434,1803,'_wp_page_template','default'),(9435,1803,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9436,1803,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9437,1803,'_elementor_page_assets','a:0:{}'),(9438,1803,'_elementor_css','a:6:{s:4:\"time\";i:1644400663;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9439,1804,'_elementor_edit_mode','builder'),(9440,1804,'_elementor_template_type','wp-page'),(9441,1804,'_elementor_version','3.5.5'),(9442,1804,'_wp_page_template','default'),(9443,1804,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9444,1804,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9445,1804,'_elementor_page_assets','a:0:{}'),(9446,1805,'_elementor_edit_mode','builder'),(9447,1805,'_elementor_template_type','wp-page'),(9448,1805,'_elementor_version','3.5.5'),(9449,1805,'_wp_page_template','default'),(9450,1805,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9451,1805,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9452,1805,'_elementor_page_assets','a:0:{}'),(9453,1806,'_elementor_edit_mode','builder'),(9454,1806,'_elementor_template_type','wp-page'),(9455,1806,'_elementor_version','3.5.5'),(9456,1806,'_wp_page_template','default'),(9457,1806,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"2460bb3\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9458,1806,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9459,1806,'_elementor_page_assets','a:0:{}'),(9461,1807,'_elementor_edit_mode','builder'),(9462,1807,'_elementor_template_type','wp-page'),(9463,1807,'_elementor_version','3.5.5'),(9464,1807,'_wp_page_template','default'),(9465,1807,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"2460bb3\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9466,1807,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9467,1807,'_elementor_page_assets','a:0:{}'),(9468,1807,'_elementor_css','a:6:{s:4:\"time\";i:1644400765;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9469,1808,'_elementor_edit_mode','builder'),(9470,1808,'_elementor_template_type','wp-page'),(9471,1808,'_elementor_version','3.5.5'),(9472,1808,'_wp_page_template','default'),(9473,1808,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"2460bb3\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9474,1808,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9475,1808,'_elementor_page_assets','a:0:{}'),(9476,1808,'_elementor_css','a:6:{s:4:\"time\";i:1644400765;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9477,1809,'_elementor_edit_mode','builder'),(9478,1809,'_elementor_template_type','wp-page'),(9479,1809,'_elementor_version','3.5.5'),(9480,1809,'_wp_page_template','default'),(9481,1809,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":{\"url\":\"#\"},\"_id\":\"2460bb3\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9482,1809,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9483,1809,'_elementor_page_assets','a:0:{}'),(9484,1809,'_elementor_css','a:6:{s:4:\"time\";i:1644400765;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9486,1810,'_elementor_edit_mode','builder'),(9487,1810,'_elementor_template_type','wp-page'),(9488,1810,'_elementor_version','3.5.5'),(9489,1810,'_wp_page_template','default'),(9490,1810,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":{\"url\":\"#\"},\"_id\":\"2460bb3\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9491,1810,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9492,1810,'_elementor_page_assets','a:0:{}'),(9493,1810,'_elementor_css','a:6:{s:4:\"time\";i:1644400815;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9494,1811,'_elementor_edit_mode','builder'),(9495,1811,'_elementor_template_type','wp-page'),(9496,1811,'_elementor_version','3.5.5'),(9497,1811,'_wp_page_template','default'),(9498,1811,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":{\"url\":\"#\"},\"_id\":\"2460bb3\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9499,1811,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9500,1811,'_elementor_page_assets','a:0:{}'),(9501,1811,'_elementor_css','a:6:{s:4:\"time\";i:1644400815;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9502,1812,'_elementor_edit_mode','builder'),(9503,1812,'_elementor_template_type','wp-page'),(9504,1812,'_elementor_version','3.5.5'),(9505,1812,'_wp_page_template','default'),(9506,1812,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":{\"url\":\"#\"},\"_id\":\"2460bb3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"f22eb1f\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9507,1812,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9508,1812,'_elementor_page_assets','a:0:{}'),(9509,1812,'_elementor_css','a:6:{s:4:\"time\";i:1644400815;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9511,1813,'_wp_attached_file','2022/02/bg_page_title.jpg'),(9512,1813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:25:\"2022/02/bg_page_title.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bg_page_title-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bg_page_title-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bg_page_title-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bg_page_title-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-large-thumb\";a:4:{s:4:\"file\";s:25:\"bg_page_title-830x553.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"amaeka-medium-thumb\";a:4:{s:4:\"file\";s:25:\"bg_page_title-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"amaeka-small-thumb\";a:4:{s:4:\"file\";s:25:\"bg_page_title-230x153.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"amaeka-service-thumb\";a:4:{s:4:\"file\";s:25:\"bg_page_title-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"amaeka-mas-thumb\";a:4:{s:4:\"file\";s:25:\"bg_page_title-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;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:{}}}'),(9513,1814,'_elementor_edit_mode','builder'),(9514,1814,'_elementor_template_type','wp-page'),(9515,1814,'_elementor_version','3.5.5'),(9516,1814,'_wp_page_template','default'),(9517,1814,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":{\"url\":\"#\"},\"_id\":\"2460bb3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"f22eb1f\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9518,1814,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9519,1814,'_elementor_page_assets','a:0:{}'),(9520,1814,'_elementor_css','a:6:{s:4:\"time\";i:1644400871;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9521,1815,'_elementor_edit_mode','builder'),(9522,1815,'_elementor_template_type','wp-page'),(9523,1815,'_elementor_version','3.5.5'),(9524,1815,'_wp_page_template','default'),(9525,1815,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/logo-13.png\",\"id\":1789,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":{\"url\":\"#\"},\"_id\":\"2460bb3\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"f22eb1f\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9526,1815,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9527,1815,'_elementor_page_assets','a:0:{}'),(9528,1815,'_elementor_css','a:6:{s:4:\"time\";i:1644400871;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9529,1816,'_elementor_edit_mode','builder'),(9530,1816,'_elementor_template_type','wp-page'),(9531,1816,'_elementor_version','3.5.5'),(9532,1816,'_wp_page_template','default'),(9533,1816,'_elementor_data','[{\"id\":\"1785cac\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"our_work\"},\"elements\":[{\"id\":\"ef051a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"514e31d\",\"elType\":\"widget\",\"settings\":{\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"057b6f3\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"a96a65f\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"a\",\"link\":\"\",\"_id\":\"f22eb1f\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/bg_page_title.jpg\",\"id\":1813,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Project title\",\"term\":\"Art\",\"link\":\"\",\"_id\":\"75a5871\"}]},\"elements\":[],\"widgetType\":\"amaeka-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(9534,1816,'_elementor_controls_usage','a:3:{s:16:\"amaeka_portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:1:{s:14:\"portfolio_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),(9535,1816,'_elementor_page_assets','a:0:{}'),(9536,1816,'_elementor_css','a:6:{s:4:\"time\";i:1644400871;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9537,657,'_elementor_css','a:6:{s:4:\"time\";i:1644401095;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9538,1017,'_elementor_css','a:6:{s:4:\"time\";i:1644401408;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9542,1817,'_elementor_edit_mode','builder'),(9543,1817,'_elementor_template_type','wp-page'),(9544,1817,'_elementor_version','3.5.5'),(9545,1817,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (9546,1817,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9547,1817,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9548,1817,'_elementor_page_assets','a:0:{}'),(9549,1817,'_elementor_css','a:6:{s:4:\"time\";i:1644398027;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9550,1818,'_elementor_edit_mode','builder'),(9551,1818,'_elementor_template_type','wp-page'),(9552,1818,'_elementor_version','3.5.5'),(9553,1818,'_wp_page_template','default'),(9554,1818,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9555,1818,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9556,1818,'_elementor_page_assets','a:0:{}'),(9557,1818,'_elementor_css','a:6:{s:4:\"time\";i:1644398027;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9558,1819,'_elementor_edit_mode','builder'),(9559,1819,'_elementor_template_type','wp-page'),(9560,1819,'_elementor_version','3.5.5'),(9561,1819,'_wp_page_template','default'),(9562,1819,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"4\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9563,1819,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9564,1819,'_elementor_page_assets','a:0:{}'),(9565,1819,'_elementor_css','a:6:{s:4:\"time\";i:1644398027;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9567,1820,'_elementor_edit_mode','builder'),(9568,1820,'_elementor_template_type','wp-page'),(9569,1820,'_elementor_version','3.5.5'),(9570,1820,'_wp_page_template','default'),(9571,1820,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"4\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9572,1820,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9573,1820,'_elementor_page_assets','a:0:{}'),(9574,1820,'_elementor_css','a:6:{s:4:\"time\";i:1644413381;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9575,1821,'_elementor_edit_mode','builder'),(9576,1821,'_elementor_template_type','wp-page'),(9577,1821,'_elementor_version','3.5.5'),(9578,1821,'_wp_page_template','default'),(9579,1821,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"4\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9580,1821,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9581,1821,'_elementor_page_assets','a:0:{}'),(9582,1821,'_elementor_css','a:6:{s:4:\"time\";i:1644413381;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9583,1822,'_elementor_edit_mode','builder'),(9584,1822,'_elementor_template_type','wp-page'),(9585,1822,'_elementor_version','3.5.5'),(9586,1822,'_wp_page_template','default'),(9587,1822,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"5\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9588,1822,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9589,1822,'_elementor_page_assets','a:0:{}'),(9590,1822,'_elementor_css','a:6:{s:4:\"time\";i:1644413381;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9592,1823,'_elementor_edit_mode','builder'),(9593,1823,'_elementor_template_type','wp-page'),(9594,1823,'_elementor_version','3.5.5'),(9595,1823,'_wp_page_template','default'),(9596,1823,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"5\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9597,1823,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9598,1823,'_elementor_page_assets','a:0:{}'),(9599,1823,'_elementor_css','a:6:{s:4:\"time\";i:1644413487;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9600,1824,'_elementor_edit_mode','builder'),(9601,1824,'_elementor_template_type','wp-page'),(9602,1824,'_elementor_version','3.5.5'),(9603,1824,'_wp_page_template','default'),(9604,1824,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"5\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9605,1824,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9606,1824,'_elementor_page_assets','a:0:{}'),(9607,1824,'_elementor_css','a:6:{s:4:\"time\";i:1644413487;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9608,1825,'_elementor_edit_mode','builder'),(9609,1825,'_elementor_template_type','wp-page'),(9610,1825,'_elementor_version','3.5.5'),(9611,1825,'_wp_page_template','default'),(9612,1825,'_elementor_data','[{\"id\":\"93008e8\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-two\",\"_element_id\":\"company\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a20abc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a242cd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span>Hello, Welcome To<\\/span> Amaeka Technologies.\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51ab616\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"d448716\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.7109999999999985220711096189916133880615234375},\"elements\":[{\"id\":\"6d4f1f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,<\\/p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.<\\/p><p>We are constantly developing.<\\/p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.<\\/p><p>We\\u2019re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.<\\/p>\",\"align\":\"center\",\"_css_classes\":\"cmpny-txt\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79d6d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.31000000000000227373675443232059478759765625,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"b27450d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/vision-1.gif\",\"id\":1792,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e0942\",\"elType\":\"widget\",\"settings\":{\"title\":\"our vision\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ca972\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To be the global software company, most admired for creativity and technology.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1793a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.2770000000000010231815394945442676544189453125,\"css_classes\":\"vsin-bx-safe\"},\"elements\":[{\"id\":\"c482a3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2022\\/02\\/Rocket-2.gif\",\"id\":1793,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"190\"},\"width\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"759c673\",\"elType\":\"widget\",\"settings\":{\"title\":\"our mission\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf47eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b312e3e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"nav_menu\":\"4\"}},\"elements\":[],\"widgetType\":\"wp-widget-nav_menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"859a64e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"css_classes\":\"section-three\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_element_id\":\"what-we-do\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0376e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47332c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE DOING.\",\"align\":\"center\",\"title_color\":\"#263647\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"800\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"722ecde\",\"elType\":\"widget\",\"settings\":{\"maintitle\":\"WHAT WE ARE DOING.\",\"portfolio_list\":[{\"name\":\"John Doe\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"4aa1dc7\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9.jpg\",\"id\":174},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/web.png\",\"id\":173},\"title\":\"Web Development\",\"term\":\"Web\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/about-us\\/\"},\"content\":\"The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.\\n\",\"list\":\"UI\\/UX Design<br>\\nNode JS, Angular JS <br>\\nJava Development<br>\\nPHP Development<br>\\nASP.Net Development<br>\\n                  \"},{\"name\":\"James Stevens\",\"position\":\"Manager\",\"testimonial\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\",\"_id\":\"dcba47c\",\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/1.jpg\",\"id\":175},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/mob_app.png\",\"id\":178},\"title\":\"Mobile Application\",\"term\":\"Mobile\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Web%20Development\"},\"content\":\"Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.\",\"list\":\" iOS app Development<br>\\nAndroid app Development<br>\\nHybrid app Development<br>\\nWindows app Development<br>\\nWearable app Development<br>\\n                \"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/3.jpg\",\"id\":378},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/ecom.png\",\"id\":379},\"title\":\"E-commerce and CMS\",\"term\":\"cms\",\"link\":\"\",\"content\":\"Let\\u2019s face the truth \\u2013 An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.\",\"list\":\"WordPress Development<br>\\nMagento Development<br>\\nWoocommerce Development<br>\\nShopify Development<br>\\nMaintenance and Support\\n                    \\n                  \",\"_id\":\"14d6292\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/8.jpg\",\"id\":395},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/sales_cloud.png\",\"id\":396},\"title\":\"Salesforce\",\"term\":\"Salesforce\",\"link\":\"\",\"content\":\"We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.\",\"list\":\"Consulting and Strategy<br>\\nCustom Development<br>\\nIntegration and Implementation<br>\\nSalesforce Customisation<br>\\nTraining and Support\\n                  \",\"_id\":\"b9d2eb5\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/5.jpg\",\"id\":401},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/industry.png\",\"id\":402},\"title\":\"Industry Software Solutions\",\"term\":\"Industry\",\"link\":\"\",\"content\":\"In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.\",\"list\":\"SharePoint Development<br>\\nMicrosoft Power BI Development<br>\\nMicrosoft Azure Development<br>\\nBlockchain Development<br>\\nSAP Consulting<br>\\n                  \",\"_id\":\"f1c2184\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/4.jpg\",\"id\":406},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/emerging.png\",\"id\":407},\"title\":\"Emerging Technologies\",\"term\":\"Emerging\",\"link\":\"\",\"content\":\"We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.\",\"list\":\"IOT App Development<br>\\nAR app Development<br>\\nVR app Development<br>\\nBig Data Service<br>\\niBeacon App Development\\n                    \\n                  \",\"_id\":\"0fc0928\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/9-1.jpg\",\"id\":408},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/branding.png\",\"id\":409},\"title\":\"Digital Marketing\",\"term\":\"Digital\",\"link\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/contact\\/?the-list=Digital%20Marketing\"},\"content\":\"In this technologically fuelled world, getting a share of the consumer\\u2019s minds is not a simple feat. That\\u2019s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage\",\"list\":\"Social media Optimisation<br>\\nSearch engine Optimisation<br>\\nPPC Management<br>\\nWeb Analytics<br>\\nDigital Advertising\\n                   \\n                  \",\"_id\":\"3267a8c\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/7.jpg\",\"id\":413},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/on_demand.png\",\"id\":414},\"title\":\"On Demand Apps\",\"term\":\"Apps\",\"link\":\"\",\"content\":\"By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.\",\"list\":\"On demand apps Development<br>\\nAdmin panel Development<br>\\nApp Implementation and Launching<br>\\nGrocery, Taxi, Food Delivery Apps<br>\\nE-Learning, healthcare Apps\\n                    \\n                  \",\"_id\":\"8742c33\"},{\"image\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/6.jpg\",\"id\":418},\"icon\":{\"url\":\"http:\\/\\/demoweblinks.in\\/amaeka-wp\\/wp-content\\/uploads\\/2020\\/12\\/more.png\",\"id\":419},\"title\":\"More services\",\"term\":\"serv\",\"link\":\"\",\"content\":\"Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.\",\"list\":\"Legacy system modernization<br>\\nTechnology migration<br>\\nCloud computing<br>\\nSoftware Consulting<br>\\nGoogle services\\n                    \\n                  \",\"_id\":\"5f0a503\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"project_title_typography_typography\":\"custom\",\"project_title_typography_font_family\":\"Raleway\",\"project_title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"amaeka_whatwedo\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aee093\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"section-four\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"8ef9976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac0f495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"we-live-border\\\">\\n<div class=\\\"border top\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border right\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border bottom\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"border left\\\">\\n<div class=\\\"bar\\\"><\\/div>\\n<\\/div>\\n<div class=\\\"cl-ot-txt\\\">\\n\\nBE THE WIND BENEATH OUR WINGS\\n\\n<p>Our small team is growing fast. We\\u2019d love your help in making AMAEKA truly special.<\\/p>\\n<div class=\\\"amk-btn\\\"><a href=\\\"#\\\">ARE YOU UP FOR IT<\\/a><\\/div>\\n<\\/div>\\n<\\/div>\",\"text_color\":\"#298F87\",\"_css_classes\":\"our-wings\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c74b240\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bc6b715\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f3503d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\",\"number\":\"-1\",\"see_all\":\"\",\"see_all_text\":\"\",\"category\":\"\"}},\"elements\":[],\"widgetType\":\"wp-widget-amaeka_clients\"}],\"isInner\":false}],\"isInner\":false}]'),(9613,1825,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:2;s:5:\"space\";i:2;s:6:\"height\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:11:\"css_classes\";i:3;s:11:\"_element_id\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:18:\"wp-widget-nav_menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:15:\"amaeka_whatwedo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:20:\"section_testimonials\";a:2:{s:9:\"maintitle\";i:1;s:14:\"portfolio_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:27:\"section_project_title_style\";a:3:{s:35:\"project_title_typography_typography\";i:1;s:36:\"project_title_typography_font_family\";i:1;s:36:\"project_title_typography_font_weight\";i:1;}}}}s:24:\"wp-widget-amaeka_clients\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9614,1825,'_elementor_page_assets','a:0:{}'),(9615,1825,'_elementor_css','a:6:{s:4:\"time\";i:1644413487;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9616,326,'_elementor_css','a:6:{s:4:\"time\";i:1644413533;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:8;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9617,1826,'_wp_attached_file','2021/02/ios-1.png'),(9618,1826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:119;s:4:\"file\";s:17:\"2021/02/ios-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9622,1786,'_elementor_page_assets','a:0:{}'),(9624,524,'_elementor_css','a:6:{s:4:\"time\";i:1644498325;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1827 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'2020-12-17 08:20:26','2020-12-17 08:20:26','<!-- 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','','','2020-12-17 08:20:26','2020-12-17 08:20:26','',0,'http://demoweblinks.in/amaeka-wp/?p=1',0,'post','',1),(2,1,'2020-12-17 08:20:26','2020-12-17 08:20:26','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://demoweblinks.in/amaeka-wp/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2020-12-17 08:20:26','2020-12-17 08:20:26','',0,'http://demoweblinks.in/amaeka-wp/?page_id=2',0,'page','',0),(3,1,'2020-12-17 08:20:26','2020-12-17 08:20:26','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://demoweblinks.in/amaeka-wp.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>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 {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>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>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>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-12-17 08:20:26','2020-12-17 08:20:26','',0,'http://demoweblinks.in/amaeka-wp/?page_id=3',0,'page','',0),(86,1,'2020-12-17 11:44:39','2020-12-17 11:44:39','','ios','','inherit','open','closed','','ios','','','2020-12-17 11:44:39','2020-12-17 11:44:39','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ios.png',0,'attachment','image/png',0),(94,1,'2020-12-17 13:15:58','2020-12-17 13:15:58','','menu-ic1','','inherit','open','closed','','menu-ic1','','','2020-12-17 13:15:58','2020-12-17 13:15:58','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/menu-ic1.png',0,'attachment','image/png',0),(95,1,'2020-12-18 04:14:35','2020-12-18 04:14:35','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-ios.png','cropped-ios.png','','inherit','open','closed','','cropped-ios-png','','','2020-12-18 04:14:35','2020-12-18 04:14:35','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-ios.png',0,'attachment','image/png',0),(97,1,'2020-12-18 04:17:02','2020-12-18 04:17:02','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-ios-1.png','cropped-ios-1.png','','inherit','open','closed','','cropped-ios-1-png','','','2020-12-18 04:17:02','2020-12-18 04:17:02','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-ios-1.png',0,'attachment','image/png',0),(99,1,'2020-12-18 04:18:20','2020-12-18 04:18:20','','logo','','inherit','open','closed','','logo','','','2020-12-18 04:18:20','2020-12-18 04:18:20','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/logo.jpg',0,'attachment','image/jpeg',0),(100,1,'2020-12-18 04:18:26','2020-12-18 04:18:26','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-logo.jpg','cropped-logo.jpg','','inherit','open','closed','','cropped-logo-jpg','','','2020-12-18 04:18:26','2020-12-18 04:18:26','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-logo.jpg',0,'attachment','image/jpeg',0),(119,0,'2020-12-22 04:21:43','2020-12-22 04:21:43','','Default Kit','','publish','closed','closed','','default-kit','','','2020-12-22 13:25:55','2020-12-22 13:25:55','',0,'http://demoweblinks.in/amaeka-wp/?elementor_library=default-kit',0,'elementor_library','',0),(127,1,'2020-12-22 08:28:43','2020-12-22 08:28:43','','ftr-map','','inherit','open','closed','','ftr-map','','','2020-12-22 08:28:43','2020-12-22 08:28:43','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ftr-map.png',0,'attachment','image/png',0),(134,1,'2020-12-22 13:25:55','2020-12-22 13:25:55','','Default Kit','','inherit','closed','closed','','119-revision-v1','','','2020-12-22 13:25:55','2020-12-22 13:25:55','',119,'http://demoweblinks.in/amaeka-wp/2020/12/22/119-revision-v1/',0,'revision','',0),(135,1,'2020-12-22 13:25:55','2020-12-22 13:25:55','','Default Kit','','inherit','closed','closed','','119-revision-v1','','','2020-12-22 13:25:55','2020-12-22 13:25:55','',119,'http://demoweblinks.in/amaeka-wp/2020/12/22/119-revision-v1/',0,'revision','',0),(145,1,'2020-12-23 04:42:08','2020-12-23 04:42:08','','ftr-bg','','inherit','open','closed','','ftr-bg','','','2020-12-23 04:42:08','2020-12-23 04:42:08','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ftr-bg.jpg',0,'attachment','image/jpeg',0),(173,1,'2020-12-24 04:29:13','2020-12-24 04:29:13','','web','','inherit','open','closed','','web','','','2020-12-24 04:29:13','2020-12-24 04:29:13','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png',0,'attachment','image/png',0),(174,1,'2020-12-24 04:30:38','2020-12-24 04:30:38','','9','','inherit','open','closed','','9','','','2020-12-24 04:30:38','2020-12-24 04:30:38','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg',0,'attachment','image/jpeg',0),(175,1,'2020-12-24 04:32:55','2020-12-24 04:32:55','','1','','inherit','open','closed','','1','','','2020-12-24 04:32:55','2020-12-24 04:32:55','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg',0,'attachment','image/jpeg',0),(178,1,'2020-12-24 05:03:57','2020-12-24 05:03:57','','mob_app','','inherit','open','closed','','mob_app','','','2020-12-24 05:03:57','2020-12-24 05:03:57','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png',0,'attachment','image/png',0),(182,1,'2020-12-24 07:25:52','2020-12-24 07:25:52','','php','','publish','closed','closed','','php','','','2020-12-24 09:48:51','2020-12-24 09:48:51','',0,'http://demoweblinks.in/amaeka-wp/?post_type=clients&#038;p=182',0,'clients','',0),(187,1,'2020-12-24 08:48:01','2020-12-24 08:48:01','','php','','inherit','open','closed','','php-2','','','2020-12-24 08:48:01','2020-12-24 08:48:01','',182,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/php.png',0,'attachment','image/png',0),(188,1,'2020-12-24 08:48:33','2020-12-24 08:48:33','','mysql','','publish','closed','closed','','mysql','','','2020-12-24 09:49:09','2020-12-24 09:49:09','',0,'http://demoweblinks.in/amaeka-wp/?post_type=clients&#038;p=188',0,'clients','',0),(189,1,'2020-12-24 08:48:26','2020-12-24 08:48:26','','sql','','inherit','open','closed','','sql','','','2020-12-24 08:48:26','2020-12-24 08:48:26','',188,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sql.png',0,'attachment','image/png',0),(191,1,'2020-12-24 08:48:49','2020-12-24 08:48:49','','wp','','inherit','open','closed','','wp','','','2020-12-24 08:48:49','2020-12-24 08:48:49','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/wp.png',0,'attachment','image/png',0),(192,1,'2020-12-24 08:49:10','2020-12-24 08:49:10','','andorid','','publish','closed','closed','','andorid','','','2020-12-24 09:48:02','2020-12-24 09:48:02','',0,'http://demoweblinks.in/amaeka-wp/?post_type=clients&#038;p=192',0,'clients','',0),(193,1,'2020-12-24 08:49:06','2020-12-24 08:49:06','','android (1)','','inherit','open','closed','','android-1','','','2020-12-24 08:49:06','2020-12-24 08:49:06','',192,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/android-1.png',0,'attachment','image/png',0),(194,1,'2020-12-24 08:49:39','2020-12-24 08:49:39','','java','','publish','closed','closed','','java','','','2020-12-24 09:48:21','2020-12-24 09:48:21','',0,'http://demoweblinks.in/amaeka-wp/?post_type=clients&#038;p=194',0,'clients','',0),(195,1,'2020-12-24 08:49:36','2020-12-24 08:49:36','','java','','inherit','open','closed','','java','','','2020-12-24 08:49:36','2020-12-24 08:49:36','',194,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/java.png',0,'attachment','image/png',0),(224,1,'2020-12-24 12:23:18','2020-12-24 12:23:18','','shilpan','','inherit','open','closed','','shilpan','','','2020-12-24 12:23:18','2020-12-24 12:23:18','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg',0,'attachment','image/jpeg',0),(225,1,'2020-12-24 12:23:26','2020-12-24 12:23:26','','shilpan-1','','inherit','open','closed','','shilpan-1','','','2020-12-24 12:23:26','2020-12-24 12:23:26','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg',0,'attachment','image/jpeg',0),(245,1,'2020-12-24 13:30:24','2020-12-24 13:30:24','','111','','inherit','open','closed','','111','','','2020-12-24 13:30:24','2020-12-24 13:30:24','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif',0,'attachment','image/gif',0),(252,1,'2020-12-24 13:34:50','2020-12-24 13:34:50','','222','','inherit','open','closed','','222','','','2020-12-24 13:34:50','2020-12-24 13:34:50','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif',0,'attachment','image/gif',0),(280,1,'2020-12-28 07:04:26','2020-12-28 07:04:26','','coding','','inherit','open','closed','','coding','','','2020-12-28 07:04:26','2020-12-28 07:04:26','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png',0,'attachment','image/png',0),(301,1,'2020-12-28 13:04:26','2020-12-28 13:04:26','','1 (1)','','inherit','open','closed','','1-1','','','2020-12-28 13:04:26','2020-12-28 13:04:26','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1-1.jpg',0,'attachment','image/jpeg',0),(307,1,'2020-12-29 04:45:04','2020-12-29 04:45:04','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','banner image','banner-image','publish','closed','closed','','group_5feab3d3376ba','','','2020-12-29 15:54:20','2020-12-29 15:54:20','',0,'http://demoweblinks.in/amaeka-wp/?post_type=acf-field-group&#038;p=307',0,'acf-field-group','',0),(308,1,'2020-12-29 04:45:04','2020-12-29 04:45:04','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Select a Background Image','banner_background_image','publish','closed','closed','','field_5feab3dfc6d7c','','','2020-12-29 05:12:07','2020-12-29 05:12:07','',307,'http://demoweblinks.in/amaeka-wp/?post_type=acf-field&#038;p=308',0,'acf-field','',0),(309,1,'2020-12-29 04:45:04','2020-12-29 04:45:04','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Banner Title','banner_title','publish','closed','closed','','field_5feab41bc6d7d','','','2020-12-29 05:11:20','2020-12-29 05:11:20','',307,'http://demoweblinks.in/amaeka-wp/?post_type=acf-field&#038;p=309',1,'acf-field','',0),(310,1,'2020-12-29 04:45:04','2020-12-29 04:45:04','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Banner Subtitle','banner_subtitle','publish','closed','closed','','field_5feab42ec6d7e','','','2020-12-29 05:12:07','2020-12-29 05:12:07','',307,'http://demoweblinks.in/amaeka-wp/?post_type=acf-field&#038;p=310',2,'acf-field','',0),(316,1,'2020-12-29 06:16:03','2020-12-29 06:16:03','','officez','','inherit','open','closed','','officez','','','2021-01-19 05:31:37','2021-01-19 05:31:37','',967,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/officez.jpeg',0,'attachment','image/jpeg',0),(326,1,'2020-12-29 06:29:25','2020-12-29 06:29:25','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','publish','closed','closed','','home','','','2022-02-09 13:32:10','2022-02-09 13:32:10','',0,'http://demoweblinks.in/amaeka-wp/?page_id=326',0,'page','',0),(327,1,'2020-12-29 06:29:25','2020-12-29 06:29:25','','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:29:25','2020-12-29 06:29:25','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(328,1,'2020-12-29 06:30:52','2020-12-29 06:30:52','','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:30:52','2020-12-29 06:30:52','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(329,1,'2020-12-29 06:35:35','2020-12-29 06:35:35','','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:35:35','2020-12-29 06:35:35','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(330,1,'2020-12-29 06:35:36','2020-12-29 06:35:36','','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:35:36','2020-12-29 06:35:36','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(331,1,'2020-12-29 06:35:36','2020-12-29 06:35:36','<h1>Hello, Welcome To<br> Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:35:36','2020-12-29 06:35:36','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(332,1,'2020-12-29 06:39:11','2020-12-29 06:39:11','<h1>Hello, Welcome To<br> Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:39:11','2020-12-29 06:39:11','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(333,1,'2020-12-29 06:39:12','2020-12-29 06:39:12','<h1>Hello, Welcome To<br> Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:39:12','2020-12-29 06:39:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(334,1,'2020-12-29 06:39:12','2020-12-29 06:39:12','<h1>Hello, Welcome To<br> Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:39:12','2020-12-29 06:39:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(335,1,'2020-12-29 06:40:01','2020-12-29 06:40:01','<h1>Hello, Welcome To<br> Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:40:01','2020-12-29 06:40:01','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(336,1,'2020-12-29 06:40:01','2020-12-29 06:40:01','<h1>Hello, Welcome To<br> Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:40:01','2020-12-29 06:40:01','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(337,1,'2020-12-29 06:40:01','2020-12-29 06:40:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:40:01','2020-12-29 06:40:01','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(338,1,'2020-12-29 06:45:15','2020-12-29 06:45:15','<h1>Hello, Welcome To Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:45:15','2020-12-29 06:45:15','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(339,1,'2020-12-29 06:45:15','2020-12-29 06:45:15','<h1>Hello, Welcome To Amaeka Technologies.</h1>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:45:15','2020-12-29 06:45:15','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(340,1,'2020-12-29 06:45:16','2020-12-29 06:45:16','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:45:16','2020-12-29 06:45:16','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(341,1,'2020-12-29 06:45:41','2020-12-29 06:45:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:45:41','2020-12-29 06:45:41','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(342,1,'2020-12-29 06:45:41','2020-12-29 06:45:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:45:41','2020-12-29 06:45:41','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(343,1,'2020-12-29 06:45:42','2020-12-29 06:45:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:45:42','2020-12-29 06:45:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(344,1,'2020-12-29 06:49:26','2020-12-29 06:49:26','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:49:26','2020-12-29 06:49:26','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(345,1,'2020-12-29 06:49:27','2020-12-29 06:49:27','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:49:27','2020-12-29 06:49:27','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(346,1,'2020-12-29 06:49:27','2020-12-29 06:49:27','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>Add Your Heading Text Here</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:49:27','2020-12-29 06:49:27','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(347,1,'2020-12-29 06:51:14','2020-12-29 06:51:14','','vision','','inherit','open','closed','','vision','','','2020-12-29 06:51:14','2020-12-29 06:51:14','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/vision.gif',0,'attachment','image/gif',0),(348,1,'2020-12-29 06:52:03','2020-12-29 06:52:03','','Rocket','','inherit','open','closed','','rocket','','','2020-12-29 06:52:03','2020-12-29 06:52:03','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/Rocket.gif',0,'attachment','image/gif',0),(349,1,'2020-12-29 06:53:35','2020-12-29 06:53:35','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>Add Your Heading Text Here</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:53:35','2020-12-29 06:53:35','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(350,1,'2020-12-29 06:53:35','2020-12-29 06:53:35','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>Add Your Heading Text Here</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:53:35','2020-12-29 06:53:35','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(351,1,'2020-12-29 06:53:35','2020-12-29 06:53:35','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>Add Your Heading Text Here</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:53:35','2020-12-29 06:53:35','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(352,1,'2020-12-29 06:54:12','2020-12-29 06:54:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>Add Your Heading Text Here</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:54:12','2020-12-29 06:54:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(353,1,'2020-12-29 06:54:13','2020-12-29 06:54:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>Add Your Heading Text Here</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:54:13','2020-12-29 06:54:13','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(354,1,'2020-12-29 06:54:13','2020-12-29 06:54:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:54:13','2020-12-29 06:54:13','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(355,1,'2020-12-29 06:55:42','2020-12-29 06:55:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:55:42','2020-12-29 06:55:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(356,1,'2020-12-29 06:55:42','2020-12-29 06:55:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:55:42','2020-12-29 06:55:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(357,1,'2020-12-29 06:55:43','2020-12-29 06:55:43','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 06:55:43','2020-12-29 06:55:43','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(359,1,'2020-12-29 07:00:54','2020-12-29 07:00:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:00:54','2020-12-29 07:00:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(360,1,'2020-12-29 07:00:54','2020-12-29 07:00:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:00:54','2020-12-29 07:00:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(361,1,'2020-12-29 07:00:55','2020-12-29 07:00:55','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:00:55','2020-12-29 07:00:55','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(362,1,'2020-12-29 07:02:17','2020-12-29 07:02:17','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:02:17','2020-12-29 07:02:17','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(363,1,'2020-12-29 07:02:18','2020-12-29 07:02:18','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:02:18','2020-12-29 07:02:18','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(364,1,'2020-12-29 07:02:18','2020-12-29 07:02:18','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:02:18','2020-12-29 07:02:18','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(366,1,'2020-12-29 07:04:29','2020-12-29 07:04:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:04:29','2020-12-29 07:04:29','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(367,1,'2020-12-29 07:04:29','2020-12-29 07:04:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:04:29','2020-12-29 07:04:29','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(368,1,'2020-12-29 07:04:30','2020-12-29 07:04:30','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:04:30','2020-12-29 07:04:30','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(369,1,'2020-12-29 07:15:44','2020-12-29 07:15:44','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:15:44','2020-12-29 07:15:44','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(370,1,'2020-12-29 07:15:45','2020-12-29 07:15:45','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:15:45','2020-12-29 07:15:45','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(371,1,'2020-12-29 07:15:45','2020-12-29 07:15:45','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:15:45','2020-12-29 07:15:45','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(372,1,'2020-12-29 07:22:23','2020-12-29 07:22:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:22:23','2020-12-29 07:22:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(373,1,'2020-12-29 07:22:23','2020-12-29 07:22:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:22:23','2020-12-29 07:22:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(374,1,'2020-12-29 07:22:24','2020-12-29 07:22:24','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:22:24','2020-12-29 07:22:24','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(375,1,'2020-12-29 07:27:50','2020-12-29 07:27:50','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:27:50','2020-12-29 07:27:50','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(376,1,'2020-12-29 07:27:51','2020-12-29 07:27:51','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:27:51','2020-12-29 07:27:51','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(377,1,'2020-12-29 07:27:51','2020-12-29 07:27:51','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img />\n											<h4>Project title</h4>\n											<p></p>\n											<ul>\n																							</ul>\n																												<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Art -tab\" data-toggle=\"tab\" href=\"#Art\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img >\n										<h3>Project title</h3>\n										<!-- <p></p> -->\n										<ul>\n																					</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 07:27:51','2020-12-29 07:27:51','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(378,1,'2020-12-29 08:41:05','2020-12-29 08:41:05','','3','','inherit','open','closed','','3','','','2020-12-29 08:41:05','2020-12-29 08:41:05','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg',0,'attachment','image/jpeg',0),(379,1,'2020-12-29 08:41:13','2020-12-29 08:41:13','','ecom','','inherit','open','closed','','ecom','','','2020-12-29 08:41:13','2020-12-29 08:41:13','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png',0,'attachment','image/png',0),(380,1,'2020-12-29 08:42:03','2020-12-29 08:42:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img />\n											<h4>Project title</h4>\n											<p></p>\n											<ul>\n																							</ul>\n																												<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Art -tab\" data-toggle=\"tab\" href=\"#Art\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img >\n										<h3>Project title</h3>\n										<!-- <p></p> -->\n										<ul>\n																					</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:42:03','2020-12-29 08:42:03','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(381,1,'2020-12-29 08:42:03','2020-12-29 08:42:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img />\n											<h4>Project title</h4>\n											<p></p>\n											<ul>\n																							</ul>\n																												<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Art -tab\" data-toggle=\"tab\" href=\"#Art\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img >\n										<h3>Project title</h3>\n										<!-- <p></p> -->\n										<ul>\n																					</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:42:03','2020-12-29 08:42:03','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(382,1,'2020-12-29 08:42:04','2020-12-29 08:42:04','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:42:04','2020-12-29 08:42:04','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(383,1,'2020-12-29 08:44:12','2020-12-29 08:44:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:12','2020-12-29 08:44:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(384,1,'2020-12-29 08:44:12','2020-12-29 08:44:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:12','2020-12-29 08:44:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(385,1,'2020-12-29 08:44:13','2020-12-29 08:44:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:13','2020-12-29 08:44:13','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(386,1,'2020-12-29 08:44:38','2020-12-29 08:44:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:38','2020-12-29 08:44:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(387,1,'2020-12-29 08:44:38','2020-12-29 08:44:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:38','2020-12-29 08:44:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(388,1,'2020-12-29 08:44:39','2020-12-29 08:44:39','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:39','2020-12-29 08:44:39','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(389,1,'2020-12-29 08:44:45','2020-12-29 08:44:45','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:45','2020-12-29 08:44:45','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(390,1,'2020-12-29 08:44:45','2020-12-29 08:44:45','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:45','2020-12-29 08:44:45','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(391,1,'2020-12-29 08:44:45','2020-12-29 08:44:45','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:44:45','2020-12-29 08:44:45','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(392,1,'2020-12-29 08:45:36','2020-12-29 08:45:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:45:36','2020-12-29 08:45:36','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(393,1,'2020-12-29 08:45:36','2020-12-29 08:45:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:45:36','2020-12-29 08:45:36','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(394,1,'2020-12-29 08:45:37','2020-12-29 08:45:37','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:45:37','2020-12-29 08:45:37','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(395,1,'2020-12-29 08:46:47','2020-12-29 08:46:47','','8','','inherit','open','closed','','8','','','2020-12-29 08:46:47','2020-12-29 08:46:47','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg',0,'attachment','image/jpeg',0),(396,1,'2020-12-29 08:46:54','2020-12-29 08:46:54','','sales_cloud','','inherit','open','closed','','sales_cloud','','','2020-12-29 08:46:54','2020-12-29 08:46:54','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png',0,'attachment','image/png',0),(397,1,'2020-12-29 08:47:38','2020-12-29 08:47:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:47:38','2020-12-29 08:47:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(398,1,'2020-12-29 08:47:38','2020-12-29 08:47:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																																			<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:47:38','2020-12-29 08:47:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(399,1,'2020-12-29 08:47:39','2020-12-29 08:47:39','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																																										<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:47:39','2020-12-29 08:47:39','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(401,1,'2020-12-29 08:49:35','2020-12-29 08:49:35','','5','','inherit','open','closed','','5','','','2020-12-29 08:49:35','2020-12-29 08:49:35','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg',0,'attachment','image/jpeg',0),(402,1,'2020-12-29 08:49:41','2020-12-29 08:49:41','','industry','','inherit','open','closed','','industry','','','2020-12-29 08:49:41','2020-12-29 08:49:41','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png',0,'attachment','image/png',0),(403,1,'2020-12-29 08:49:45','2020-12-29 08:49:45','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																																										<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:49:45','2020-12-29 08:49:45','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(404,1,'2020-12-29 08:49:45','2020-12-29 08:49:45','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																																										<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:49:45','2020-12-29 08:49:45','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(405,1,'2020-12-29 08:49:46','2020-12-29 08:49:46','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																																																	<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Art -tab\" data-toggle=\"tab\" href=\"#Art\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:49:46','2020-12-29 08:49:46','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(406,1,'2020-12-29 08:50:55','2020-12-29 08:50:55','','4','','inherit','open','closed','','4','','','2020-12-29 08:50:55','2020-12-29 08:50:55','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg',0,'attachment','image/jpeg',0),(407,1,'2020-12-29 08:51:02','2020-12-29 08:51:02','','emerging','','inherit','open','closed','','emerging','','','2020-12-29 08:51:02','2020-12-29 08:51:02','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png',0,'attachment','image/png',0),(408,1,'2020-12-29 08:53:12','2020-12-29 08:53:12','','9 (1)','','inherit','open','closed','','9-1','','','2020-12-29 08:53:12','2020-12-29 08:53:12','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg',0,'attachment','image/jpeg',0),(409,1,'2020-12-29 08:53:20','2020-12-29 08:53:20','','branding','','inherit','open','closed','','branding','','','2020-12-29 08:53:20','2020-12-29 08:53:20','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png',0,'attachment','image/png',0),(410,1,'2020-12-29 08:53:28','2020-12-29 08:53:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																																																	<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Art -tab\" data-toggle=\"tab\" href=\"#Art\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:53:28','2020-12-29 08:53:28','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(411,1,'2020-12-29 08:53:29','2020-12-29 08:53:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																																																	<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Art -tab\" data-toggle=\"tab\" href=\"#Art\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:53:29','2020-12-29 08:53:29','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(412,1,'2020-12-29 08:53:29','2020-12-29 08:53:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																																																															<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:53:29','2020-12-29 08:53:29','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(413,1,'2020-12-29 08:54:46','2020-12-29 08:54:46','','7','','inherit','open','closed','','7','','','2020-12-29 08:54:46','2020-12-29 08:54:46','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg',0,'attachment','image/jpeg',0),(414,1,'2020-12-29 08:54:54','2020-12-29 08:54:54','','on_demand','','inherit','open','closed','','on_demand','','','2020-12-29 08:54:54','2020-12-29 08:54:54','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png',0,'attachment','image/png',0),(415,1,'2020-12-29 08:54:59','2020-12-29 08:54:59','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																																																															<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:54:59','2020-12-29 08:54:59','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(416,1,'2020-12-29 08:54:59','2020-12-29 08:54:59','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																																																															<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:54:59','2020-12-29 08:54:59','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(417,1,'2020-12-29 08:55:00','2020-12-29 08:55:00','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																																																																						<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:55:00','2020-12-29 08:55:00','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(418,1,'2020-12-29 08:56:28','2020-12-29 08:56:28','','6','','inherit','open','closed','','6','','','2020-12-29 08:56:28','2020-12-29 08:56:28','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg',0,'attachment','image/jpeg',0),(419,1,'2020-12-29 08:56:36','2020-12-29 08:56:36','','more','','inherit','open','closed','','more','','','2020-12-29 08:56:36','2020-12-29 08:56:36','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png',0,'attachment','image/png',0),(420,1,'2020-12-29 08:56:41','2020-12-29 08:56:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																																																																						<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:56:41','2020-12-29 08:56:41','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(421,1,'2020-12-29 08:56:42','2020-12-29 08:56:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																																																																						<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:56:42','2020-12-29 08:56:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(422,1,'2020-12-29 08:56:42','2020-12-29 08:56:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:56:42','2020-12-29 08:56:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(423,1,'2020-12-29 08:57:34','2020-12-29 08:57:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:57:34','2020-12-29 08:57:34','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(424,1,'2020-12-29 08:57:35','2020-12-29 08:57:35','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:57:35','2020-12-29 08:57:35','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(425,1,'2020-12-29 08:57:35','2020-12-29 08:57:35','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:57:35','2020-12-29 08:57:35','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(426,1,'2020-12-29 08:57:54','2020-12-29 08:57:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:57:54','2020-12-29 08:57:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(427,1,'2020-12-29 08:57:54','2020-12-29 08:57:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:57:54','2020-12-29 08:57:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(428,1,'2020-12-29 08:57:54','2020-12-29 08:57:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 08:57:54','2020-12-29 08:57:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(429,1,'2020-12-29 09:09:27','2020-12-29 09:09:27','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:09:27','2020-12-29 09:09:27','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(430,1,'2020-12-29 09:09:28','2020-12-29 09:09:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:09:28','2020-12-29 09:09:28','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(431,1,'2020-12-29 09:09:28','2020-12-29 09:09:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:09:28','2020-12-29 09:09:28','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(432,1,'2020-12-29 09:13:12','2020-12-29 09:13:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:13:12','2020-12-29 09:13:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(433,1,'2020-12-29 09:13:13','2020-12-29 09:13:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:13:13','2020-12-29 09:13:13','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(434,1,'2020-12-29 09:13:13','2020-12-29 09:13:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n		<!--  -->\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>\n		<!--  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:13:13','2020-12-29 09:13:13','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(435,1,'2020-12-29 09:19:34','2020-12-29 09:19:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n		<!--  -->\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>\n		<!--  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:19:34','2020-12-29 09:19:34','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(436,1,'2020-12-29 09:19:35','2020-12-29 09:19:35','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n		<!--  -->\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"More -tab\" data-toggle=\"tab\" href=\"#More\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>\n		<!--  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:19:35','2020-12-29 09:19:35','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(437,1,'2020-12-29 09:19:36','2020-12-29 09:19:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:19:36','2020-12-29 09:19:36','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(438,1,'2020-12-29 09:29:40','2020-12-29 09:29:40','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:29:40','2020-12-29 09:29:40','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(439,1,'2020-12-29 09:29:41','2020-12-29 09:29:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:29:41','2020-12-29 09:29:41','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(440,1,'2020-12-29 09:29:41','2020-12-29 09:29:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:29:41','2020-12-29 09:29:41','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(441,1,'2020-12-29 09:36:05','2020-12-29 09:36:05','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:36:05','2020-12-29 09:36:05','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(442,1,'2020-12-29 09:36:05','2020-12-29 09:36:05','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:36:05','2020-12-29 09:36:05','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(443,1,'2020-12-29 09:36:06','2020-12-29 09:36:06','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:36:06','2020-12-29 09:36:06','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(444,1,'2020-12-29 09:50:03','2020-12-29 09:50:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:50:03','2020-12-29 09:50:03','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(445,1,'2020-12-29 09:50:03','2020-12-29 09:50:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<ul>\n												<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<ul>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<ul>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</ul>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</ul>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<ul>\n											<li>UI/UX Design</li>\n<li>Node JS, Angular JS Development</li>\n<li>Java Development</li>\n<li>PHP Development<li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</ul></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<ul>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</ul></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<ul>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</ul></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:50:03','2020-12-29 09:50:03','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(446,1,'2020-12-29 09:50:04','2020-12-29 09:50:04','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:50:04','2020-12-29 09:50:04','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(447,1,'2020-12-29 09:52:19','2020-12-29 09:52:19','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:52:19','2020-12-29 09:52:19','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(448,1,'2020-12-29 09:52:20','2020-12-29 09:52:20','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>iOS app Development</li>\n                    <li>Android app Development</li>\n                    <li>Hybrid app Development</li>\n                    <li>Windows app Development</li>\n                    <li>Wearable app Development</li>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:52:20','2020-12-29 09:52:20','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(449,1,'2020-12-29 09:52:21','2020-12-29 09:52:21','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:52:21','2020-12-29 09:52:21','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(450,1,'2020-12-29 09:56:12','2020-12-29 09:56:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:56:12','2020-12-29 09:56:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(451,1,'2020-12-29 09:56:12','2020-12-29 09:56:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>WordPress Development</li>\n                    <li>Magento Development</li>\n                    <li>Woocommerce Development</li>\n                    <li>Shopify Development</li>\n                    <li>Maintenance and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											   <li>Consulting and Strategy</li>\n                    <li>Custom Development</li>\n                    <li>Integration and Implementation</li>\n                    <li>Salesforce Customisation</li>\n                    <li>Training and Support</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>SharePoint Development</li>\n                    <li>Microsoft Power BI Development</li>\n                    <li>Microsoft Azure Development</li>\n                    <li>Blockchain Development</li>\n                    <li>SAP Consulting</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>IOT App Development</li>\n                    <li>AR app Development</li>\n                    <li>VR app Development</li>\n                    <li>Big Data Service</li>\n                    <li>iBeacon App Development</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Social media Optimisation</li>\n                    <li>Search engine Optimisation</li>\n                    <li>PPC Management</li>\n                    <li>Web Analytics</li>\n                    <li>Digital Advertising</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>On demand apps Development</li>\n                    <li>Admin panel Development</li>\n                    <li>App Implementation and Launching</li>\n                    <li>Grocery, Taxi, Food Delivery Apps</li>\n                    <li>E-Learning, healthcare Apps</li>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n                    <li>Legacy system modernization</li>\n                    <li>Technology migration</li>\n                    <li>Cloud computing</li>\n                    <li>Software Consulting</li>\n                    <li>Google services</li>\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:56:12','2020-12-29 09:56:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(452,1,'2020-12-29 09:56:13','2020-12-29 09:56:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:56:13','2020-12-29 09:56:13','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(453,1,'2020-12-29 09:58:38','2020-12-29 09:58:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:58:38','2020-12-29 09:58:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(454,1,'2020-12-29 09:58:39','2020-12-29 09:58:39','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:58:39','2020-12-29 09:58:39','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(455,1,'2020-12-29 09:58:39','2020-12-29 09:58:39','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n			<h2>BE THE WIND BENEATH OUR WINGS</h2>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 09:58:39','2020-12-29 09:58:39','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(456,1,'2020-12-29 10:05:30','2020-12-29 10:05:30','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n			<h2>BE THE WIND BENEATH OUR WINGS</h2>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:05:30','2020-12-29 10:05:30','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(457,1,'2020-12-29 10:05:31','2020-12-29 10:05:31','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n			<h2>BE THE WIND BENEATH OUR WINGS</h2>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:05:31','2020-12-29 10:05:31','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(458,1,'2020-12-29 10:05:31','2020-12-29 10:05:31','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:05:31','2020-12-29 10:05:31','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(459,1,'2020-12-29 10:07:07','2020-12-29 10:07:07','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:07:07','2020-12-29 10:07:07','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(460,1,'2020-12-29 10:07:07','2020-12-29 10:07:07','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:07:07','2020-12-29 10:07:07','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(461,1,'2020-12-29 10:07:08','2020-12-29 10:07:08','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:07:08','2020-12-29 10:07:08','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(462,1,'2020-12-29 10:08:59','2020-12-29 10:08:59','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:08:59','2020-12-29 10:08:59','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(463,1,'2020-12-29 10:09:00','2020-12-29 10:09:00','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:09:00','2020-12-29 10:09:00','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(464,1,'2020-12-29 10:09:01','2020-12-29 10:09:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2020-12-29 10:09:01','2020-12-29 10:09:01','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(466,1,'2020-12-29 11:38:03','2020-12-29 11:38:03','WELCOME TO WORLD\'S MOST USER-FRIENDLY & EASY TO LEARN SALES APPLICATION\r\n','Sales Team Management','Increase Sales & Improve Services\r\nIntroducing simple, easy to use team friendly technology and process for your business that can transform the way you do business at affordable costs.\r\n\r\nGet over 40% cumulative growth. Our studies at client environments show more than 40% cumulative growth with over 50% sales productivity.\r\n\r\nWe help you replicate success & grow exponentially. Following our set process will take you to your targets faster, help you in measuring success & achieve victory in shorter durations.\r\n\r\nWhat makes us top-notch\r\nReal time analytics:-   Stop waiting for reports, know your advanced business summary any time from any part of the world.\r\nWork smart:-   Everything around has turned digital, go digital making enterprise smart & grow faster than competitions.\r\nForecast growth:-   Always know upcoming / pending activities, target achieved + top clients in pipeline with out executing search.','publish','closed','closed','','sales-team-management','','','2020-12-29 11:38:03','2020-12-29 11:38:03','',0,'http://demoweblinks.in/amaeka-wp/?post_type=prodcuts&#038;p=466',0,'prodcuts','',0),(467,1,'2020-12-29 11:37:57','2020-12-29 11:37:57','','logo5','','inherit','open','closed','','logo5','','','2020-12-29 11:37:57','2020-12-29 11:37:57','',466,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/logo5.jpg',0,'attachment','image/jpeg',0),(468,1,'2020-12-29 12:42:05','2020-12-29 12:42:05','DOCUMENT MANAGEMENT SYSTEMS TODAY RANGE IN SIZE AND SCOPE FROM SMALL, STANDALONE SYSTEMS TO LARGE SCALE ENTERPRISE-WIDE CONFIGURATIONS SERVING A GLOBAL AUDIENCE','Document Management','Doc Net\r\nDocument is a cloud-based platform where Law and Financial institutions can track, store and manage their work-related documents.This paperless document management system has separate DMS modules for both Law and Financial companies. Even though the basic architecture of the system is the same, it includes highly customized options for both the industries. The integrated task management system of this DMS helps to track tasks such as collecting information, uploading documents, scheduling meetings in an effective manner. This platform is a highly secured platform where financial and law firms can access their critical information irrespective of time and location and thereby provides complete control over their documents.\r\n\r\nKey Features\r\nCentralized storage solution with the highest level of security\r\nIntegrated task management system for tracking activities of users\r\nGoogle drive integration\r\nInstant information access\r\nTree view for displaying and managing documents\r\nMulti Company, multi branch compatibility\r\nIntegrated chat for instant messaging among users\r\nEmail integration\r\nPlatforms\r\nWEB','publish','closed','closed','','document-management','','','2020-12-29 12:42:05','2020-12-29 12:42:05','',0,'http://demoweblinks.in/amaeka-wp/?post_type=prodcuts&#038;p=468',0,'prodcuts','',0),(469,1,'2020-12-29 12:52:35','2020-12-29 12:52:35','dfghjkl','ser1','dfg','publish','closed','closed','','ser1','','','2020-12-29 12:52:35','2020-12-29 12:52:35','',0,'http://demoweblinks.in/amaeka-wp/?post_type=services&#038;p=469',0,'services','',0),(471,1,'2020-12-29 13:03:27','2020-12-29 13:03:27','dfghjkl','sdfgjhk','','publish','closed','closed','','sdfgjhk','','','2020-12-29 13:09:36','2020-12-29 13:09:36','',0,'http://demoweblinks.in/amaeka-wp/?post_type=career&#038;p=471',0,'career','',0),(475,1,'2020-12-29 13:29:15','2020-12-29 13:29:15','<h1>Increase Sales &amp; Improve Services</h1>\r\nIntroducing simple, easy to use team friendly technology and process for your business that can transform the way you do business at affordable costs.\r\n\r\nGet over 40% cumulative growth.\r\nOur studies at client environments show more than 40% cumulative growth with over 50% sales productivity.\r\n\r\nWe help you replicate success &amp; grow exponentially. Following our set process will take you to your targets faster, help you in measuring success &amp; achieve victory in shorter durations.\r\n\r\n<hr class=\"thin-line2\" />\r\n\r\n\r\n<h1>What makes us top-notch</h1>\r\n<ul>\r\n 	<li><p>Real time analytics:-   Stop waiting for reports, know your advanced business summary any time from any part of the world.</p></li>\r\n 	<li><p>Work smart:-   Everything around has turned digital, go digital making enterprise smart &amp; grow faster than competitions.</p></li>\r\n 	<li><p>Forecast growth:-   Always know upcoming / pending activities, target achieved + top clients in pipeline with out executing search.</p></li>\r\n</ul>\r\n','Sales Team Management','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,','publish','closed','closed','','sales-team-management','','','2021-02-09 13:23:02','2021-02-09 13:23:02','',0,'http://demoweblinks.in/amaeka-wp/?post_type=products&#038;p=475',0,'products','',0),(476,1,'2020-12-29 13:32:43','2020-12-29 13:32:43','','doc','','inherit','open','closed','','doc','','','2020-12-29 13:32:43','2020-12-29 13:32:43','',475,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/doc.jpg',0,'attachment','image/jpeg',0),(477,1,'2020-12-29 14:24:29','2020-12-29 14:24:29','<h1>Doc Net</h1>\r\n<p>Document is a cloud-based platform where Law and Financial institutions can track, store and manage their work-related documents.This paperless document management system has separate DMS modules for both Law and Financial companies. Even though the basic architecture of the system is the same, it includes highly customized options for both the industries. The integrated task management system of this DMS helps to track tasks such as collecting information, uploading documents, scheduling meetings in an effective manner. This platform is a highly secured platform where financial and law firms can access their critical information irrespective of time and location and thereby provides complete control over their documents.</p>\r\n\r\n<hr class=\"thin-line2\" />\r\n\r\n\r\n\r\n<h1>Key Features</h1>\r\n<ul>\r\n 	<li><p>Centralized storage solution with the highest level of security</p></li>\r\n 	<li><p>Integrated task management system for tracking activities of users</p></li>\r\n 	<li><p>Google drive integration</p></li>\r\n 	<li><p>Instant information access</p></li>\r\n 	<li><p>Tree view for displaying and managing documents</p></li>\r\n 	<li><p>Multi Company, multi branch compatibility</p></li>\r\n 	<li><p>Integrated chat for instant messaging among users</p></li>\r\n 	<li><p>Email integration</p></li>\r\n 	<li><p>Platforms</p></li>\r\n 	<li><p>WEB</p></li>\r\n</ul>\r\n','Document Management','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,','publish','closed','closed','','document-management','','','2021-02-09 13:26:16','2021-02-09 13:26:16','',0,'http://demoweblinks.in/amaeka-wp/?post_type=products&#038;p=477',0,'products','',0),(478,1,'2020-12-29 14:24:19','2020-12-29 14:24:19','','logo3','','inherit','open','closed','','logo3','','','2020-12-29 14:24:19','2020-12-29 14:24:19','',477,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/logo3.jpg',0,'attachment','image/jpeg',0),(479,1,'2020-12-29 14:57:32','2020-12-29 14:57:32','','Products','','publish','closed','closed','','products','','','2020-12-30 03:11:52','2020-12-30 03:11:52','',0,'http://demoweblinks.in/amaeka-wp/?page_id=479',0,'page','',0),(480,1,'2020-12-29 14:57:32','2020-12-29 14:57:32','','Products','','inherit','closed','closed','','479-revision-v1','','','2020-12-29 14:57:32','2020-12-29 14:57:32','',479,'http://demoweblinks.in/amaeka-wp/479-revision-v1/',0,'revision','',0),(481,1,'2020-12-29 14:57:58','2020-12-29 14:57:58','','Products','','inherit','closed','closed','','479-revision-v1','','','2020-12-29 14:57:58','2020-12-29 14:57:58','',479,'http://demoweblinks.in/amaeka-wp/479-revision-v1/',0,'revision','',0),(482,1,'2020-12-29 15:00:12','2020-12-29 15:00:12','','Products','','inherit','closed','closed','','479-revision-v1','','','2020-12-29 15:00:12','2020-12-29 15:00:12','',479,'http://demoweblinks.in/amaeka-wp/479-revision-v1/',0,'revision','',0),(483,1,'2020-12-29 15:09:23','2020-12-29 15:09:23','','Products','','inherit','closed','closed','','479-revision-v1','','','2020-12-29 15:09:23','2020-12-29 15:09:23','',479,'http://demoweblinks.in/amaeka-wp/?p=483',0,'revision','',0),(484,1,'2020-12-29 15:21:02','2020-12-29 15:21:02','','Products','','inherit','closed','closed','','479-revision-v1','','','2020-12-29 15:21:02','2020-12-29 15:21:02','',479,'http://demoweblinks.in/amaeka-wp/479-revision-v1/',0,'revision','',0),(485,1,'2020-12-29 16:02:06','2020-12-29 16:02:06','','Products','','inherit','closed','closed','','479-revision-v1','','','2020-12-29 16:02:06','2020-12-29 16:02:06','',479,'http://demoweblinks.in/amaeka-wp/archives/485',0,'revision','',0),(499,1,'2021-01-01 12:54:28','2021-01-01 12:54:28','','promotions-icn','','inherit','open','closed','','promotions-icn','','','2021-01-01 12:54:28','2021-01-01 12:54:28','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png',0,'attachment','image/png',0),(518,1,'2021-01-05 06:35:40','2021-01-05 06:35:40','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','WORD PRESS DEVELOPER','','publish','closed','closed','','word-press-developer','','','2021-01-05 06:35:40','2021-01-05 06:35:40','',0,'http://demoweblinks.in/amaeka-wp/?post_type=careers&#038;p=518',0,'careers','',0),(519,1,'2021-01-05 06:36:39','2021-01-05 06:36:39','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','PHP DEVELOPER','','publish','closed','closed','','php-developer','','','2021-01-05 06:36:39','2021-01-05 06:36:39','',0,'http://demoweblinks.in/amaeka-wp/?post_type=careers&#038;p=519',0,'careers','',0),(520,1,'2021-01-05 06:37:15','2021-01-05 06:37:15','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','SHAREPOINT DEVELOPER','','publish','closed','closed','','sharepoint-developer','','','2021-01-05 06:37:15','2021-01-05 06:37:15','',0,'http://demoweblinks.in/amaeka-wp/?post_type=careers&#038;p=520',0,'careers','',0),(524,1,'2021-01-05 10:51:53','2021-01-05 10:51:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->','Company','','publish','closed','closed','','company','','','2021-04-07 04:10:40','2021-04-07 04:10:40','',0,'http://demoweblinks.in/amaeka-wp/?page_id=524',0,'page','',0),(525,1,'2021-01-05 10:51:53','2021-01-05 10:51:53','','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:51:53','2021-01-05 10:51:53','',524,'http://demoweblinks.in/amaeka-wp/archives/525',0,'revision','',0),(526,1,'2021-01-05 10:51:54','2021-01-05 10:51:54','','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:51:54','2021-01-05 10:51:54','',524,'http://demoweblinks.in/amaeka-wp/archives/526',0,'revision','',0),(527,1,'2021-01-05 10:52:49','2021-01-05 10:52:49','','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:52:49','2021-01-05 10:52:49','',524,'http://demoweblinks.in/amaeka-wp/archives/527',0,'revision','',0),(528,1,'2021-01-05 10:52:49','2021-01-05 10:52:49','','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:52:49','2021-01-05 10:52:49','',524,'http://demoweblinks.in/amaeka-wp/archives/528',0,'revision','',0),(529,1,'2021-01-05 10:52:50','2021-01-05 10:52:50','','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:52:50','2021-01-05 10:52:50','',524,'http://demoweblinks.in/amaeka-wp/archives/529',0,'revision','',0),(530,1,'2021-01-05 10:53:24','2021-01-05 10:53:24','','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:53:24','2021-01-05 10:53:24','',524,'http://demoweblinks.in/amaeka-wp/archives/530',0,'revision','',0),(531,1,'2021-01-05 10:53:24','2021-01-05 10:53:24','','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:53:24','2021-01-05 10:53:24','',524,'http://demoweblinks.in/amaeka-wp/archives/531',0,'revision','',0),(532,1,'2021-01-05 10:53:24','2021-01-05 10:53:24','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:53:24','2021-01-05 10:53:24','',524,'http://demoweblinks.in/amaeka-wp/archives/532',0,'revision','',0),(533,1,'2021-01-05 10:55:13','2021-01-05 10:55:13','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:55:13','2021-01-05 10:55:13','',524,'http://demoweblinks.in/amaeka-wp/archives/533',0,'revision','',0),(534,1,'2021-01-05 10:55:13','2021-01-05 10:55:13','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:55:13','2021-01-05 10:55:13','',524,'http://demoweblinks.in/amaeka-wp/archives/534',0,'revision','',0),(535,1,'2021-01-05 10:55:13','2021-01-05 10:55:13','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:55:13','2021-01-05 10:55:13','',524,'http://demoweblinks.in/amaeka-wp/archives/535',0,'revision','',0),(536,1,'2021-01-05 10:57:25','2021-01-05 10:57:25','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:57:25','2021-01-05 10:57:25','',524,'http://demoweblinks.in/amaeka-wp/archives/536',0,'revision','',0),(537,1,'2021-01-05 10:57:26','2021-01-05 10:57:26','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:57:26','2021-01-05 10:57:26','',524,'http://demoweblinks.in/amaeka-wp/archives/537',0,'revision','',0),(538,1,'2021-01-05 10:57:26','2021-01-05 10:57:26','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:57:26','2021-01-05 10:57:26','',524,'http://demoweblinks.in/amaeka-wp/archives/538',0,'revision','',0),(539,1,'2021-01-05 10:58:51','2021-01-05 10:58:51','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:58:51','2021-01-05 10:58:51','',524,'http://demoweblinks.in/amaeka-wp/archives/539',0,'revision','',0),(540,1,'2021-01-05 10:58:51','2021-01-05 10:58:51','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:58:51','2021-01-05 10:58:51','',524,'http://demoweblinks.in/amaeka-wp/archives/540',0,'revision','',0),(541,1,'2021-01-05 10:58:52','2021-01-05 10:58:52','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 10:58:52','2021-01-05 10:58:52','',524,'http://demoweblinks.in/amaeka-wp/archives/541',0,'revision','',0),(542,1,'2021-01-05 11:00:32','2021-01-05 11:00:32','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:00:32','2021-01-05 11:00:32','',524,'http://demoweblinks.in/amaeka-wp/archives/542',0,'revision','',0),(543,1,'2021-01-05 11:00:33','2021-01-05 11:00:33','<h2>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h2>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:00:33','2021-01-05 11:00:33','',524,'http://demoweblinks.in/amaeka-wp/archives/543',0,'revision','',0),(544,1,'2021-01-05 11:00:33','2021-01-05 11:00:33','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:00:33','2021-01-05 11:00:33','',524,'http://demoweblinks.in/amaeka-wp/archives/544',0,'revision','',0),(545,1,'2021-01-05 11:01:33','2021-01-05 11:01:33','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:01:33','2021-01-05 11:01:33','',524,'http://demoweblinks.in/amaeka-wp/archives/545',0,'revision','',0),(546,1,'2021-01-05 11:01:34','2021-01-05 11:01:34','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:01:34','2021-01-05 11:01:34','',524,'http://demoweblinks.in/amaeka-wp/archives/546',0,'revision','',0),(547,1,'2021-01-05 11:01:34','2021-01-05 11:01:34','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:01:34','2021-01-05 11:01:34','',524,'http://demoweblinks.in/amaeka-wp/archives/547',0,'revision','',0),(548,1,'2021-01-05 11:08:11','2021-01-05 11:08:11','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:08:11','2021-01-05 11:08:11','',524,'http://demoweblinks.in/amaeka-wp/archives/548',0,'revision','',0),(549,1,'2021-01-05 11:08:12','2021-01-05 11:08:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:08:12','2021-01-05 11:08:12','',524,'http://demoweblinks.in/amaeka-wp/archives/549',0,'revision','',0),(550,1,'2021-01-05 11:08:12','2021-01-05 11:08:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p>&lt;p&gt;Let&#039;s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.&lt;/p&gt;</p>\n	          									              <img />\n				                 First contract				                  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:08:12','2021-01-05 11:08:12','',524,'http://demoweblinks.in/amaeka-wp/archives/550',0,'revision','',0),(552,1,'2021-01-05 11:09:42','2021-01-05 11:09:42','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p>&lt;p&gt;Let&#039;s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.&lt;/p&gt;</p>\n	          									              <img />\n				                 First contract				                  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:09:42','2021-01-05 11:09:42','',524,'http://demoweblinks.in/amaeka-wp/archives/552',0,'revision','',0),(553,1,'2021-01-05 11:09:43','2021-01-05 11:09:43','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p>&lt;p&gt;Let&#039;s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.&lt;/p&gt;</p>\n	          									              <img />\n				                 First contract				                  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:09:43','2021-01-05 11:09:43','',524,'http://demoweblinks.in/amaeka-wp/archives/553',0,'revision','',0),(554,1,'2021-01-05 11:09:44','2021-01-05 11:09:44','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  &lt;p&gt;Let&#039;s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.&lt;/p&gt;				             \n	          									              <img />\n				                 First contract				                  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt&lt;/p&gt;','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:09:44','2021-01-05 11:09:44','',524,'http://demoweblinks.in/amaeka-wp/archives/554',0,'revision','',0),(555,1,'2021-01-05 11:14:04','2021-01-05 11:14:04','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  &lt;p&gt;Let&#039;s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.&lt;/p&gt;				             \n	          									              <img />\n				                 First contract				                  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt&lt;/p&gt;','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:14:04','2021-01-05 11:14:04','',524,'http://demoweblinks.in/amaeka-wp/archives/555',0,'revision','',0),(556,1,'2021-01-05 11:14:05','2021-01-05 11:14:05','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  &lt;p&gt;Let&#039;s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.&lt;/p&gt;				             \n	          									              <img />\n				                 First contract				                  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt&lt;/p&gt;','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:14:05','2021-01-05 11:14:05','',524,'http://demoweblinks.in/amaeka-wp/archives/556',0,'revision','',0),(557,1,'2021-01-05 11:14:05','2021-01-05 11:14:05','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:14:05','2021-01-05 11:14:05','',524,'http://demoweblinks.in/amaeka-wp/archives/557',0,'revision','',0),(558,1,'2021-01-05 11:15:32','2021-01-05 11:15:32','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:15:32','2021-01-05 11:15:32','',524,'http://demoweblinks.in/amaeka-wp/archives/558',0,'revision','',0),(559,1,'2021-01-05 11:15:33','2021-01-05 11:15:33','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:15:33','2021-01-05 11:15:33','',524,'http://demoweblinks.in/amaeka-wp/archives/559',0,'revision','',0),(560,1,'2021-01-05 11:15:33','2021-01-05 11:15:33','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:15:33','2021-01-05 11:15:33','',524,'http://demoweblinks.in/amaeka-wp/archives/560',0,'revision','',0),(561,1,'2021-01-05 11:20:02','2021-01-05 11:20:02','','333','','inherit','open','closed','','333','','','2021-01-05 11:20:02','2021-01-05 11:20:02','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif',0,'attachment','image/gif',0),(562,1,'2021-01-05 11:21:03','2021-01-05 11:21:03','','444','','inherit','open','closed','','444','','','2021-01-05 11:21:03','2021-01-05 11:21:03','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif',0,'attachment','image/gif',0),(564,1,'2021-01-05 11:34:10','2021-01-05 11:34:10','','555','','inherit','open','closed','','555','','','2021-01-05 11:34:10','2021-01-05 11:34:10','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif',0,'attachment','image/gif',0),(565,1,'2021-01-05 11:35:02','2021-01-05 11:35:02','','666','','inherit','open','closed','','666','','','2021-01-05 11:35:02','2021-01-05 11:35:02','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif',0,'attachment','image/gif',0),(566,1,'2021-01-05 11:35:27','2021-01-05 11:35:27','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:35:27','2021-01-05 11:35:27','',524,'http://demoweblinks.in/amaeka-wp/archives/566',0,'revision','',0),(567,1,'2021-01-05 11:35:28','2021-01-05 11:35:28','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:35:28','2021-01-05 11:35:28','',524,'http://demoweblinks.in/amaeka-wp/archives/567',0,'revision','',0),(568,1,'2021-01-05 11:35:29','2021-01-05 11:35:29','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:35:29','2021-01-05 11:35:29','',524,'http://demoweblinks.in/amaeka-wp/archives/568',0,'revision','',0),(569,1,'2021-01-05 11:35:53','2021-01-05 11:35:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:35:53','2021-01-05 11:35:53','',524,'http://demoweblinks.in/amaeka-wp/archives/569',0,'revision','',0),(570,1,'2021-01-05 11:35:54','2021-01-05 11:35:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:35:54','2021-01-05 11:35:54','',524,'http://demoweblinks.in/amaeka-wp/archives/570',0,'revision','',0),(571,1,'2021-01-05 11:35:54','2021-01-05 11:35:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:35:54','2021-01-05 11:35:54','',524,'http://demoweblinks.in/amaeka-wp/archives/571',0,'revision','',0),(572,1,'2021-01-05 11:47:25','2021-01-05 11:47:25','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:47:25','2021-01-05 11:47:25','',524,'http://demoweblinks.in/amaeka-wp/archives/572',0,'revision','',0),(573,1,'2021-01-05 11:47:25','2021-01-05 11:47:25','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:47:25','2021-01-05 11:47:25','',524,'http://demoweblinks.in/amaeka-wp/archives/573',0,'revision','',0),(574,1,'2021-01-05 11:47:26','2021-01-05 11:47:26','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:47:26','2021-01-05 11:47:26','',524,'http://demoweblinks.in/amaeka-wp/archives/574',0,'revision','',0),(575,1,'2021-01-05 11:50:24','2021-01-05 11:50:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:50:24','2021-01-05 11:50:24','',524,'http://demoweblinks.in/amaeka-wp/archives/575',0,'revision','',0),(576,1,'2021-01-05 11:50:24','2021-01-05 11:50:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:50:24','2021-01-05 11:50:24','',524,'http://demoweblinks.in/amaeka-wp/archives/576',0,'revision','',0),(577,1,'2021-01-05 11:50:25','2021-01-05 11:50:25','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:50:25','2021-01-05 11:50:25','',524,'http://demoweblinks.in/amaeka-wp/archives/577',0,'revision','',0),(578,1,'2021-01-05 11:51:03','2021-01-05 11:51:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:51:03','2021-01-05 11:51:03','',524,'http://demoweblinks.in/amaeka-wp/archives/578',0,'revision','',0),(579,1,'2021-01-05 11:51:03','2021-01-05 11:51:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:51:03','2021-01-05 11:51:03','',524,'http://demoweblinks.in/amaeka-wp/archives/579',0,'revision','',0),(580,1,'2021-01-05 11:51:04','2021-01-05 11:51:04','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:51:04','2021-01-05 11:51:04','',524,'http://demoweblinks.in/amaeka-wp/archives/580',0,'revision','',0),(582,1,'2021-01-05 11:52:16','2021-01-05 11:52:16','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:52:16','2021-01-05 11:52:16','',524,'http://demoweblinks.in/amaeka-wp/archives/582',0,'revision','',0),(583,1,'2021-01-05 11:52:17','2021-01-05 11:52:17','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:52:17','2021-01-05 11:52:17','',524,'http://demoweblinks.in/amaeka-wp/archives/583',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (584,1,'2021-01-05 11:52:18','2021-01-05 11:52:18','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:52:18','2021-01-05 11:52:18','',524,'http://demoweblinks.in/amaeka-wp/archives/584',0,'revision','',0),(585,1,'2021-01-05 11:53:03','2021-01-05 11:53:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:53:03','2021-01-05 11:53:03','',524,'http://demoweblinks.in/amaeka-wp/archives/585',0,'revision','',0),(586,1,'2021-01-05 11:53:03','2021-01-05 11:53:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:53:03','2021-01-05 11:53:03','',524,'http://demoweblinks.in/amaeka-wp/archives/586',0,'revision','',0),(587,1,'2021-01-05 11:53:04','2021-01-05 11:53:04','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:53:04','2021-01-05 11:53:04','',524,'http://demoweblinks.in/amaeka-wp/archives/587',0,'revision','',0),(588,1,'2021-01-05 11:53:58','2021-01-05 11:53:58','','kapil','','inherit','open','closed','','kapil','','','2021-01-05 11:53:58','2021-01-05 11:53:58','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg',0,'attachment','image/jpeg',0),(589,1,'2021-01-05 11:54:06','2021-01-05 11:54:06','','kapil-1','','inherit','open','closed','','kapil-1','','','2021-01-05 11:54:06','2021-01-05 11:54:06','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg',0,'attachment','image/jpeg',0),(590,1,'2021-01-05 11:54:39','2021-01-05 11:54:39','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:54:39','2021-01-05 11:54:39','',524,'http://demoweblinks.in/amaeka-wp/archives/590',0,'revision','',0),(591,1,'2021-01-05 11:54:39','2021-01-05 11:54:39','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:54:39','2021-01-05 11:54:39','',524,'http://demoweblinks.in/amaeka-wp/archives/591',0,'revision','',0),(592,1,'2021-01-05 11:54:40','2021-01-05 11:54:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 11:54:40','2021-01-05 11:54:40','',524,'http://demoweblinks.in/amaeka-wp/archives/592',0,'revision','',0),(593,1,'2021-01-05 12:02:31','2021-01-05 12:02:31','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:02:31','2021-01-05 12:02:31','',524,'http://demoweblinks.in/amaeka-wp/archives/593',0,'revision','',0),(594,1,'2021-01-05 12:02:31','2021-01-05 12:02:31','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:02:31','2021-01-05 12:02:31','',524,'http://demoweblinks.in/amaeka-wp/archives/594',0,'revision','',0),(595,1,'2021-01-05 12:02:32','2021-01-05 12:02:32','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	James Stevens\n                        	Manager\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:02:32','2021-01-05 12:02:32','',524,'http://demoweblinks.in/amaeka-wp/archives/595',0,'revision','',0),(596,1,'2021-01-05 12:03:13','2021-01-05 12:03:13','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	James Stevens\n                        	Manager\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:03:13','2021-01-05 12:03:13','',524,'http://demoweblinks.in/amaeka-wp/archives/596',0,'revision','',0),(597,1,'2021-01-05 12:03:14','2021-01-05 12:03:14','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	James Stevens\n                        	Manager\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:03:14','2021-01-05 12:03:14','',524,'http://demoweblinks.in/amaeka-wp/archives/597',0,'revision','',0),(598,1,'2021-01-05 12:03:14','2021-01-05 12:03:14','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	- Ernest Hemingway\n                        	Amaeka Technologies, Bangalore\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:03:14','2021-01-05 12:03:14','',524,'http://demoweblinks.in/amaeka-wp/archives/598',0,'revision','',0),(599,1,'2021-01-05 12:03:57','2021-01-05 12:03:57','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	- Ernest Hemingway\n                        	Amaeka Technologies, Bangalore\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:03:57','2021-01-05 12:03:57','',524,'http://demoweblinks.in/amaeka-wp/archives/599',0,'revision','',0),(600,1,'2021-01-05 12:03:58','2021-01-05 12:03:58','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	- Ernest Hemingway\n                        	Amaeka Technologies, Bangalore\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:03:58','2021-01-05 12:03:58','',524,'http://demoweblinks.in/amaeka-wp/archives/600',0,'revision','',0),(601,1,'2021-01-05 12:03:58','2021-01-05 12:03:58','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	- Ernest Hemingway\n                        	Amaeka Technologies, Bangalore\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:03:58','2021-01-05 12:03:58','',524,'http://demoweblinks.in/amaeka-wp/archives/601',0,'revision','',0),(602,1,'2021-01-05 12:11:23','2021-01-05 12:11:23','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	- Ernest Hemingway\n                        	Amaeka Technologies, Bangalore\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:23','2021-01-05 12:11:23','',524,'http://demoweblinks.in/amaeka-wp/archives/602',0,'revision','',0),(603,1,'2021-01-05 12:11:23','2021-01-05 12:11:23','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	John Keats\n                        	Amaeka Technologies, Kochi\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>                               \n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                        	- Ernest Hemingway\n                        	Amaeka Technologies, Bangalore\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:23','2021-01-05 12:11:23','',524,'http://demoweblinks.in/amaeka-wp/archives/603',0,'revision','',0),(604,1,'2021-01-05 12:11:24','2021-01-05 12:11:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:24','2021-01-05 12:11:24','',524,'http://demoweblinks.in/amaeka-wp/archives/604',0,'revision','',0),(605,1,'2021-01-05 12:11:34','2021-01-05 12:11:34','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:34','2021-01-05 12:11:34','',524,'http://demoweblinks.in/amaeka-wp/archives/605',0,'revision','',0),(606,1,'2021-01-05 12:11:34','2021-01-05 12:11:34','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:34','2021-01-05 12:11:34','',524,'http://demoweblinks.in/amaeka-wp/archives/606',0,'revision','',0),(607,1,'2021-01-05 12:11:35','2021-01-05 12:11:35','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:35','2021-01-05 12:11:35','',524,'http://demoweblinks.in/amaeka-wp/archives/607',0,'revision','',0),(608,1,'2021-01-05 12:11:53','2021-01-05 12:11:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:53','2021-01-05 12:11:53','',524,'http://demoweblinks.in/amaeka-wp/archives/608',0,'revision','',0),(609,1,'2021-01-05 12:11:53','2021-01-05 12:11:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:53','2021-01-05 12:11:53','',524,'http://demoweblinks.in/amaeka-wp/archives/609',0,'revision','',0),(610,1,'2021-01-05 12:11:54','2021-01-05 12:11:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:11:54','2021-01-05 12:11:54','',524,'http://demoweblinks.in/amaeka-wp/archives/610',0,'revision','',0),(611,1,'2021-01-05 12:14:53','2021-01-05 12:14:53','','client-01-hover','','inherit','open','closed','','client-01-hover','','','2021-01-05 12:14:53','2021-01-05 12:14:53','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png',0,'attachment','image/png',0),(612,1,'2021-01-05 12:15:15','2021-01-05 12:15:15','','cleint','','inherit','open','closed','','cleint','','','2021-01-05 12:15:15','2021-01-05 12:15:15','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png',0,'attachment','image/png',0),(614,1,'2021-01-05 12:22:15','2021-01-05 12:22:15','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:22:15','2021-01-05 12:22:15','',524,'http://demoweblinks.in/amaeka-wp/archives/614',0,'revision','',0),(615,1,'2021-01-05 12:22:15','2021-01-05 12:22:15','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:22:15','2021-01-05 12:22:15','',524,'http://demoweblinks.in/amaeka-wp/archives/615',0,'revision','',0),(616,1,'2021-01-05 12:22:16','2021-01-05 12:22:16','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:22:16','2021-01-05 12:22:16','',524,'http://demoweblinks.in/amaeka-wp/archives/616',0,'revision','',0),(617,1,'2021-01-05 12:23:10','2021-01-05 12:23:10','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:23:10','2021-01-05 12:23:10','',524,'http://demoweblinks.in/amaeka-wp/archives/617',0,'revision','',0),(618,1,'2021-01-05 12:23:10','2021-01-05 12:23:10','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:23:10','2021-01-05 12:23:10','',524,'http://demoweblinks.in/amaeka-wp/archives/618',0,'revision','',0),(619,1,'2021-01-05 12:23:11','2021-01-05 12:23:11','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-05 12:23:11','2021-01-05 12:23:11','',524,'http://demoweblinks.in/amaeka-wp/archives/619',0,'revision','',0),(620,1,'2021-01-05 12:24:51','2021-01-05 12:24:51','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','publish','closed','closed','','about-us','','','2021-02-12 11:02:28','2021-02-12 11:02:28','',0,'http://demoweblinks.in/amaeka-wp/?page_id=620',0,'page','',0),(621,1,'2021-01-05 12:24:51','2021-01-05 12:24:51','','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:24:51','2021-01-05 12:24:51','',620,'http://demoweblinks.in/amaeka-wp/archives/621',0,'revision','',0),(622,1,'2021-01-05 12:24:52','2021-01-05 12:24:52','','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:24:52','2021-01-05 12:24:52','',620,'http://demoweblinks.in/amaeka-wp/archives/622',0,'revision','',0),(623,1,'2021-01-05 12:26:05','2021-01-05 12:26:05','','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:26:05','2021-01-05 12:26:05','',620,'http://demoweblinks.in/amaeka-wp/archives/623',0,'revision','',0),(624,1,'2021-01-05 12:26:05','2021-01-05 12:26:05','','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:26:05','2021-01-05 12:26:05','',620,'http://demoweblinks.in/amaeka-wp/archives/624',0,'revision','',0),(625,1,'2021-01-05 12:26:05','2021-01-05 12:26:05','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:26:05','2021-01-05 12:26:05','',620,'http://demoweblinks.in/amaeka-wp/archives/625',0,'revision','',0),(626,1,'2021-01-05 12:27:11','2021-01-05 12:27:11','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:27:11','2021-01-05 12:27:11','',620,'http://demoweblinks.in/amaeka-wp/archives/626',0,'revision','',0),(627,1,'2021-01-05 12:27:12','2021-01-05 12:27:12','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:27:12','2021-01-05 12:27:12','',620,'http://demoweblinks.in/amaeka-wp/archives/627',0,'revision','',0),(628,1,'2021-01-05 12:27:12','2021-01-05 12:27:12','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:27:12','2021-01-05 12:27:12','',620,'http://demoweblinks.in/amaeka-wp/archives/628',0,'revision','',0),(629,1,'2021-01-05 12:28:21','2021-01-05 12:28:21','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:28:21','2021-01-05 12:28:21','',620,'http://demoweblinks.in/amaeka-wp/archives/629',0,'revision','',0),(630,1,'2021-01-05 12:28:22','2021-01-05 12:28:22','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:28:22','2021-01-05 12:28:22','',620,'http://demoweblinks.in/amaeka-wp/archives/630',0,'revision','',0),(631,1,'2021-01-05 12:28:22','2021-01-05 12:28:22','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:28:22','2021-01-05 12:28:22','',620,'http://demoweblinks.in/amaeka-wp/archives/631',0,'revision','',0),(632,1,'2021-01-05 12:29:32','2021-01-05 12:29:32','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:29:32','2021-01-05 12:29:32','',620,'http://demoweblinks.in/amaeka-wp/archives/632',0,'revision','',0),(633,1,'2021-01-05 12:29:32','2021-01-05 12:29:32','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:29:32','2021-01-05 12:29:32','',620,'http://demoweblinks.in/amaeka-wp/archives/633',0,'revision','',0),(634,1,'2021-01-05 12:29:33','2021-01-05 12:29:33','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:29:33','2021-01-05 12:29:33','',620,'http://demoweblinks.in/amaeka-wp/archives/634',0,'revision','',0),(636,1,'2021-01-05 12:34:15','2021-01-05 12:34:15','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:34:15','2021-01-05 12:34:15','',620,'http://demoweblinks.in/amaeka-wp/archives/636',0,'revision','',0),(637,1,'2021-01-05 12:34:16','2021-01-05 12:34:16','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n		      	<h5></h5>\n	            <hr>\n	            <p></p>\n	            <a href=\"#\">Click me</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:34:16','2021-01-05 12:34:16','',620,'http://demoweblinks.in/amaeka-wp/archives/637',0,'revision','',0),(638,1,'2021-01-05 12:34:16','2021-01-05 12:34:16','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-05 12:34:16','2021-01-05 12:34:16','',620,'http://demoweblinks.in/amaeka-wp/archives/638',0,'revision','',0),(640,1,'2021-01-06 10:35:10','2021-01-06 10:35:10','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-06 10:35:10','2021-01-06 10:35:10','',620,'http://demoweblinks.in/amaeka-wp/archives/640',0,'revision','',0),(641,1,'2021-01-06 10:35:14','2021-01-06 10:35:14','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-06 10:35:14','2021-01-06 10:35:14','',620,'http://demoweblinks.in/amaeka-wp/archives/641',0,'revision','',0),(642,1,'2021-01-06 10:35:16','2021-01-06 10:35:16','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-06 10:35:16','2021-01-06 10:35:16','',620,'http://demoweblinks.in/amaeka-wp/archives/642',0,'revision','',0),(643,1,'2021-01-06 10:36:07','2021-01-06 10:36:07','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-06 10:36:07','2021-01-06 10:36:07','',620,'http://demoweblinks.in/amaeka-wp/archives/643',0,'revision','',0),(644,1,'2021-01-06 10:36:07','2021-01-06 10:36:07','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-06 10:36:07','2021-01-06 10:36:07','',620,'http://demoweblinks.in/amaeka-wp/archives/644',0,'revision','',0),(645,1,'2021-01-06 10:36:08','2021-01-06 10:36:08','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-06 10:36:08','2021-01-06 10:36:08','',620,'http://demoweblinks.in/amaeka-wp/archives/645',0,'revision','',0),(648,1,'2021-01-06 10:49:00','2021-01-06 10:49:00','','The Company','','publish','closed','closed','','the-company','','','2021-02-05 12:16:51','2021-02-05 12:16:51','',0,'http://demoweblinks.in/amaeka-wp/?p=648',2,'nav_menu_item','',0),(649,1,'2021-01-06 10:50:12','2021-01-06 10:50:12','','What we do','','publish','closed','closed','','what-we-do','','','2021-02-05 12:16:51','2021-02-05 12:16:51','',0,'http://demoweblinks.in/amaeka-wp/?p=649',3,'nav_menu_item','',0),(651,1,'2021-01-06 10:51:24','2021-01-06 10:51:24','','Team','','publish','closed','closed','','team','','','2021-02-05 12:16:51','2021-02-05 12:16:51','',0,'http://demoweblinks.in/amaeka-wp/?p=651',5,'nav_menu_item','',0),(652,1,'2021-01-06 10:51:24','2021-01-06 10:51:24',' ','','','publish','closed','closed','','652','','','2021-02-05 12:16:51','2021-02-05 12:16:51','',0,'http://demoweblinks.in/amaeka-wp/?p=652',6,'nav_menu_item','',0),(653,1,'2021-01-06 10:52:04','2021-01-06 10:52:04','','menu-ic3','','inherit','open','closed','','menu-ic3','','','2021-01-06 10:52:04','2021-01-06 10:52:04','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic3.png',0,'attachment','image/png',0),(654,1,'2021-01-06 10:52:09','2021-01-06 10:52:09','','menu-ic2','','inherit','open','closed','','menu-ic2','','','2021-01-06 10:52:09','2021-01-06 10:52:09','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic2.png',0,'attachment','image/png',0),(655,1,'2021-01-06 10:54:01','2021-01-06 10:54:01','','menu-ic4','','inherit','open','closed','','menu-ic4','','','2021-01-06 10:54:01','2021-01-06 10:54:01','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/menu-ic4.png',0,'attachment','image/png',0),(656,1,'2021-01-06 10:56:01','2021-01-06 10:56:01',' ','','','publish','closed','closed','','656','','','2021-02-05 12:16:51','2021-02-05 12:16:51','',0,'http://demoweblinks.in/amaeka-wp/?p=656',1,'nav_menu_item','',0),(657,1,'2021-01-06 11:15:34','2021-01-06 11:15:34','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"Rocket (2)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/bg_page_title.jpg\" alt=\"bg_page_title\"/>\n																	</a>','Portfolio','','publish','closed','closed','','portfolio','','','2022-02-09 10:04:45','2022-02-09 10:04:45','',0,'http://demoweblinks.in/amaeka-wp/?page_id=657',0,'page','',0),(658,1,'2021-01-06 11:15:34','2021-01-06 11:15:34','','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:15:34','2021-01-06 11:15:34','',657,'http://demoweblinks.in/amaeka-wp/archives/658',0,'revision','',0),(659,1,'2021-01-06 11:15:34','2021-01-06 11:15:34','','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:15:34','2021-01-06 11:15:34','',657,'http://demoweblinks.in/amaeka-wp/archives/659',0,'revision','',0),(661,1,'2021-01-06 11:24:01','2021-01-06 11:24:01','','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:24:01','2021-01-06 11:24:01','',657,'http://demoweblinks.in/amaeka-wp/archives/661',0,'revision','',0),(662,1,'2021-01-06 11:24:02','2021-01-06 11:24:02','','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:24:02','2021-01-06 11:24:02','',657,'http://demoweblinks.in/amaeka-wp/archives/662',0,'revision','',0),(663,1,'2021-01-06 11:24:02','2021-01-06 11:24:02','<article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:24:02','2021-01-06 11:24:02','',657,'http://demoweblinks.in/amaeka-wp/archives/663',0,'revision','',0),(664,1,'2021-01-06 11:27:35','2021-01-06 11:27:35','','1 (2)','','inherit','open','closed','','1-2','','','2021-01-06 11:27:35','2021-01-06 11:27:35','',657,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg',0,'attachment','image/jpeg',0),(665,1,'2021-01-06 11:28:19','2021-01-06 11:28:19','<article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:28:19','2021-01-06 11:28:19','',657,'http://demoweblinks.in/amaeka-wp/archives/665',0,'revision','',0),(666,1,'2021-01-06 11:28:19','2021-01-06 11:28:19','<article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:28:19','2021-01-06 11:28:19','',657,'http://demoweblinks.in/amaeka-wp/archives/666',0,'revision','',0),(667,1,'2021-01-06 11:28:19','2021-01-06 11:28:19','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:28:19','2021-01-06 11:28:19','',657,'http://demoweblinks.in/amaeka-wp/archives/667',0,'revision','',0),(668,1,'2021-01-06 11:28:58','2021-01-06 11:28:58','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:28:58','2021-01-06 11:28:58','',657,'http://demoweblinks.in/amaeka-wp/archives/668',0,'revision','',0),(669,1,'2021-01-06 11:28:58','2021-01-06 11:28:58','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:28:58','2021-01-06 11:28:58','',657,'http://demoweblinks.in/amaeka-wp/archives/669',0,'revision','',0),(670,1,'2021-01-06 11:28:58','2021-01-06 11:28:58','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-06 11:28:58','2021-01-06 11:28:58','',657,'http://demoweblinks.in/amaeka-wp/archives/670',0,'revision','',0),(671,1,'2021-01-06 11:30:36','2021-01-06 11:30:36',' ','','','publish','closed','closed','','671','','','2021-02-05 12:16:51','2021-02-05 12:16:51','',0,'http://demoweblinks.in/amaeka-wp/?p=671',4,'nav_menu_item','',0),(672,1,'2021-01-06 13:03:38','2021-01-06 13:03:38','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-06 13:03:38','2021-01-06 13:03:38','',524,'http://demoweblinks.in/amaeka-wp/archives/672',0,'revision','',0),(673,1,'2021-01-06 13:03:39','2021-01-06 13:03:39','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-06 13:03:39','2021-01-06 13:03:39','',524,'http://demoweblinks.in/amaeka-wp/archives/673',0,'revision','',0),(674,1,'2021-01-06 13:03:40','2021-01-06 13:03:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-06 13:03:40','2021-01-06 13:03:40','',524,'http://demoweblinks.in/amaeka-wp/archives/674',0,'revision','',0),(675,1,'2021-01-06 13:05:49','2021-01-06 13:05:49','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-06 13:05:49','2021-01-06 13:05:49','',326,'http://demoweblinks.in/amaeka-wp/archives/675',0,'revision','',0),(676,1,'2021-01-06 13:05:49','2021-01-06 13:05:49','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-06 13:05:49','2021-01-06 13:05:49','',326,'http://demoweblinks.in/amaeka-wp/archives/676',0,'revision','',0),(677,1,'2021-01-06 13:05:50','2021-01-06 13:05:50','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-06 13:05:50','2021-01-06 13:05:50','',326,'http://demoweblinks.in/amaeka-wp/archives/677',0,'revision','',0),(678,1,'2021-01-07 03:51:02','2021-01-07 03:51:02','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 03:51:02','2021-01-07 03:51:02','',524,'http://demoweblinks.in/amaeka-wp/archives/678',0,'revision','',0),(679,1,'2021-01-07 03:51:02','2021-01-07 03:51:02','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 03:51:02','2021-01-07 03:51:02','',524,'http://demoweblinks.in/amaeka-wp/archives/679',0,'revision','',0),(680,1,'2021-01-07 03:51:03','2021-01-07 03:51:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 03:51:03','2021-01-07 03:51:03','',524,'http://demoweblinks.in/amaeka-wp/archives/680',0,'revision','',0),(682,1,'2021-01-07 04:14:05','2021-01-07 04:14:05','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-logo-1.jpg','cropped-logo-1.jpg','','inherit','open','closed','','cropped-logo-1-jpg','','','2021-01-07 04:14:05','2021-01-07 04:14:05','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-logo-1.jpg',0,'attachment','image/jpeg',0),(684,1,'2021-01-07 04:14:22','2021-01-07 04:14:22','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-cropped-logo.jpg','cropped-cropped-logo.jpg','','inherit','open','closed','','cropped-cropped-logo-jpg','','','2021-01-07 04:14:22','2021-01-07 04:14:22','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-cropped-logo.jpg',0,'attachment','image/jpeg',0),(687,1,'2021-01-07 11:58:38','2021-01-07 11:58:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 11:58:38','2021-01-07 11:58:38','',326,'http://demoweblinks.in/amaeka-wp/archives/687',0,'revision','',0),(688,1,'2021-01-07 11:58:38','2021-01-07 11:58:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 11:58:38','2021-01-07 11:58:38','',326,'http://demoweblinks.in/amaeka-wp/archives/688',0,'revision','',0),(689,1,'2021-01-07 11:58:40','2021-01-07 11:58:40','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n                        <p style=\"margin-top: 11px; color: #fff\">Manager</p>\n                         <p style=\"color: #fff\"> John Doe</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n                        <p style=\"margin-top: 11px; color: #fff\">Manager</p>\n                         <p style=\"color: #fff\"> James Stevens</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 11:58:40','2021-01-07 11:58:40','',326,'http://demoweblinks.in/amaeka-wp/archives/689',0,'revision','',0),(690,1,'2021-01-07 11:59:42','2021-01-07 11:59:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n                        <p style=\"margin-top: 11px; color: #fff\">Manager</p>\n                         <p style=\"color: #fff\"> John Doe</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n                        <p style=\"margin-top: 11px; color: #fff\">Manager</p>\n                         <p style=\"color: #fff\"> James Stevens</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 11:59:42','2021-01-07 11:59:42','',326,'http://demoweblinks.in/amaeka-wp/archives/690',0,'revision','',0),(691,1,'2021-01-07 11:59:43','2021-01-07 11:59:43','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n                        <p style=\"margin-top: 11px; color: #fff\">Manager</p>\n                         <p style=\"color: #fff\"> John Doe</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n                        <p style=\"margin-top: 11px; color: #fff\">Manager</p>\n                         <p style=\"color: #fff\"> James Stevens</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 11:59:43','2021-01-07 11:59:43','',326,'http://demoweblinks.in/amaeka-wp/archives/691',0,'revision','',0),(692,1,'2021-01-07 11:59:43','2021-01-07 11:59:43','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 11:59:43','2021-01-07 11:59:43','',326,'http://demoweblinks.in/amaeka-wp/archives/692',0,'revision','',0),(693,1,'2021-01-07 12:00:03','2021-01-07 12:00:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 12:00:03','2021-01-07 12:00:03','',326,'http://demoweblinks.in/amaeka-wp/archives/693',0,'revision','',0),(694,1,'2021-01-07 12:00:03','2021-01-07 12:00:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 12:00:03','2021-01-07 12:00:03','',326,'http://demoweblinks.in/amaeka-wp/archives/694',0,'revision','',0),(695,1,'2021-01-07 12:00:04','2021-01-07 12:00:04','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-07 12:00:04','2021-01-07 12:00:04','',326,'http://demoweblinks.in/amaeka-wp/archives/695',0,'revision','',0),(698,1,'2021-01-07 12:06:38','2021-01-07 12:06:38','','The Company','','publish','closed','closed','','the-company-2','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=698',2,'nav_menu_item','',0),(699,1,'2021-01-07 12:06:38','2021-01-07 12:06:38','','Our Story','','publish','closed','closed','','what-we-do-2','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=699',3,'nav_menu_item','',0),(704,1,'2021-01-07 12:13:50','2021-01-07 12:13:50','','Our Story','','publish','closed','closed','','our-story','','','2021-01-07 15:20:25','2021-01-07 15:20:25','',0,'http://demoweblinks.in/amaeka-wp/?p=704',1,'nav_menu_item','',0),(705,1,'2021-01-07 12:13:50','2021-01-07 12:13:50','','Our Clients','','publish','closed','closed','','our-clients','','','2021-01-07 15:20:25','2021-01-07 15:20:25','',0,'http://demoweblinks.in/amaeka-wp/?p=705',2,'nav_menu_item','',0),(706,1,'2021-01-07 12:13:50','2021-01-07 12:13:50','','Client about us','','publish','closed','closed','','client-about-us','','','2021-01-07 15:20:25','2021-01-07 15:20:25','',0,'http://demoweblinks.in/amaeka-wp/?p=706',3,'nav_menu_item','',0),(707,1,'2021-01-07 12:13:51','2021-01-07 12:13:51','','How we work','','publish','closed','closed','','how-we-work','','','2021-01-07 15:20:25','2021-01-07 15:20:25','',0,'http://demoweblinks.in/amaeka-wp/?p=707',4,'nav_menu_item','',0),(708,1,'2021-01-07 12:13:51','2021-01-07 12:13:51','','Why you choose us','','publish','closed','closed','','why-you-choose-us','','','2021-01-07 15:20:25','2021-01-07 15:20:25','',0,'http://demoweblinks.in/amaeka-wp/?p=708',5,'nav_menu_item','',0),(709,1,'2021-01-07 12:13:51','2021-01-07 12:13:51','','Blog','','publish','closed','closed','','blog','','','2021-01-07 15:20:25','2021-01-07 15:20:25','',0,'http://demoweblinks.in/amaeka-wp/?p=709',6,'nav_menu_item','',0),(710,1,'2021-01-07 12:27:24','2021-01-07 12:27:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:27:24','2021-01-07 12:27:24','',524,'http://demoweblinks.in/amaeka-wp/archives/710',0,'revision','',0),(711,1,'2021-01-07 12:27:24','2021-01-07 12:27:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:27:24','2021-01-07 12:27:24','',524,'http://demoweblinks.in/amaeka-wp/archives/711',0,'revision','',0),(712,1,'2021-01-07 12:27:25','2021-01-07 12:27:25','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:27:25','2021-01-07 12:27:25','',524,'http://demoweblinks.in/amaeka-wp/archives/712',0,'revision','',0),(713,1,'2021-01-07 12:28:56','2021-01-07 12:28:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:28:56','2021-01-07 12:28:56','',524,'http://demoweblinks.in/amaeka-wp/archives/713',0,'revision','',0),(714,1,'2021-01-07 12:28:56','2021-01-07 12:28:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:28:56','2021-01-07 12:28:56','',524,'http://demoweblinks.in/amaeka-wp/archives/714',0,'revision','',0),(715,1,'2021-01-07 12:28:57','2021-01-07 12:28:57','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:28:57','2021-01-07 12:28:57','',524,'http://demoweblinks.in/amaeka-wp/archives/715',0,'revision','',0),(716,1,'2021-01-07 12:34:14','2021-01-07 12:34:14','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:34:14','2021-01-07 12:34:14','',524,'http://demoweblinks.in/amaeka-wp/archives/716',0,'revision','',0),(717,1,'2021-01-07 12:34:14','2021-01-07 12:34:14','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:34:14','2021-01-07 12:34:14','',524,'http://demoweblinks.in/amaeka-wp/archives/717',0,'revision','',0),(718,1,'2021-01-07 12:34:15','2021-01-07 12:34:15','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-07 12:34:15','2021-01-07 12:34:15','',524,'http://demoweblinks.in/amaeka-wp/archives/718',0,'revision','',0),(720,1,'2021-01-07 12:38:14','2021-01-07 12:38:14',' ','','','publish','closed','closed','','720','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=720',10,'nav_menu_item','',0),(722,1,'2021-01-07 15:11:48','2021-01-07 15:11:48','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-cropped-logo-1.jpg','cropped-cropped-logo-1.jpg','','inherit','open','closed','','cropped-cropped-logo-1-jpg','','','2021-01-07 15:11:48','2021-01-07 15:11:48','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/cropped-cropped-logo-1.jpg',0,'attachment','image/jpeg',0),(725,1,'2021-01-08 05:25:49','2021-01-08 05:25:49','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ghfghfghfghullamcorper mattis, pulvinardrd dpop[op[ibus leo.</p>','Elementor #725','','draft','closed','closed','','elementor-725','','','2021-02-16 12:56:07','2021-02-16 12:56:07','',0,'http://demoweblinks.in/amaeka-wp/?page_id=725',0,'page','',0),(726,1,'2021-01-08 05:25:49','2021-01-08 05:25:49','','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 05:25:49','2021-01-08 05:25:49','',725,'http://demoweblinks.in/amaeka-wp/archives/726',0,'revision','',0),(728,1,'2021-01-08 06:06:37','2021-01-08 06:06:37','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n	    position: absolute;\n    width: 210px;\n/*     top: 100%; */\n    padding-left: 0;\n/*     visibility: hidden; */\n    z-index: 999;\n/*     margin-top: 20px; */\n    transition: 0.2s;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','publish','closed','closed','','amaeka','','','2021-04-05 10:25:17','2021-04-05 10:25:17','',0,'http://demoweblinks.in/amaeka-wp/archives/728',0,'custom_css','',0),(729,1,'2021-01-08 06:06:37','2021-01-08 06:06:37','#elementor-panel-state-loading{\n	display:none;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-01-08 06:06:37','2021-01-08 06:06:37','',728,'http://demoweblinks.in/amaeka-wp/archives/729',0,'revision','',0),(731,1,'2021-01-08 06:07:22','2021-01-08 06:07:22','#elementor-panel-state-loading {\n    display: none;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-01-08 06:07:22','2021-01-08 06:07:22','',728,'http://demoweblinks.in/amaeka-wp/archives/731',0,'revision','',0),(733,1,'2021-01-08 06:07:51','2021-01-08 06:07:51','#elementor-panel-state-loading {\n    display: none!important;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-01-08 06:07:51','2021-01-08 06:07:51','',728,'http://demoweblinks.in/amaeka-wp/archives/733',0,'revision','',0),(735,1,'2021-01-08 06:28:00','2021-01-08 06:28:00','','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-01-08 06:28:00','2021-01-08 06:28:00','',728,'http://demoweblinks.in/amaeka-wp/archives/735',0,'revision','',0),(736,1,'2021-01-08 06:31:02','2021-01-08 06:31:02','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:02','2021-01-08 06:31:02','',620,'http://demoweblinks.in/amaeka-wp/archives/736',0,'revision','',0),(737,1,'2021-01-08 06:31:02','2021-01-08 06:31:02','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:02','2021-01-08 06:31:02','',620,'http://demoweblinks.in/amaeka-wp/archives/737',0,'revision','',0),(738,1,'2021-01-08 06:31:02','2021-01-08 06:31:02','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:02','2021-01-08 06:31:02','',620,'http://demoweblinks.in/amaeka-wp/archives/738',0,'revision','',0),(739,1,'2021-01-08 06:31:06','2021-01-08 06:31:06','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:06','2021-01-08 06:31:06','',620,'http://demoweblinks.in/amaeka-wp/archives/739',0,'revision','',0),(740,1,'2021-01-08 06:31:06','2021-01-08 06:31:06','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:06','2021-01-08 06:31:06','',620,'http://demoweblinks.in/amaeka-wp/archives/740',0,'revision','',0),(741,1,'2021-01-08 06:31:06','2021-01-08 06:31:06','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:06','2021-01-08 06:31:06','',620,'http://demoweblinks.in/amaeka-wp/archives/741',0,'revision','',0),(742,1,'2021-01-08 06:31:38','2021-01-08 06:31:38','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:38','2021-01-08 06:31:38','',620,'http://demoweblinks.in/amaeka-wp/archives/742',0,'revision','',0),(743,1,'2021-01-08 06:31:38','2021-01-08 06:31:38','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:38','2021-01-08 06:31:38','',620,'http://demoweblinks.in/amaeka-wp/archives/743',0,'revision','',0),(744,1,'2021-01-08 06:31:38','2021-01-08 06:31:38','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:38','2021-01-08 06:31:38','',620,'http://demoweblinks.in/amaeka-wp/archives/744',0,'revision','',0),(745,1,'2021-01-08 06:31:42','2021-01-08 06:31:42','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:42','2021-01-08 06:31:42','',620,'http://demoweblinks.in/amaeka-wp/archives/745',0,'revision','',0),(746,1,'2021-01-08 06:31:42','2021-01-08 06:31:42','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:42','2021-01-08 06:31:42','',620,'http://demoweblinks.in/amaeka-wp/archives/746',0,'revision','',0),(747,1,'2021-01-08 06:31:42','2021-01-08 06:31:42','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:31:42','2021-01-08 06:31:42','',620,'http://demoweblinks.in/amaeka-wp/archives/747',0,'revision','',0),(749,1,'2021-01-08 06:34:18','2021-01-08 06:34:18','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:34:18','2021-01-08 06:34:18','',620,'http://demoweblinks.in/amaeka-wp/archives/749',0,'revision','',0),(750,1,'2021-01-08 06:34:19','2021-01-08 06:34:19','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:34:19','2021-01-08 06:34:19','',620,'http://demoweblinks.in/amaeka-wp/archives/750',0,'revision','',0),(751,1,'2021-01-08 06:34:19','2021-01-08 06:34:19','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:34:19','2021-01-08 06:34:19','',620,'http://demoweblinks.in/amaeka-wp/archives/751',0,'revision','',0),(752,1,'2021-01-08 06:34:21','2021-01-08 06:34:21','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:34:21','2021-01-08 06:34:21','',620,'http://demoweblinks.in/amaeka-wp/archives/752',0,'revision','',0),(753,1,'2021-01-08 06:34:21','2021-01-08 06:34:21','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:34:21','2021-01-08 06:34:21','',620,'http://demoweblinks.in/amaeka-wp/archives/753',0,'revision','',0),(754,1,'2021-01-08 06:34:21','2021-01-08 06:34:21','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-08 06:34:21','2021-01-08 06:34:21','',620,'http://demoweblinks.in/amaeka-wp/archives/754',0,'revision','',0),(755,1,'2021-01-08 06:35:28','2021-01-08 06:35:28','','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:35:28','2021-01-08 06:35:28','',725,'http://demoweblinks.in/amaeka-wp/archives/755',0,'revision','',0),(756,1,'2021-01-08 06:35:28','2021-01-08 06:35:28','','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:35:28','2021-01-08 06:35:28','',725,'http://demoweblinks.in/amaeka-wp/archives/756',0,'revision','',0),(757,1,'2021-01-08 06:35:28','2021-01-08 06:35:28','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:35:28','2021-01-08 06:35:28','',725,'http://demoweblinks.in/amaeka-wp/archives/757',0,'revision','',0),(759,1,'2021-01-08 06:37:01','2021-01-08 06:37:01','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:37:01','2021-01-08 06:37:01','',725,'http://demoweblinks.in/amaeka-wp/archives/759',0,'revision','',0),(760,1,'2021-01-08 06:37:01','2021-01-08 06:37:01','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:37:01','2021-01-08 06:37:01','',725,'http://demoweblinks.in/amaeka-wp/archives/760',0,'revision','',0),(761,1,'2021-01-08 06:37:01','2021-01-08 06:37:01','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:37:01','2021-01-08 06:37:01','',725,'http://demoweblinks.in/amaeka-wp/archives/761',0,'revision','',0),(762,1,'2021-01-08 06:39:13','2021-01-08 06:39:13','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:39:13','2021-01-08 06:39:13','',725,'http://demoweblinks.in/amaeka-wp/archives/762',0,'revision','',0),(763,1,'2021-01-08 06:39:13','2021-01-08 06:39:13','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:39:13','2021-01-08 06:39:13','',725,'http://demoweblinks.in/amaeka-wp/archives/763',0,'revision','',0),(764,1,'2021-01-08 06:39:13','2021-01-08 06:39:13','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:39:13','2021-01-08 06:39:13','',725,'http://demoweblinks.in/amaeka-wp/archives/764',0,'revision','',0),(765,1,'2021-01-08 06:39:15','2021-01-08 06:39:15','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:39:15','2021-01-08 06:39:15','',725,'http://demoweblinks.in/amaeka-wp/archives/765',0,'revision','',0),(766,1,'2021-01-08 06:39:15','2021-01-08 06:39:15','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:39:15','2021-01-08 06:39:15','',725,'http://demoweblinks.in/amaeka-wp/archives/766',0,'revision','',0),(767,1,'2021-01-08 06:39:15','2021-01-08 06:39:15','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 06:39:15','2021-01-08 06:39:15','',725,'http://demoweblinks.in/amaeka-wp/archives/767',0,'revision','',0),(768,1,'2021-01-08 07:32:38','2021-01-08 07:32:38','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:32:38','2021-01-08 07:32:38','',725,'http://demoweblinks.in/amaeka-wp/archives/768',0,'revision','',0),(769,1,'2021-01-08 07:32:38','2021-01-08 07:32:38','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dapibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:32:38','2021-01-08 07:32:38','',725,'http://demoweblinks.in/amaeka-wp/archives/769',0,'revision','',0),(770,1,'2021-01-08 07:32:38','2021-01-08 07:32:38','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:32:38','2021-01-08 07:32:38','',725,'http://demoweblinks.in/amaeka-wp/archives/770',0,'revision','',0),(771,1,'2021-01-08 07:36:30','2021-01-08 07:36:30','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:36:30','2021-01-08 07:36:30','',725,'http://demoweblinks.in/amaeka-wp/archives/771',0,'revision','',0),(772,1,'2021-01-08 07:36:30','2021-01-08 07:36:30','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:36:30','2021-01-08 07:36:30','',725,'http://demoweblinks.in/amaeka-wp/archives/772',0,'revision','',0),(773,1,'2021-01-08 07:36:30','2021-01-08 07:36:30','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dpop[op[ibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:36:30','2021-01-08 07:36:30','',725,'http://demoweblinks.in/amaeka-wp/archives/773',0,'revision','',0),(774,1,'2021-01-08 07:37:09','2021-01-08 07:37:09','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dpop[op[ibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:37:09','2021-01-08 07:37:09','',725,'http://demoweblinks.in/amaeka-wp/archives/774',0,'revision','',0),(775,1,'2021-01-08 07:37:09','2021-01-08 07:37:09','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinardrd dpop[op[ibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:37:09','2021-01-08 07:37:09','',725,'http://demoweblinks.in/amaeka-wp/archives/775',0,'revision','',0),(776,1,'2021-01-08 07:37:09','2021-01-08 07:37:09','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ghfghfghfghullamcorper mattis, pulvinardrd dpop[op[ibus leo.</p>','Elementor #725','','inherit','closed','closed','','725-revision-v1','','','2021-01-08 07:37:09','2021-01-08 07:37:09','',725,'http://demoweblinks.in/amaeka-wp/archives/776',0,'revision','',0),(777,1,'2021-01-08 09:12:12','2021-01-08 09:12:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 09:12:12','2021-01-08 09:12:12','',524,'http://demoweblinks.in/amaeka-wp/archives/777',0,'revision','',0),(778,1,'2021-01-08 09:12:12','2021-01-08 09:12:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with unique perspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n				<!-- 	\n	                    <q></q>\n			 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"I love you the more in that I believe you had liked me for my own sake and for nothing else\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n                         <p style=\"color: #fff\"> John Keats</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->\n						<!--  -->\n                    <!--  -->\n                        <q style=\"color: #fff\"><h6>\"But man is not made for defeat. A man can be destroyed but not defeated\"</h6></q>\n                        <p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n                         <p style=\"color: #fff\"> - Ernest Hemingway</p>\n						                        <!--  -->\n							<!-- <img /> -->\n                        <!--  -->\n                    	                        <!-- \n                         -->\n                    <!--  -->\n				  </i>\n				  </i>\n					<!-- \n					 -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 09:12:12','2021-01-08 09:12:12','',524,'http://demoweblinks.in/amaeka-wp/archives/778',0,'revision','',0),(779,1,'2021-01-08 09:12:12','2021-01-08 09:12:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 09:12:12','2021-01-08 09:12:12','',524,'http://demoweblinks.in/amaeka-wp/archives/779',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (781,1,'2021-01-08 10:32:39','2021-01-08 10:32:39','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 10:32:39','2021-01-08 10:32:39','',524,'http://demoweblinks.in/amaeka-wp/archives/781',0,'revision','',0),(782,1,'2021-01-08 10:32:39','2021-01-08 10:32:39','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 10:32:39','2021-01-08 10:32:39','',524,'http://demoweblinks.in/amaeka-wp/archives/782',0,'revision','',0),(783,1,'2021-01-08 10:32:39','2021-01-08 10:32:39','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />						\n														John Doe\n																						Designer','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 10:32:39','2021-01-08 10:32:39','',524,'http://demoweblinks.in/amaeka-wp/archives/783',0,'revision','',0),(784,1,'2021-01-08 10:33:02','2021-01-08 10:33:02','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />						\n														John Doe\n																						Designer','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 10:33:02','2021-01-08 10:33:02','',524,'http://demoweblinks.in/amaeka-wp/archives/784',0,'revision','',0),(785,1,'2021-01-08 10:33:02','2021-01-08 10:33:02','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />						\n														John Doe\n																						Designer','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 10:33:02','2021-01-08 10:33:02','',524,'http://demoweblinks.in/amaeka-wp/archives/785',0,'revision','',0),(786,1,'2021-01-08 10:33:02','2021-01-08 10:33:02','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n                        <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</blockquote>                               \n                        	John Doe\n                        	Manager\n                        <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</blockquote>                               \n                        	James Stevens\n                        	Manager','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 10:33:02','2021-01-08 10:33:02','',524,'http://demoweblinks.in/amaeka-wp/archives/786',0,'revision','',0),(787,1,'2021-01-08 11:00:30','2021-01-08 11:00:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n                        <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</blockquote>                               \n                        	John Doe\n                        	Manager\n                        <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</blockquote>                               \n                        	James Stevens\n                        	Manager','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 11:00:30','2021-01-08 11:00:30','',524,'http://demoweblinks.in/amaeka-wp/archives/787',0,'revision','',0),(788,1,'2021-01-08 11:00:30','2021-01-08 11:00:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n                        <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</blockquote>                               \n                        	John Doe\n                        	Manager\n                        <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</blockquote>                               \n                        	James Stevens\n                        	Manager','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 11:00:30','2021-01-08 11:00:30','',524,'http://demoweblinks.in/amaeka-wp/archives/788',0,'revision','',0),(789,1,'2021-01-08 11:00:30','2021-01-08 11:00:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n												<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n						<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n						<p style=\"color: #fff\"> John Doe</p>\n												<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n						<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n						<p style=\"color: #fff\"> James Stevens</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 11:00:30','2021-01-08 11:00:30','',524,'http://demoweblinks.in/amaeka-wp/archives/789',0,'revision','',0),(790,1,'2021-01-08 11:04:19','2021-01-08 11:04:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n												<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n						<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n						<p style=\"color: #fff\"> John Doe</p>\n												<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n						<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n						<p style=\"color: #fff\"> James Stevens</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 11:04:19','2021-01-08 11:04:19','',524,'http://demoweblinks.in/amaeka-wp/archives/790',0,'revision','',0),(791,1,'2021-01-08 11:04:19','2021-01-08 11:04:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n												<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n						<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n						<p style=\"color: #fff\"> John Doe</p>\n												<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n						<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n						<p style=\"color: #fff\"> James Stevens</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 11:04:19','2021-01-08 11:04:19','',524,'http://demoweblinks.in/amaeka-wp/archives/791',0,'revision','',0),(792,1,'2021-01-08 11:04:19','2021-01-08 11:04:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n			<h2>TESTIMONIALS.</h2>		\n												<q style=\"color: #fff\"><p>I love you the more in that I believe you had liked me for my own sake and for nothing else</p></q>\n						<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n						<p style=\"color: #fff\"> - John Keats</p>\n				  </i>\n				  </i>\n												<q style=\"color: #fff\"><p>\"But man is not made for defeat. A man can be destroyed but not defeated\"</p></q>\n						<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n						<p style=\"color: #fff\"> - Ernest Hemingway</p>\n				  </i>\n				  </i>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-08 11:04:19','2021-01-08 11:04:19','',524,'http://demoweblinks.in/amaeka-wp/archives/792',0,'revision','',0),(793,1,'2021-01-08 12:15:04','2021-01-08 12:15:04','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:15:04','2021-01-08 12:15:04','',657,'http://demoweblinks.in/amaeka-wp/archives/793',0,'revision','',0),(794,1,'2021-01-08 12:15:04','2021-01-08 12:15:04','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						<?php// $c++; ?>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:15:04','2021-01-08 12:15:04','',657,'http://demoweblinks.in/amaeka-wp/archives/794',0,'revision','',0),(795,1,'2021-01-08 12:15:04','2021-01-08 12:15:04','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:15:04','2021-01-08 12:15:04','',657,'http://demoweblinks.in/amaeka-wp/archives/795',0,'revision','',0),(796,1,'2021-01-08 12:15:31','2021-01-08 12:15:31','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:15:31','2021-01-08 12:15:31','',657,'http://demoweblinks.in/amaeka-wp/archives/796',0,'revision','',0),(797,1,'2021-01-08 12:15:31','2021-01-08 12:15:31','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:15:31','2021-01-08 12:15:31','',657,'http://demoweblinks.in/amaeka-wp/archives/797',0,'revision','',0),(798,1,'2021-01-08 12:15:31','2021-01-08 12:15:31','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:15:31','2021-01-08 12:15:31','',657,'http://demoweblinks.in/amaeka-wp/archives/798',0,'revision','',0),(799,1,'2021-01-08 12:16:29','2021-01-08 12:16:29','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:16:29','2021-01-08 12:16:29','',657,'http://demoweblinks.in/amaeka-wp/archives/799',0,'revision','',0),(800,1,'2021-01-08 12:16:29','2021-01-08 12:16:29','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:16:29','2021-01-08 12:16:29','',657,'http://demoweblinks.in/amaeka-wp/archives/800',0,'revision','',0),(801,1,'2021-01-08 12:16:30','2021-01-08 12:16:30','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:16:30','2021-01-08 12:16:30','',657,'http://demoweblinks.in/amaeka-wp/archives/801',0,'revision','',0),(802,1,'2021-01-08 12:16:43','2021-01-08 12:16:43','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:16:43','2021-01-08 12:16:43','',657,'http://demoweblinks.in/amaeka-wp/archives/802',0,'revision','',0),(803,1,'2021-01-08 12:16:43','2021-01-08 12:16:43','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:16:43','2021-01-08 12:16:43','',657,'http://demoweblinks.in/amaeka-wp/archives/803',0,'revision','',0),(804,1,'2021-01-08 12:16:43','2021-01-08 12:16:43','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Work','','inherit','closed','closed','','657-revision-v1','','','2021-01-08 12:16:43','2021-01-08 12:16:43','',657,'http://demoweblinks.in/amaeka-wp/archives/804',0,'revision','',0),(805,1,'2021-01-11 07:22:01','2021-01-11 07:22:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 07:22:01','2021-01-11 07:22:01','',326,'http://demoweblinks.in/amaeka-wp/archives/805',0,'revision','',0),(806,1,'2021-01-11 07:22:01','2021-01-11 07:22:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kgi8mygq28ub8megjynybly0nfz74n6fv690tngg.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kgjjmvyfukytccs0vb4mgnna7so2b80whg8uvytc.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 07:22:01','2021-01-11 07:22:01','',326,'http://demoweblinks.in/amaeka-wp/archives/806',0,'revision','',0),(807,1,'2021-01-11 07:22:01','2021-01-11 07:22:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 07:22:01','2021-01-11 07:22:01','',326,'http://demoweblinks.in/amaeka-wp/archives/807',0,'revision','',0),(809,1,'2021-01-11 07:46:33','2021-01-11 07:46:33','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-11 07:46:33','2021-01-11 07:46:33','',620,'http://demoweblinks.in/amaeka-wp/archives/809',0,'revision','',0),(810,1,'2021-01-11 07:46:33','2021-01-11 07:46:33','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See Mor</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-11 07:46:33','2021-01-11 07:46:33','',620,'http://demoweblinks.in/amaeka-wp/archives/810',0,'revision','',0),(811,1,'2021-01-11 07:46:34','2021-01-11 07:46:34','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-11 07:46:34','2021-01-11 07:46:34','',620,'http://demoweblinks.in/amaeka-wp/archives/811',0,'revision','',0),(812,1,'2021-01-11 13:00:12','2021-01-11 13:00:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:00:12','2021-01-11 13:00:12','',326,'http://demoweblinks.in/amaeka-wp/archives/812',0,'revision','',0),(813,1,'2021-01-11 13:00:12','2021-01-11 13:00:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:00:12','2021-01-11 13:00:12','',326,'http://demoweblinks.in/amaeka-wp/archives/813',0,'revision','',0),(814,1,'2021-01-11 13:00:12','2021-01-11 13:00:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:00:12','2021-01-11 13:00:12','',326,'http://demoweblinks.in/amaeka-wp/archives/814',0,'revision','',0),(815,1,'2021-01-11 13:07:03','2021-01-11 13:07:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:07:03','2021-01-11 13:07:03','',326,'http://demoweblinks.in/amaeka-wp/archives/815',0,'revision','',0),(816,1,'2021-01-11 13:07:03','2021-01-11 13:07:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:07:03','2021-01-11 13:07:03','',326,'http://demoweblinks.in/amaeka-wp/archives/816',0,'revision','',0),(817,1,'2021-01-11 13:07:03','2021-01-11 13:07:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:07:03','2021-01-11 13:07:03','',326,'http://demoweblinks.in/amaeka-wp/archives/817',0,'revision','',0),(818,1,'2021-01-11 13:45:06','2021-01-11 13:45:06','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:45:06','2021-01-11 13:45:06','',326,'http://demoweblinks.in/amaeka-wp/archives/818',0,'revision','',0),(819,1,'2021-01-11 13:45:06','2021-01-11 13:45:06','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:45:06','2021-01-11 13:45:06','',326,'http://demoweblinks.in/amaeka-wp/archives/819',0,'revision','',0),(820,1,'2021-01-11 13:45:06','2021-01-11 13:45:06','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:45:06','2021-01-11 13:45:06','',326,'http://demoweblinks.in/amaeka-wp/archives/820',0,'revision','',0),(821,1,'2021-01-11 13:46:03','2021-01-11 13:46:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:46:03','2021-01-11 13:46:03','',326,'http://demoweblinks.in/amaeka-wp/archives/821',0,'revision','',0),(822,1,'2021-01-11 13:46:03','2021-01-11 13:46:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:46:03','2021-01-11 13:46:03','',326,'http://demoweblinks.in/amaeka-wp/archives/822',0,'revision','',0),(823,1,'2021-01-11 13:46:04','2021-01-11 13:46:04','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:46:04','2021-01-11 13:46:04','',326,'http://demoweblinks.in/amaeka-wp/archives/823',0,'revision','',0),(824,1,'2021-01-11 13:47:51','2021-01-11 13:47:51','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:47:51','2021-01-11 13:47:51','',326,'http://demoweblinks.in/amaeka-wp/archives/824',0,'revision','',0),(825,1,'2021-01-11 13:47:51','2021-01-11 13:47:51','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:47:51','2021-01-11 13:47:51','',326,'http://demoweblinks.in/amaeka-wp/archives/825',0,'revision','',0),(826,1,'2021-01-11 13:47:51','2021-01-11 13:47:51','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-11 13:47:51','2021-01-11 13:47:51','',326,'http://demoweblinks.in/amaeka-wp/archives/826',0,'revision','',0),(827,1,'2021-01-12 12:38:41','2021-01-12 12:38:41','','vision','','inherit','open','closed','','vision-2','','','2021-01-12 12:38:41','2021-01-12 12:38:41','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif',0,'attachment','image/gif',0),(828,1,'2021-01-12 12:39:00','2021-01-12 12:39:00','','Rocket','','inherit','open','closed','','rocket-2','','','2021-01-12 12:39:00','2021-01-12 12:39:00','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif',0,'attachment','image/gif',0),(829,1,'2021-01-12 12:39:11','2021-01-12 12:39:11','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:39:11','2021-01-12 12:39:11','',326,'http://demoweblinks.in/amaeka-wp/archives/829',0,'revision','',0),(830,1,'2021-01-12 12:39:11','2021-01-12 12:39:11','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p0kuv6xj5jqc1uc4reyfh02v9unoaie7x49mygbzeo.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p0kuwhxgn9io6cfv4z9rxo7wz480zdksrkvwyaeark.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:39:11','2021-01-12 12:39:11','',326,'http://demoweblinks.in/amaeka-wp/archives/830',0,'revision','',0),(831,1,'2021-01-12 12:39:11','2021-01-12 12:39:11','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p198xa4xnpk6agx31jt98t10yyjvnt99kj6wkxqlfk.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p198xrzv9k8mf27559j626is9a3uq285yzl4p7045c.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:39:11','2021-01-12 12:39:11','',326,'http://demoweblinks.in/amaeka-wp/archives/831',0,'revision','',0),(832,1,'2021-01-12 12:44:41','2021-01-12 12:44:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p198xa4xnpk6agx31jt98t10yyjvnt99kj6wkxqlfk.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p198xrzv9k8mf27559j626is9a3uq285yzl4p7045c.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:44:41','2021-01-12 12:44:41','',326,'http://demoweblinks.in/amaeka-wp/archives/832',0,'revision','',0),(833,1,'2021-01-12 12:44:41','2021-01-12 12:44:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/vision-p198xa4xnpk6agx31jt98t10yyjvnt99kj6wkxqlfk.gif\" title=\"vision\" alt=\"vision\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/elementor/thumbs/Rocket-p198xrzv9k8mf27559j626is9a3uq285yzl4p7045c.gif\" title=\"Rocket\" alt=\"Rocket\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:44:41','2021-01-12 12:44:41','',326,'http://demoweblinks.in/amaeka-wp/archives/833',0,'revision','',0),(834,1,'2021-01-12 12:44:41','2021-01-12 12:44:41','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:44:41','2021-01-12 12:44:41','',326,'http://demoweblinks.in/amaeka-wp/archives/834',0,'revision','',0),(835,1,'2021-01-12 12:48:15','2021-01-12 12:48:15','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:48:15','2021-01-12 12:48:15','',326,'http://demoweblinks.in/amaeka-wp/archives/835',0,'revision','',0),(836,1,'2021-01-12 12:48:15','2021-01-12 12:48:15','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:48:15','2021-01-12 12:48:15','',326,'http://demoweblinks.in/amaeka-wp/archives/836',0,'revision','',0),(837,1,'2021-01-12 12:48:15','2021-01-12 12:48:15','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:48:15','2021-01-12 12:48:15','',326,'http://demoweblinks.in/amaeka-wp/archives/837',0,'revision','',0),(838,1,'2021-01-12 12:50:28','2021-01-12 12:50:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:50:28','2021-01-12 12:50:28','',326,'http://demoweblinks.in/amaeka-wp/archives/838',0,'revision','',0),(839,1,'2021-01-12 12:50:28','2021-01-12 12:50:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:50:28','2021-01-12 12:50:28','',326,'http://demoweblinks.in/amaeka-wp/archives/839',0,'revision','',0),(840,1,'2021-01-12 12:50:29','2021-01-12 12:50:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:50:29','2021-01-12 12:50:29','',326,'http://demoweblinks.in/amaeka-wp/archives/840',0,'revision','',0),(841,1,'2021-01-12 12:50:35','2021-01-12 12:50:35','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:50:35','2021-01-12 12:50:35','',326,'http://demoweblinks.in/amaeka-wp/archives/841',0,'revision','',0),(842,1,'2021-01-12 12:50:36','2021-01-12 12:50:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:50:36','2021-01-12 12:50:36','',326,'http://demoweblinks.in/amaeka-wp/archives/842',0,'revision','',0),(843,1,'2021-01-12 12:50:36','2021-01-12 12:50:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-12 12:50:36','2021-01-12 12:50:36','',326,'http://demoweblinks.in/amaeka-wp/archives/843',0,'revision','',0),(844,1,'2021-01-13 06:43:21','2021-01-13 06:43:21','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:21','2021-01-13 06:43:21','',326,'http://demoweblinks.in/amaeka-wp/archives/844',0,'revision','',0),(845,1,'2021-01-13 06:43:21','2021-01-13 06:43:21','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9.jpg\" alt=\"9\"/>\n											<h4>Web Development</h4>\n											<p>The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n											<p>\n												UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n											<h4>Mobile Application</h4>\n											<p>Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n											<p>\n												 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/3.jpg\" alt=\"3\"/>\n											<h4>E-commerce and CMS</h4>\n											<p>Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n											<p>\n												WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/8.jpg\" alt=\"8\"/>\n											<h4>Salesforce</h4>\n											<p>We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n											<p>\n												Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n											<h4>Industry Software Solutions</h4>\n											<p>In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n											<p>\n												SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/4.jpg\" alt=\"4\"/>\n											<h4>Emerging Technologies</h4>\n											<p>We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n											<p>\n												IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/9-1.jpg\" alt=\"9 (1)\"/>\n											<h4>Digital Marketing</h4>\n											<p>In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n											<p>\n												Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/7.jpg\" alt=\"7\"/>\n											<h4>On Demand Apps</h4>\n											<p>By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n											<p>\n												On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  											</p>\n																				<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/6.jpg\" alt=\"6\"/>\n											<h4>More services</h4>\n											<p>Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n											<p>\n												Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  											</p>\n																																																																													<h2>WHAT WE ARE DOING.</h2>\n							<ul id=\"whtwetab\" role=\"tablist\">\n																	<li> <a id=\"Web -tab\" data-toggle=\"tab\" href=\"#Web\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h3>Web Development</h3>\n										<!-- <p></p> -->\n										<p>\n											UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Mobile -tab\" data-toggle=\"tab\" href=\"#Mobile\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h3>Mobile Application</h3>\n										<!-- <p></p> -->\n										<p>\n											 iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                										</p></a> \n									</li>\n																	<li> <a id=\"cms -tab\" data-toggle=\"tab\" href=\"#cms\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h3>E-commerce and CMS</h3>\n										<!-- <p></p> -->\n										<p>\n											WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Salesforce -tab\" data-toggle=\"tab\" href=\"#Salesforce\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h3>Salesforce</h3>\n										<!-- <p></p> -->\n										<p>\n											Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Industry -tab\" data-toggle=\"tab\" href=\"#Industry\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h3>Industry Software Solutions</h3>\n										<!-- <p></p> -->\n										<p>\n											SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Emerging -tab\" data-toggle=\"tab\" href=\"#Emerging\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h3>Emerging Technologies</h3>\n										<!-- <p></p> -->\n										<p>\n											IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Digital -tab\" data-toggle=\"tab\" href=\"#Digital\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h3>Digital Marketing</h3>\n										<!-- <p></p> -->\n										<p>\n											Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  										</p></a> \n									</li>\n																	<li> <a id=\"Apps -tab\" data-toggle=\"tab\" href=\"#Apps\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h3>On Demand Apps</h3>\n										<!-- <p></p> -->\n										<p>\n											On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  										</p></a> \n									</li>\n																	<li> <a id=\"serv -tab\" data-toggle=\"tab\" href=\"#serv\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\n										<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h3>More services</h3>\n										<!-- <p></p> -->\n										<p>\n											Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  										</p></a> \n									</li>\n															</ul>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:21','2021-01-13 06:43:21','',326,'http://demoweblinks.in/amaeka-wp/archives/845',0,'revision','',0),(846,1,'2021-01-13 06:43:21','2021-01-13 06:43:21','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:21','2021-01-13 06:43:21','',326,'http://demoweblinks.in/amaeka-wp/archives/846',0,'revision','',0),(847,1,'2021-01-13 06:43:29','2021-01-13 06:43:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:29','2021-01-13 06:43:29','',326,'http://demoweblinks.in/amaeka-wp/archives/847',0,'revision','',0),(848,1,'2021-01-13 06:43:29','2021-01-13 06:43:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:29','2021-01-13 06:43:29','',326,'http://demoweblinks.in/amaeka-wp/archives/848',0,'revision','',0),(849,1,'2021-01-13 06:43:29','2021-01-13 06:43:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:29','2021-01-13 06:43:29','',326,'http://demoweblinks.in/amaeka-wp/archives/849',0,'revision','',0),(850,1,'2021-01-13 06:43:37','2021-01-13 06:43:37','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:37','2021-01-13 06:43:37','',326,'http://demoweblinks.in/amaeka-wp/archives/850',0,'revision','',0),(851,1,'2021-01-13 06:43:37','2021-01-13 06:43:37','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:37','2021-01-13 06:43:37','',326,'http://demoweblinks.in/amaeka-wp/archives/851',0,'revision','',0),(852,1,'2021-01-13 06:43:37','2021-01-13 06:43:37','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-13 06:43:37','2021-01-13 06:43:37','',326,'http://demoweblinks.in/amaeka-wp/archives/852',0,'revision','',0),(854,1,'2021-01-14 06:04:49','2021-01-14 06:04:49','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 06:04:49','2021-01-14 06:04:49','',326,'http://demoweblinks.in/amaeka-wp/archives/854',0,'revision','',0),(855,1,'2021-01-14 06:04:49','2021-01-14 06:04:49','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">The systematic blend of the latest web development trends along with cohesive design should aim at optimizing the digital experience along with personalization.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Enter to Mobile Centric World with Your App. We craft it smooth and stunning to make it efficiently friendlier to the users.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Let’s face the truth – An e-commerce website is something beyond listing your products on the web. A cutting-edge solution will grant a competitive advantage you need.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We help clients to convert your Salesforce investment truly rewarding. We will help you to integrate your daily working tools to enjoy the power of Salesforce platform.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In a world of generic enterprise software, organisations today bring in particular enterprise software solutions. We help to transform your business effectively.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">We are at the forefront of the future by adopting new innovations in technology. We lead our clients with fresh experiences by keeping results ahead of the curve.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">In this technologically fuelled world, getting a share of the consumer’s minds is not a simple feat. That’s why we offer a plethora of tailor-made creative solutions to give your brands an extra advantage</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">By offering all the nitty-gritty aspects of on-demand mobile app, be a step ahead. No matter what sort of on-demand app, we cater all the needs over a single swipe.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Our mission is to help companies solve problems with design and technology, its not just fulfilling the specified set of requirements, but its more into effective results. We keep the same quality in every service we provide.</p>\n										<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Let\'s get started			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 06:04:49','2021-01-14 06:04:49','',326,'http://demoweblinks.in/amaeka-wp/archives/855',0,'revision','',0),(856,1,'2021-01-14 06:04:49','2021-01-14 06:04:49','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  href=\"#\">		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 06:04:49','2021-01-14 06:04:49','',326,'http://demoweblinks.in/amaeka-wp/archives/856',0,'revision','',0),(857,1,'2021-01-14 08:44:10','2021-01-14 08:44:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  href=\"#\">		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:44:10','2021-01-14 08:44:10','',326,'http://demoweblinks.in/amaeka-wp/archives/857',0,'revision','',0),(858,1,'2021-01-14 08:44:10','2021-01-14 08:44:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n									<a  href=\"#\">		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n									<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n										<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n									<!---->\n									<!--	<p style=\"font-size:13px; line-height:22px;font-weight: 300; letter-spacing:0px; color:#263238; \"></p>-->\n									<!---->\n										<p style=\"font-size:13px; line-height:22px; font-weight: 300; letter-spacing:0px; color:#263238; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n									<a  >		\n										Read More			\n									</a>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:44:10','2021-01-14 08:44:10','',326,'http://demoweblinks.in/amaeka-wp/archives/858',0,'revision','',0),(859,1,'2021-01-14 08:44:10','2021-01-14 08:44:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" >\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Project title</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:44:10','2021-01-14 08:44:10','',326,'http://demoweblinks.in/amaeka-wp/archives/859',0,'revision','',0),(860,1,'2021-01-14 08:44:24','2021-01-14 08:44:24','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" >\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Project title</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:44:24','2021-01-14 08:44:24','',326,'http://demoweblinks.in/amaeka-wp/archives/860',0,'revision','',0),(861,1,'2021-01-14 08:44:24','2021-01-14 08:44:24','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" >\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Project title</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:44:24','2021-01-14 08:44:24','',326,'http://demoweblinks.in/amaeka-wp/archives/861',0,'revision','',0),(862,1,'2021-01-14 08:44:24','2021-01-14 08:44:24','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:44:24','2021-01-14 08:44:24','',326,'http://demoweblinks.in/amaeka-wp/archives/862',0,'revision','',0),(863,1,'2021-01-14 08:45:06','2021-01-14 08:45:06','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:45:06','2021-01-14 08:45:06','',326,'http://demoweblinks.in/amaeka-wp/archives/863',0,'revision','',0),(864,1,'2021-01-14 08:45:06','2021-01-14 08:45:06','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:45:06','2021-01-14 08:45:06','',326,'http://demoweblinks.in/amaeka-wp/archives/864',0,'revision','',0),(865,1,'2021-01-14 08:45:06','2021-01-14 08:45:06','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:45:06','2021-01-14 08:45:06','',326,'http://demoweblinks.in/amaeka-wp/archives/865',0,'revision','',0),(866,1,'2021-01-14 08:45:18','2021-01-14 08:45:18','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:45:18','2021-01-14 08:45:18','',326,'http://demoweblinks.in/amaeka-wp/archives/866',0,'revision','',0),(867,1,'2021-01-14 08:45:18','2021-01-14 08:45:18','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:45:18','2021-01-14 08:45:18','',326,'http://demoweblinks.in/amaeka-wp/archives/867',0,'revision','',0),(868,1,'2021-01-14 08:45:18','2021-01-14 08:45:18','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:45:18','2021-01-14 08:45:18','',326,'http://demoweblinks.in/amaeka-wp/archives/868',0,'revision','',0),(869,1,'2021-01-14 08:46:31','2021-01-14 08:46:31','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:46:31','2021-01-14 08:46:31','',326,'http://demoweblinks.in/amaeka-wp/archives/869',0,'revision','',0),(870,1,'2021-01-14 08:46:31','2021-01-14 08:46:31','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We do</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:46:31','2021-01-14 08:46:31','',326,'http://demoweblinks.in/amaeka-wp/archives/870',0,'revision','',0),(871,1,'2021-01-14 08:46:31','2021-01-14 08:46:31','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We Do?</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:46:31','2021-01-14 08:46:31','',326,'http://demoweblinks.in/amaeka-wp/archives/871',0,'revision','',0),(872,1,'2021-01-14 08:47:48','2021-01-14 08:47:48','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We Do?</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:47:48','2021-01-14 08:47:48','',326,'http://demoweblinks.in/amaeka-wp/archives/872',0,'revision','',0),(873,1,'2021-01-14 08:47:48','2021-01-14 08:47:48','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>What We Do?</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:47:48','2021-01-14 08:47:48','',326,'http://demoweblinks.in/amaeka-wp/archives/873',0,'revision','',0),(874,1,'2021-01-14 08:47:48','2021-01-14 08:47:48','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:47:48','2021-01-14 08:47:48','',326,'http://demoweblinks.in/amaeka-wp/archives/874',0,'revision','',0),(875,1,'2021-01-14 08:48:34','2021-01-14 08:48:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:48:34','2021-01-14 08:48:34','',326,'http://demoweblinks.in/amaeka-wp/archives/875',0,'revision','',0),(876,1,'2021-01-14 08:48:34','2021-01-14 08:48:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:48:34','2021-01-14 08:48:34','',326,'http://demoweblinks.in/amaeka-wp/archives/876',0,'revision','',0),(877,1,'2021-01-14 08:48:34','2021-01-14 08:48:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 08:48:34','2021-01-14 08:48:34','',326,'http://demoweblinks.in/amaeka-wp/archives/877',0,'revision','',0),(878,1,'2021-01-14 11:48:45','2021-01-14 11:48:45','','client-01','','inherit','open','closed','','client-01','','','2021-01-14 11:48:45','2021-01-14 11:48:45','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png',0,'attachment','image/png',0),(879,1,'2021-01-14 11:48:53','2021-01-14 11:48:53','','client-01-hover','','inherit','open','closed','','client-01-hover-2','','','2021-01-14 11:48:53','2021-01-14 11:48:53','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png',0,'attachment','image/png',0),(880,1,'2021-01-14 11:49:40','2021-01-14 11:49:40','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:49:40','2021-01-14 11:49:40','',326,'http://demoweblinks.in/amaeka-wp/archives/880',0,'revision','',0),(881,1,'2021-01-14 11:49:40','2021-01-14 11:49:40','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:49:40','2021-01-14 11:49:40','',326,'http://demoweblinks.in/amaeka-wp/archives/881',0,'revision','',0),(882,1,'2021-01-14 11:49:40','2021-01-14 11:49:40','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:49:40','2021-01-14 11:49:40','',326,'http://demoweblinks.in/amaeka-wp/archives/882',0,'revision','',0),(883,1,'2021-01-14 11:49:48','2021-01-14 11:49:48','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:49:48','2021-01-14 11:49:48','',326,'http://demoweblinks.in/amaeka-wp/archives/883',0,'revision','',0),(884,1,'2021-01-14 11:49:48','2021-01-14 11:49:48','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:49:48','2021-01-14 11:49:48','',326,'http://demoweblinks.in/amaeka-wp/archives/884',0,'revision','',0),(885,1,'2021-01-14 11:49:48','2021-01-14 11:49:48','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:49:48','2021-01-14 11:49:48','',326,'http://demoweblinks.in/amaeka-wp/archives/885',0,'revision','',0),(886,1,'2021-01-14 11:50:21','2021-01-14 11:50:21','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:50:21','2021-01-14 11:50:21','',326,'http://demoweblinks.in/amaeka-wp/archives/886',0,'revision','',0),(887,1,'2021-01-14 11:50:21','2021-01-14 11:50:21','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:50:21','2021-01-14 11:50:21','',326,'http://demoweblinks.in/amaeka-wp/archives/887',0,'revision','',0),(888,1,'2021-01-14 11:50:21','2021-01-14 11:50:21','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:50:21','2021-01-14 11:50:21','',326,'http://demoweblinks.in/amaeka-wp/archives/888',0,'revision','',0),(889,1,'2021-01-14 11:55:44','2021-01-14 11:55:44','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:55:44','2021-01-14 11:55:44','',326,'http://demoweblinks.in/amaeka-wp/archives/889',0,'revision','',0),(890,1,'2021-01-14 11:55:44','2021-01-14 11:55:44','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>\n	<style type=\"text/css\">\n		  .client-item{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\");\n        height: 200px;\n      }\n      .client-item:hover{\n        background-image: url(\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\");\n        -webkit-transition: opacity 0.4s ease-in-out;\n      }\n	</style>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:55:44','2021-01-14 11:55:44','',326,'http://demoweblinks.in/amaeka-wp/archives/890',0,'revision','',0),(891,1,'2021-01-14 11:55:44','2021-01-14 11:55:44','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-14 11:55:44','2021-01-14 11:55:44','',326,'http://demoweblinks.in/amaeka-wp/archives/891',0,'revision','',0),(894,1,'2021-01-15 11:23:03','2021-01-15 11:23:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:03','2021-01-15 11:23:03','',326,'http://demoweblinks.in/amaeka-wp/archives/894',0,'revision','',0),(895,1,'2021-01-15 11:23:03','2021-01-15 11:23:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:03','2021-01-15 11:23:03','',326,'http://demoweblinks.in/amaeka-wp/archives/895',0,'revision','',0),(896,1,'2021-01-15 11:23:03','2021-01-15 11:23:03','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:03','2021-01-15 11:23:03','',326,'http://demoweblinks.in/amaeka-wp/archives/896',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (897,1,'2021-01-15 11:23:13','2021-01-15 11:23:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:13','2021-01-15 11:23:13','',326,'http://demoweblinks.in/amaeka-wp/archives/897',0,'revision','',0),(898,1,'2021-01-15 11:23:13','2021-01-15 11:23:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:13','2021-01-15 11:23:13','',326,'http://demoweblinks.in/amaeka-wp/archives/898',0,'revision','',0),(899,1,'2021-01-15 11:23:13','2021-01-15 11:23:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:13','2021-01-15 11:23:13','',326,'http://demoweblinks.in/amaeka-wp/archives/899',0,'revision','',0),(900,1,'2021-01-15 11:23:53','2021-01-15 11:23:53','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:53','2021-01-15 11:23:53','',326,'http://demoweblinks.in/amaeka-wp/archives/900',0,'revision','',0),(901,1,'2021-01-15 11:23:53','2021-01-15 11:23:53','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:53','2021-01-15 11:23:53','',326,'http://demoweblinks.in/amaeka-wp/archives/901',0,'revision','',0),(902,1,'2021-01-15 11:23:53','2021-01-15 11:23:53','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-15 11:23:53','2021-01-15 11:23:53','',326,'http://demoweblinks.in/amaeka-wp/archives/902',0,'revision','',0),(904,1,'2021-01-16 04:58:49','2021-01-16 04:58:49','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-16 04:58:49','2021-01-16 04:58:49','',326,'http://demoweblinks.in/amaeka-wp/archives/904',0,'revision','',0),(905,1,'2021-01-16 04:58:49','2021-01-16 04:58:49','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-16 04:58:49','2021-01-16 04:58:49','',326,'http://demoweblinks.in/amaeka-wp/archives/905',0,'revision','',0),(906,1,'2021-01-16 04:58:50','2021-01-16 04:58:50','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n																					<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n																					<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-16 04:58:50','2021-01-16 04:58:50','',326,'http://demoweblinks.in/amaeka-wp/archives/906',0,'revision','',0),(907,1,'2021-01-18 12:37:05','2021-01-18 12:37:05','<h1>HELLO, WELCOME TO\nAMAEKA TECHNOLOGIES.</h1>\nOur story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.\n\nWe position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.\n\nAMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.\n<h1>this is how\nWork flow goes</h1>\nThis is how our Results-Driven Project Development happens.\n\nlet\'s start\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nOur company was founded\n\nLet\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nResearch Phase\n\nWe get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDesign Phase\n\nAfter we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.\n\nlet\'s review\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDevelopment Phase\n\nLet\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDeployment Phase\n\nWe get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nSupport Phase\n\nAfter we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.\n<h2>WHY YOU CHOOSE US.</h2>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\">\n<h2>Agile Software Development</h2>\n\n<hr>\n\nAll of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\">\n<h2>Project Transparency</h2>\n\n<hr>\n\nWe’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\">\n<h2>Constant Communication</h2>\n\n<hr>\n\nThroughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\">\n<h2>Dedicated Teams</h2>\n\n<hr>\n\nOur team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\">\n<h2>Quality, Always</h2>\n\n<hr>\n\nOur expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\">\n<h2>Innovation</h2>\n\n<hr>\n\nFrom build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\n<h2>OUR TEAM</h2>\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"><figcaption>\n<h4>SHILPAN</h4>\n<small>Co-Founder &amp; Promoter</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>SHILPAN</strong>\n\nShilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\">\n\n<figcaption>\n<h4>KAPIL</h4>\n<small>Founder &amp; Promoter</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>KAPIL</strong>\n\nKapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<h2>CLIENTS</h2>\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<h2>TESTIMONIALS.</h2>\n<q style=\"color: #fff\"></q>\n\nI love you the more in that I believe you had liked me for my own sake and for nothing else\n<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n<p style=\"color: #fff\"> - John Keats</p>\n\n\n<q style=\"color: #fff\"></q>\n\n\"But man is not made for defeat. A man can be destroyed but not defeated\"\n<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n<p style=\"color: #fff\"> - Ernest Hemingway</p>\n\n\n<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n<p style=\"color: #fff\"> John Doe</p>\n\n\n<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n<p style=\"color: #fff\"> James Stevens</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:37:05','2021-01-18 12:37:05','',524,'http://demoweblinks.in/amaeka-wp/archives/907',0,'revision','',0),(908,1,'2021-01-18 12:38:09','2021-01-18 12:38:09','<h1>HELLO, WELCOME TO\nAMAEKA TECHNOLOGIES.</h1>\nOur story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.\n\nWe position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.\n\nAMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.\n<h1>this is how\nWork flow goes</h1>\nThis is how our Results-Driven Project Development happens.\n\nlet\'s start\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nOur company was founded\n\nLet\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nResearch Phase\n\nWe get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDesign Phase\n\nAfter we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.\n\nlet\'s review\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDevelopment Phase\n\nLet\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDeployment Phase\n\nWe get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nSupport Phase\n\nAfter we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.\n<h2>WHY YOU CHOOSE US.</h2>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\">\n<h2>Agile Software Development</h2>\n\n<hr>\n\nAll of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\">\n<h2>Project Transparency</h2>\n\n<hr>\n\nWe’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\">\n<h2>Constant Communication</h2>\n\n<hr>\n\nThroughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\">\n<h2>Dedicated Teams</h2>\n\n<hr>\n\nOur team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\">\n<h2>Quality, Always</h2>\n\n<hr>\n\nOur expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\">\n<h2>Innovation</h2>\n\n<hr>\n\nFrom build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\n<h2>OUR TEAM</h2>\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"><figcaption>\n<h4>SHILPAN</h4>\n<small>Co-Founder &amp; Promoter</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>SHILPAN</strong>\n\nShilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\">\n\n<figcaption>\n<h4>KAPIL</h4>\n<small>Founder &amp; Promoter</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>KAPIL</strong>\n\nKapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<h2>CLIENTS</h2>\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<h2>TESTIMONIALS.</h2>\n<q style=\"color: #fff\"></q>\n\nI love you the more in that I believe you had liked me for my own sake and for nothing else\n<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n<p style=\"color: #fff\"> - John Keats</p>\n\n\n<q style=\"color: #fff\"></q>\n\n\"But man is not made for defeat. A man can be destroyed but not defeated\"\n<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n<p style=\"color: #fff\"> - Ernest Hemingway</p>\n\n\n<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n<p style=\"color: #fff\"> John Doe</p>\n\n\n<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n<p style=\"color: #fff\"> James Stevens</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:38:09','2021-01-18 12:38:09','',524,'http://demoweblinks.in/amaeka-wp/archives/908',0,'revision','',0),(909,1,'2021-01-18 12:38:10','2021-01-18 12:38:10','<h1>HELLO, WELCOME TO\nAMAEKA TECHNOLOGIES.</h1>\nOur story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.\n\nWe position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.\n\nAMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.\n<h1>this is how\nWork flow goes</h1>\nThis is how our Results-Driven Project Development happens.\n\nlet\'s start\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nOur company was founded\n\nLet\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nResearch Phase\n\nWe get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDesign Phase\n\nAfter we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.\n\nlet\'s review\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDevelopment Phase\n\nLet\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nDeployment Phase\n\nWe get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\">\nSupport Phase\n\nAfter we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.\n<h2>WHY YOU CHOOSE US.</h2>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\">\n<h2>Agile Software Development</h2>\n\n<hr>\n\nAll of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\">\n<h2>Project Transparency</h2>\n\n<hr>\n\nWe’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you\'ll generally be a piece of the discussion.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\">\n<h2>Constant Communication</h2>\n\n<hr>\n\nThroughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\">\n<h2>Dedicated Teams</h2>\n\n<hr>\n\nOur team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We\'ll help to explore the risks of software development.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\">\n<h2>Quality, Always</h2>\n\n<hr>\n\nOur expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.\n\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\">\n<h2>Innovation</h2>\n\n<hr>\n\nFrom build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.\n<h2>OUR TEAM</h2>\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"><figcaption>\n<h4>SHILPAN</h4>\n<small>Co-Founder &amp; Promoter</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>SHILPAN</strong>\n\nShilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\">\n\n<figcaption>\n<h4>KAPIL</h4>\n<small>Founder &amp; Promoter</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>KAPIL</strong>\n\nKapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\">\n\n<figcaption>\n<h4>John Doe</h4>\n<small>General Manager</small>\n\n</figcaption></figure>\n<a href=\"#\"></a>\n\n<strong>John Doe</strong>\n\nAbout Employee\n\n<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n<!-- /.team-item -->\n<h2>CLIENTS</h2>\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\">\n<h2>TESTIMONIALS.</h2>\n<q style=\"color: #fff\"></q>\n\nI love you the more in that I believe you had liked me for my own sake and for nothing else\n<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Kochi</p>\n<p style=\"color: #fff\"> - John Keats</p>\n\n\n<q style=\"color: #fff\"></q>\n\n\"But man is not made for defeat. A man can be destroyed but not defeated\"\n<p style=\"margin-top: 11px; color: #fff\">Amaeka Technologies, Bangalore</p>\n<p style=\"color: #fff\"> - Ernest Hemingway</p>\n\n\n<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n<p style=\"color: #fff\"> John Doe</p>\n\n\n<q style=\"color: #fff\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</q>\n<p style=\"margin-top: 11px; color: #fff\">Manager</p>\n<p style=\"color: #fff\"> James Stevens</p>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:38:10','2021-01-18 12:38:10','',524,'http://demoweblinks.in/amaeka-wp/archives/909',0,'revision','',0),(910,1,'2021-01-18 12:38:10','2021-01-18 12:38:10','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:38:10','2021-01-18 12:38:10','',524,'http://demoweblinks.in/amaeka-wp/archives/910',0,'revision','',0),(911,1,'2021-01-18 12:41:28','2021-01-18 12:41:28','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:41:28','2021-01-18 12:41:28','',524,'http://demoweblinks.in/amaeka-wp/archives/911',0,'revision','',0),(912,1,'2021-01-18 12:41:28','2021-01-18 12:41:28','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n										<img width=\"320\" height=\"240\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png 320w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint-300x225.png 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />											\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:41:28','2021-01-18 12:41:28','',524,'http://demoweblinks.in/amaeka-wp/archives/912',0,'revision','',0),(913,1,'2021-01-18 12:41:28','2021-01-18 12:41:28','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:41:28','2021-01-18 12:41:28','',524,'http://demoweblinks.in/amaeka-wp/archives/913',0,'revision','',0),(914,1,'2021-01-18 12:41:42','2021-01-18 12:41:42','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:41:42','2021-01-18 12:41:42','',524,'http://demoweblinks.in/amaeka-wp/archives/914',0,'revision','',0),(915,1,'2021-01-18 12:41:42','2021-01-18 12:41:42','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:41:42','2021-01-18 12:41:42','',524,'http://demoweblinks.in/amaeka-wp/archives/915',0,'revision','',0),(916,1,'2021-01-18 12:41:43','2021-01-18 12:41:43','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:41:43','2021-01-18 12:41:43','',524,'http://demoweblinks.in/amaeka-wp/archives/916',0,'revision','',0),(917,1,'2021-01-18 12:42:03','2021-01-18 12:42:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:42:03','2021-01-18 12:42:03','',524,'http://demoweblinks.in/amaeka-wp/archives/917',0,'revision','',0),(918,1,'2021-01-18 12:42:03','2021-01-18 12:42:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:42:03','2021-01-18 12:42:03','',524,'http://demoweblinks.in/amaeka-wp/archives/918',0,'revision','',0),(919,1,'2021-01-18 12:42:03','2021-01-18 12:42:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:42:03','2021-01-18 12:42:03','',524,'http://demoweblinks.in/amaeka-wp/archives/919',0,'revision','',0),(920,1,'2021-01-18 12:43:00','2021-01-18 12:43:00','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:43:00','2021-01-18 12:43:00','',524,'http://demoweblinks.in/amaeka-wp/archives/920',0,'revision','',0),(921,1,'2021-01-18 12:43:00','2021-01-18 12:43:00','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h1>this is how<br> Work flow goes</h1>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:43:00','2021-01-18 12:43:00','',524,'http://demoweblinks.in/amaeka-wp/archives/921',0,'revision','',0),(922,1,'2021-01-18 12:43:01','2021-01-18 12:43:01','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:43:01','2021-01-18 12:43:01','',524,'http://demoweblinks.in/amaeka-wp/archives/922',0,'revision','',0),(923,1,'2021-01-18 12:45:12','2021-01-18 12:45:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:45:12','2021-01-18 12:45:12','',524,'http://demoweblinks.in/amaeka-wp/archives/923',0,'revision','',0),(924,1,'2021-01-18 12:45:12','2021-01-18 12:45:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:45:12','2021-01-18 12:45:12','',524,'http://demoweblinks.in/amaeka-wp/archives/924',0,'revision','',0),(925,1,'2021-01-18 12:45:13','2021-01-18 12:45:13','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:45:13','2021-01-18 12:45:13','',524,'http://demoweblinks.in/amaeka-wp/archives/925',0,'revision','',0),(926,1,'2021-01-18 12:46:12','2021-01-18 12:46:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:46:12','2021-01-18 12:46:12','',524,'http://demoweblinks.in/amaeka-wp/archives/926',0,'revision','',0),(927,1,'2021-01-18 12:46:12','2021-01-18 12:46:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:46:12','2021-01-18 12:46:12','',524,'http://demoweblinks.in/amaeka-wp/archives/927',0,'revision','',0),(928,1,'2021-01-18 12:46:12','2021-01-18 12:46:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:46:12','2021-01-18 12:46:12','',524,'http://demoweblinks.in/amaeka-wp/archives/928',0,'revision','',0),(929,1,'2021-01-18 12:46:50','2021-01-18 12:46:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:46:50','2021-01-18 12:46:50','',524,'http://demoweblinks.in/amaeka-wp/archives/929',0,'revision','',0),(930,1,'2021-01-18 12:46:50','2021-01-18 12:46:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:46:50','2021-01-18 12:46:50','',524,'http://demoweblinks.in/amaeka-wp/archives/930',0,'revision','',0),(931,1,'2021-01-18 12:46:50','2021-01-18 12:46:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:46:50','2021-01-18 12:46:50','',524,'http://demoweblinks.in/amaeka-wp/archives/931',0,'revision','',0),(932,1,'2021-01-18 12:51:47','2021-01-18 12:51:47','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:51:47','2021-01-18 12:51:47','',524,'http://demoweblinks.in/amaeka-wp/archives/932',0,'revision','',0),(933,1,'2021-01-18 12:51:47','2021-01-18 12:51:47','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:51:47','2021-01-18 12:51:47','',524,'http://demoweblinks.in/amaeka-wp/archives/933',0,'revision','',0),(934,1,'2021-01-18 12:51:47','2021-01-18 12:51:47','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:51:47','2021-01-18 12:51:47','',524,'http://demoweblinks.in/amaeka-wp/archives/934',0,'revision','',0),(935,1,'2021-01-18 12:52:00','2021-01-18 12:52:00','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:52:00','2021-01-18 12:52:00','',524,'http://demoweblinks.in/amaeka-wp/archives/935',0,'revision','',0),(936,1,'2021-01-18 12:52:00','2021-01-18 12:52:00','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:52:00','2021-01-18 12:52:00','',524,'http://demoweblinks.in/amaeka-wp/archives/936',0,'revision','',0),(937,1,'2021-01-18 12:52:00','2021-01-18 12:52:00','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:52:00','2021-01-18 12:52:00','',524,'http://demoweblinks.in/amaeka-wp/archives/937',0,'revision','',0),(938,1,'2021-01-18 12:52:18','2021-01-18 12:52:18','','hiren','','inherit','open','closed','','hiren','','','2021-01-18 12:52:18','2021-01-18 12:52:18','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg',0,'attachment','image/jpeg',0),(939,1,'2021-01-18 12:52:25','2021-01-18 12:52:25','','hiren-1','','inherit','open','closed','','hiren-1','','','2021-01-18 12:52:25','2021-01-18 12:52:25','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg',0,'attachment','image/jpeg',0),(940,1,'2021-01-18 12:52:30','2021-01-18 12:52:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:52:30','2021-01-18 12:52:30','',524,'http://demoweblinks.in/amaeka-wp/archives/940',0,'revision','',0),(941,1,'2021-01-18 12:52:30','2021-01-18 12:52:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:52:30','2021-01-18 12:52:30','',524,'http://demoweblinks.in/amaeka-wp/archives/941',0,'revision','',0),(942,1,'2021-01-18 12:52:30','2021-01-18 12:52:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 12:52:30','2021-01-18 12:52:30','',524,'http://demoweblinks.in/amaeka-wp/archives/942',0,'revision','',0),(943,1,'2021-01-18 13:08:30','2021-01-18 13:08:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:08:30','2021-01-18 13:08:30','',524,'http://demoweblinks.in/amaeka-wp/archives/943',0,'revision','',0),(944,1,'2021-01-18 13:08:30','2021-01-18 13:08:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:08:30','2021-01-18 13:08:30','',524,'http://demoweblinks.in/amaeka-wp/archives/944',0,'revision','',0),(945,1,'2021-01-18 13:08:30','2021-01-18 13:08:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:08:30','2021-01-18 13:08:30','',524,'http://demoweblinks.in/amaeka-wp/archives/945',0,'revision','',0),(946,1,'2021-01-18 13:11:20','2021-01-18 13:11:20','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:20','2021-01-18 13:11:20','',524,'http://demoweblinks.in/amaeka-wp/archives/946',0,'revision','',0),(947,1,'2021-01-18 13:11:20','2021-01-18 13:11:20','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:20','2021-01-18 13:11:20','',524,'http://demoweblinks.in/amaeka-wp/archives/947',0,'revision','',0),(948,1,'2021-01-18 13:11:20','2021-01-18 13:11:20','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:20','2021-01-18 13:11:20','',524,'http://demoweblinks.in/amaeka-wp/archives/948',0,'revision','',0),(949,1,'2021-01-18 13:11:36','2021-01-18 13:11:36','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:36','2021-01-18 13:11:36','',524,'http://demoweblinks.in/amaeka-wp/archives/949',0,'revision','',0),(950,1,'2021-01-18 13:11:36','2021-01-18 13:11:36','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:36','2021-01-18 13:11:36','',524,'http://demoweblinks.in/amaeka-wp/archives/950',0,'revision','',0),(951,1,'2021-01-18 13:11:36','2021-01-18 13:11:36','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:36','2021-01-18 13:11:36','',524,'http://demoweblinks.in/amaeka-wp/archives/951',0,'revision','',0),(952,1,'2021-01-18 13:11:43','2021-01-18 13:11:43','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:43','2021-01-18 13:11:43','',524,'http://demoweblinks.in/amaeka-wp/archives/952',0,'revision','',0),(953,1,'2021-01-18 13:11:43','2021-01-18 13:11:43','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:43','2021-01-18 13:11:43','',524,'http://demoweblinks.in/amaeka-wp/archives/953',0,'revision','',0),(954,1,'2021-01-18 13:11:43','2021-01-18 13:11:43','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:11:43','2021-01-18 13:11:43','',524,'http://demoweblinks.in/amaeka-wp/archives/954',0,'revision','',0),(955,1,'2021-01-18 13:12:03','2021-01-18 13:12:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:12:03','2021-01-18 13:12:03','',524,'http://demoweblinks.in/amaeka-wp/archives/955',0,'revision','',0),(956,1,'2021-01-18 13:12:03','2021-01-18 13:12:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:12:03','2021-01-18 13:12:03','',524,'http://demoweblinks.in/amaeka-wp/archives/956',0,'revision','',0),(957,1,'2021-01-18 13:12:03','2021-01-18 13:12:03','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:12:03','2021-01-18 13:12:03','',524,'http://demoweblinks.in/amaeka-wp/archives/957',0,'revision','',0),(958,1,'2021-01-18 13:12:22','2021-01-18 13:12:22','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:12:22','2021-01-18 13:12:22','',524,'http://demoweblinks.in/amaeka-wp/archives/958',0,'revision','',0),(959,1,'2021-01-18 13:12:22','2021-01-18 13:12:22','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:12:22','2021-01-18 13:12:22','',524,'http://demoweblinks.in/amaeka-wp/archives/959',0,'revision','',0),(960,1,'2021-01-18 13:12:22','2021-01-18 13:12:22','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-18 13:12:22','2021-01-18 13:12:22','',524,'http://demoweblinks.in/amaeka-wp/archives/960',0,'revision','',0),(961,1,'2021-01-19 03:48:50','2021-01-19 03:48:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-19 03:48:50','2021-01-19 03:48:50','',524,'http://demoweblinks.in/amaeka-wp/archives/961',0,'revision','',0),(962,1,'2021-01-19 03:48:50','2021-01-19 03:48:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-19 03:48:50','2021-01-19 03:48:50','',524,'http://demoweblinks.in/amaeka-wp/archives/962',0,'revision','',0),(963,1,'2021-01-19 03:48:50','2021-01-19 03:48:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-19 03:48:50','2021-01-19 03:48:50','',524,'http://demoweblinks.in/amaeka-wp/archives/963',0,'revision','',0),(964,1,'2021-01-19 03:53:34','2021-01-19 03:53:34','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-19 03:53:34','2021-01-19 03:53:34','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(965,1,'2021-01-19 03:53:34','2021-01-19 03:53:34','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-19 03:53:34','2021-01-19 03:53:34','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(966,1,'2021-01-19 03:53:34','2021-01-19 03:53:34','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-19 03:53:34','2021-01-19 03:53:34','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(967,1,'2021-01-19 05:30:53','2021-01-19 05:30:53','','Career','','publish','closed','closed','','career','','','2021-01-19 05:32:00','2021-01-19 05:32:00','',0,'http://demoweblinks.in/amaeka-wp/?page_id=967',0,'page','',0),(968,1,'2021-01-19 05:30:53','2021-01-19 05:30:53','','Career','','inherit','closed','closed','','967-revision-v1','','','2021-01-19 05:30:53','2021-01-19 05:30:53','',967,'http://demoweblinks.in/amaeka-wp/967-revision-v1/',0,'revision','',0),(969,1,'2021-01-19 05:31:37','2021-01-19 05:31:37','','Career','','inherit','closed','closed','','967-revision-v1','','','2021-01-19 05:31:37','2021-01-19 05:31:37','',967,'http://demoweblinks.in/amaeka-wp/967-revision-v1/',0,'revision','',0),(970,1,'2021-01-19 05:32:00','2021-01-19 05:32:00','','Career','','inherit','closed','closed','','967-revision-v1','','','2021-01-19 05:32:00','2021-01-19 05:32:00','',967,'http://demoweblinks.in/amaeka-wp/967-revision-v1/',0,'revision','',0),(971,1,'2021-01-20 04:09:50','2021-01-20 04:09:50','<article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-01-20 04:09:50','2021-01-20 04:09:50','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(972,1,'2021-01-20 04:11:11','2021-01-20 04:11:11','<article>\n																<a href=\"#\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Open Imagination</h3>\n</a><a href=\"#\">						               Media\n</a>\n</article>\n<article>\n																<a>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Open Imagination</h3>\n</a><a>						               Media\n</a>\n</article>\n<article>\n																<a>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Project title</h3>\n</a><a>						               Art\n</a>\n</article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-01-20 04:11:11','2021-01-20 04:11:11','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (973,1,'2021-01-21 06:37:28','2021-01-21 06:37:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n																					<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n																					<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-21 06:37:28','2021-01-21 06:37:28','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(974,1,'2021-01-21 06:37:28','2021-01-21 06:37:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n																					<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\"/>\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n																					<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\"/>\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-21 06:37:28','2021-01-21 06:37:28','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(975,1,'2021-01-21 06:37:28','2021-01-21 06:37:28','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-21 06:37:28','2021-01-21 06:37:28','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(976,1,'2021-01-21 06:41:12','2021-01-21 06:41:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:41:12','2021-01-21 06:41:12','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(977,1,'2021-01-21 06:41:12','2021-01-21 06:41:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:41:12','2021-01-21 06:41:12','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(978,1,'2021-01-21 06:41:12','2021-01-21 06:41:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:41:12','2021-01-21 06:41:12','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(979,1,'2021-01-21 06:42:01','2021-01-21 06:42:01','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:42:01','2021-01-21 06:42:01','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(980,1,'2021-01-21 06:42:01','2021-01-21 06:42:01','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:42:01','2021-01-21 06:42:01','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(981,1,'2021-01-21 06:42:01','2021-01-21 06:42:01','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:42:01','2021-01-21 06:42:01','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(982,1,'2021-01-21 06:43:30','2021-01-21 06:43:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:43:30','2021-01-21 06:43:30','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(983,1,'2021-01-21 06:43:30','2021-01-21 06:43:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:43:30','2021-01-21 06:43:30','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(984,1,'2021-01-21 06:43:30','2021-01-21 06:43:30','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:43:30','2021-01-21 06:43:30','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(985,1,'2021-01-21 06:43:56','2021-01-21 06:43:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:43:56','2021-01-21 06:43:56','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(986,1,'2021-01-21 06:43:56','2021-01-21 06:43:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:43:56','2021-01-21 06:43:56','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(987,1,'2021-01-21 06:43:56','2021-01-21 06:43:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 06:43:56','2021-01-21 06:43:56','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(988,1,'2021-01-21 07:11:06','2021-01-21 07:11:06','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 07:11:06','2021-01-21 07:11:06','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(989,1,'2021-01-21 07:11:06','2021-01-21 07:11:06','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 07:11:06','2021-01-21 07:11:06','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(990,1,'2021-01-21 07:11:06','2021-01-21 07:11:06','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 07:11:06','2021-01-21 07:11:06','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(991,1,'2021-01-21 07:11:29','2021-01-21 07:11:29','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 07:11:29','2021-01-21 07:11:29','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(992,1,'2021-01-21 07:11:29','2021-01-21 07:11:29','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 07:11:29','2021-01-21 07:11:29','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(993,1,'2021-01-21 07:11:29','2021-01-21 07:11:29','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 07:11:29','2021-01-21 07:11:29','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(995,1,'2021-01-21 11:34:40','2021-01-21 11:34:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:34:40','2021-01-21 11:34:40','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(996,1,'2021-01-21 11:34:40','2021-01-21 11:34:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Software Development</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:34:40','2021-01-21 11:34:40','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(997,1,'2021-01-21 11:34:40','2021-01-21 11:34:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:34:40','2021-01-21 11:34:40','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(998,1,'2021-01-21 11:38:23','2021-01-21 11:38:23','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:38:23','2021-01-21 11:38:23','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(999,1,'2021-01-21 11:38:23','2021-01-21 11:38:23','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>TESTIMONIALS.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:38:23','2021-01-21 11:38:23','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1000,1,'2021-01-21 11:38:23','2021-01-21 11:38:23','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:38:23','2021-01-21 11:38:23','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1001,1,'2021-01-21 11:38:44','2021-01-21 11:38:44','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:38:44','2021-01-21 11:38:44','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1002,1,'2021-01-21 11:38:44','2021-01-21 11:38:44','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:38:44','2021-01-21 11:38:44','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1003,1,'2021-01-21 11:38:44','2021-01-21 11:38:44','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-21 11:38:44','2021-01-21 11:38:44','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1004,1,'2021-01-22 04:08:23','2021-01-22 04:08:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-22 04:08:23','2021-01-22 04:08:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1005,1,'2021-01-22 04:08:23','2021-01-22 04:08:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"#\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-22 04:08:23','2021-01-22 04:08:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1006,1,'2021-01-22 04:08:23','2021-01-22 04:08:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-22 04:08:23','2021-01-22 04:08:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1007,1,'2021-01-22 04:11:56','2021-01-22 04:11:56','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-22 04:11:56','2021-01-22 04:11:56','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1008,1,'2021-01-22 04:11:56','2021-01-22 04:11:56','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-22 04:11:56','2021-01-22 04:11:56','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1009,1,'2021-01-22 04:11:56','2021-01-22 04:11:56','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-01-22 04:11:56','2021-01-22 04:11:56','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1011,1,'2021-01-25 10:45:42','2021-01-25 10:45:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-25 10:45:42','2021-01-25 10:45:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1012,1,'2021-01-25 10:45:42','2021-01-25 10:45:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n											<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n											<a  >		\n												Read More		\n											</a>	\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-25 10:45:42','2021-01-25 10:45:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1013,1,'2021-01-25 10:45:42','2021-01-25 10:45:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-25 10:45:42','2021-01-25 10:45:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1014,1,'2021-01-25 10:46:11','2021-01-25 10:46:11','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-25 10:46:11','2021-01-25 10:46:11','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1015,1,'2021-01-25 10:46:11','2021-01-25 10:46:11','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-25 10:46:11','2021-01-25 10:46:11','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1016,1,'2021-01-25 10:46:11','2021-01-25 10:46:11','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-25 10:46:11','2021-01-25 10:46:11','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1017,1,'2021-01-25 11:32:46','2021-01-25 11:32:46','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','publish','closed','closed','','amaeka-website','','','2021-01-27 04:00:02','2021-01-27 04:00:02','',0,'http://demoweblinks.in/amaeka-wp/?page_id=1017',0,'page','',0),(1018,1,'2021-01-25 11:32:46','2021-01-25 11:32:46','','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:32:46','2021-01-25 11:32:46','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1019,1,'2021-01-25 11:37:15','2021-01-25 11:37:15','','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:37:15','2021-01-25 11:37:15','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1020,1,'2021-01-25 11:37:15','2021-01-25 11:37:15','','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:37:15','2021-01-25 11:37:15','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1021,1,'2021-01-25 11:37:15','2021-01-25 11:37:15','<h2>The Brief</h2>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:37:15','2021-01-25 11:37:15','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1022,1,'2021-01-25 11:39:18','2021-01-25 11:39:18','<h2>The Brief</h2>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:39:18','2021-01-25 11:39:18','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1023,1,'2021-01-25 11:39:18','2021-01-25 11:39:18','<h2>The Brief</h2>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:39:18','2021-01-25 11:39:18','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1024,1,'2021-01-25 11:39:18','2021-01-25 11:39:18','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:39:18','2021-01-25 11:39:18','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1025,1,'2021-01-25 11:42:57','2021-01-25 11:42:57','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:42:57','2021-01-25 11:42:57','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1026,1,'2021-01-25 11:42:57','2021-01-25 11:42:57','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:42:57','2021-01-25 11:42:57','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1027,1,'2021-01-25 11:42:57','2021-01-25 11:42:57','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:42:57','2021-01-25 11:42:57','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1028,1,'2021-01-25 11:43:32','2021-01-25 11:43:32','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:43:32','2021-01-25 11:43:32','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1029,1,'2021-01-25 11:43:32','2021-01-25 11:43:32','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:43:32','2021-01-25 11:43:32','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1030,1,'2021-01-25 11:43:32','2021-01-25 11:43:32','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:43:32','2021-01-25 11:43:32','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1031,1,'2021-01-25 11:45:02','2021-01-25 11:45:02','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:45:02','2021-01-25 11:45:02','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1032,1,'2021-01-25 11:45:02','2021-01-25 11:45:02','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:45:02','2021-01-25 11:45:02','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1033,1,'2021-01-25 11:45:02','2021-01-25 11:45:02','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:45:02','2021-01-25 11:45:02','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1034,1,'2021-01-25 11:46:57','2021-01-25 11:46:57','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:46:57','2021-01-25 11:46:57','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1035,1,'2021-01-25 11:46:57','2021-01-25 11:46:57','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:46:57','2021-01-25 11:46:57','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1036,1,'2021-01-25 11:46:58','2021-01-25 11:46:58','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:46:58','2021-01-25 11:46:58','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1037,1,'2021-01-25 11:47:43','2021-01-25 11:47:43','','site2','','inherit','open','closed','','site2','','','2021-01-25 11:47:43','2021-01-25 11:47:43','',1017,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png',0,'attachment','image/png',0),(1038,1,'2021-01-25 11:49:14','2021-01-25 11:49:14','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:49:14','2021-01-25 11:49:14','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1039,1,'2021-01-25 11:49:14','2021-01-25 11:49:14','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:49:14','2021-01-25 11:49:14','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1040,1,'2021-01-25 11:49:14','2021-01-25 11:49:14','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:49:14','2021-01-25 11:49:14','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1041,1,'2021-01-25 11:49:51','2021-01-25 11:49:51','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:49:51','2021-01-25 11:49:51','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1042,1,'2021-01-25 11:49:51','2021-01-25 11:49:51','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:49:51','2021-01-25 11:49:51','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1043,1,'2021-01-25 11:49:51','2021-01-25 11:49:51','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:49:51','2021-01-25 11:49:51','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1044,1,'2021-01-25 11:51:10','2021-01-25 11:51:10','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:51:10','2021-01-25 11:51:10','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1045,1,'2021-01-25 11:51:10','2021-01-25 11:51:10','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:51:10','2021-01-25 11:51:10','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1046,1,'2021-01-25 11:51:10','2021-01-25 11:51:10','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:51:10','2021-01-25 11:51:10','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1047,1,'2021-01-25 11:52:05','2021-01-25 11:52:05','','site3','','inherit','open','closed','','site3','','','2021-01-25 11:52:05','2021-01-25 11:52:05','',1017,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png',0,'attachment','image/png',0),(1048,1,'2021-01-25 11:52:24','2021-01-25 11:52:24','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:52:24','2021-01-25 11:52:24','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1049,1,'2021-01-25 11:52:24','2021-01-25 11:52:24','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:52:24','2021-01-25 11:52:24','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1050,1,'2021-01-25 11:52:24','2021-01-25 11:52:24','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:52:24','2021-01-25 11:52:24','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1051,1,'2021-01-25 11:52:33','2021-01-25 11:52:33','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:52:33','2021-01-25 11:52:33','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1052,1,'2021-01-25 11:52:33','2021-01-25 11:52:33','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"393\" height=\"1024\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w\" sizes=\"(max-width: 393px) 100vw, 393px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:52:33','2021-01-25 11:52:33','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1053,1,'2021-01-25 11:52:33','2021-01-25 11:52:33','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" />											\n			<h2>Our Approach</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:52:33','2021-01-25 11:52:33','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1054,1,'2021-01-25 11:53:30','2021-01-25 11:53:30','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:53:30','2021-01-25 11:53:30','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1055,1,'2021-01-25 11:53:31','2021-01-25 11:53:31','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:53:31','2021-01-25 11:53:31','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1056,1,'2021-01-25 11:55:21','2021-01-25 11:55:21','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 11:55:21','2021-01-25 11:55:21','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1057,1,'2021-01-25 12:47:15','2021-01-25 12:47:15','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 12:47:15','2021-01-25 12:47:15','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1058,1,'2021-01-25 12:51:21','2021-01-25 12:51:21','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 12:51:21','2021-01-25 12:51:21','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1059,1,'2021-01-25 12:51:36','2021-01-25 12:51:36','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 12:51:36','2021-01-25 12:51:36','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1060,1,'2021-01-25 12:51:56','2021-01-25 12:51:56','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','AMAEKA WEBSITE','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 12:51:56','2021-01-25 12:51:56','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1061,1,'2021-01-25 12:54:27','2021-01-25 12:54:27','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 12:54:27','2021-01-25 12:54:27','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1062,1,'2021-01-25 12:54:58','2021-01-25 12:54:58','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 12:54:58','2021-01-25 12:54:58','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1063,1,'2021-01-25 13:09:02','2021-01-25 13:09:02','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:09:02','2021-01-25 13:09:02','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1064,1,'2021-01-25 13:09:02','2021-01-25 13:09:02','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:09:02','2021-01-25 13:09:02','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1065,1,'2021-01-25 13:09:03','2021-01-25 13:09:03','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" />											\n			<h2>Our Approach</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<br>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:09:03','2021-01-25 13:09:03','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1066,1,'2021-01-25 13:09:54','2021-01-25 13:09:54','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" />											\n			<h2>Our Approach</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<br>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:09:54','2021-01-25 13:09:54','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1067,1,'2021-01-25 13:09:54','2021-01-25 13:09:54','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" />											\n			<h2>Our Approach</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<br>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:09:54','2021-01-25 13:09:54','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1068,1,'2021-01-25 13:09:54','2021-01-25 13:09:54','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" />											\n			<h2>Our Approach</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<br>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:09:54','2021-01-25 13:09:54','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1069,1,'2021-01-25 13:10:29','2021-01-25 13:10:29','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:10:29','2021-01-25 13:10:29','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1070,1,'2021-01-25 13:10:30','2021-01-25 13:10:30','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:10:30','2021-01-25 13:10:30','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1071,1,'2021-01-25 13:35:06','2021-01-25 13:35:06','','company','','inherit','open','closed','','company-2','','','2021-01-25 13:35:06','2021-01-25 13:35:06','',1017,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/company.png',0,'attachment','image/png',0),(1072,1,'2021-01-25 13:35:13','2021-01-25 13:35:13','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:35:13','2021-01-25 13:35:13','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1073,1,'2021-01-25 13:35:32','2021-01-25 13:35:32','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-25 13:35:32','2021-01-25 13:35:32','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1074,1,'2021-01-26 03:57:29','2021-01-26 03:57:29','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-26 03:57:29','2021-01-26 03:57:29','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1075,1,'2021-01-26 03:57:29','2021-01-26 03:57:29','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-26 03:57:29','2021-01-26 03:57:29','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1076,1,'2021-01-26 03:57:29','2021-01-26 03:57:29','<h2>The Brief</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>INDUSTRY</h2>		\n		Property Development		\n			<h2>LOACTION</h2>		\n		India		\n			<h2>INVOLVEMENT</h2>		\n		Web Design<br>\nWeb Development<br>\nWordpress		\n			<h2>VISIT</h2>		\n		<p>Property Development</p>		\n										<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\" />											\n			<h2>Our Approach</h2>		\n		Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<br>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.		\n										<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\" />','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-26 03:57:29','2021-01-26 03:57:29','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1078,1,'2021-01-26 04:04:41','2021-01-26 04:04:41','<article>\n																<a href=\"#\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Open Imagination</h3>\n</a><a href=\"#\">						               Media\n</a>\n</article>\n<article>\n																<a>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Open Imagination</h3>\n</a><a>						               Media\n</a>\n</article>\n<article>\n																<a>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Project title</h3>\n</a><a>						               Art\n</a>\n</article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-01-26 04:04:41','2021-01-26 04:04:41','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1079,1,'2021-01-26 04:04:41','2021-01-26 04:04:41','<article>\n																<a href=\"#\">\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Open Imagination</h3>\n</a><a href=\"#\">						               Media\n</a>\n</article>\n<article>\n																<a>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Open Imagination</h3>\n</a><a>						               Media\n</a>\n</article>\n<article>\n																<a>\n<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\">\n<h3>Project title</h3>\n</a><a>						               Art\n</a>\n</article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-01-26 04:04:41','2021-01-26 04:04:41','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1080,1,'2021-01-26 04:04:41','2021-01-26 04:04:41','<article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-01-26 04:04:41','2021-01-26 04:04:41','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1081,1,'2021-01-27 04:00:01','2021-01-27 04:00:01','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-27 04:00:01','2021-01-27 04:00:01','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1082,1,'2021-01-27 04:00:02','2021-01-27 04:00:02','<h2>The Brief</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<h2>INDUSTRY</h2>\nProperty Development\n<h2>LOACTION</h2>\nIndia\n<h2>INVOLVEMENT</h2>\nWeb Design\nWeb Development\nWordpress\n<h2>VISIT</h2>\nProperty Development\n\n<img width=\"1366\" height=\"3560\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png 1366w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-115x300.png 115w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-393x1024.png 393w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-768x2002.png 768w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-589x1536.png 589w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-786x2048.png 786w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-830x2163.png 830w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-230x599.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-350x912.png 350w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2-480x1251.png 480w\" sizes=\"(max-width: 1366px) 100vw, 1366px\">\n<h2>Our Approach</h2>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n<img width=\"462\" height=\"383\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"\" loading=\"lazy\" srcset=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png 462w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-300x249.png 300w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-230x191.png 230w, http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3-350x290.png 350w\" sizes=\"(max-width: 462px) 100vw, 462px\">','Amaeka Website','','inherit','closed','closed','','1017-revision-v1','','','2021-01-27 04:00:02','2021-01-27 04:00:02','',1017,'http://demoweblinks.in/amaeka-wp/1017-revision-v1/',0,'revision','',0),(1084,1,'2021-01-27 04:33:23','2021-01-27 04:33:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-27 04:33:23','2021-01-27 04:33:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1085,1,'2021-01-27 04:33:23','2021-01-27 04:33:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-27 04:33:23','2021-01-27 04:33:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1086,1,'2021-01-27 04:33:23','2021-01-27 04:33:23','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-27 04:33:23','2021-01-27 04:33:23','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1087,1,'2021-01-27 04:34:55','2021-01-27 04:34:55','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-27 04:34:55','2021-01-27 04:34:55','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1088,1,'2021-01-27 04:34:55','2021-01-27 04:34:55','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-27 04:34:55','2021-01-27 04:34:55','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1089,1,'2021-01-27 04:34:55','2021-01-27 04:34:55','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-27 04:34:55','2021-01-27 04:34:55','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1090,1,'2021-01-27 07:52:29','2021-01-27 07:52:29','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 07:52:29','2021-01-27 07:52:29','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1091,1,'2021-01-27 07:52:29','2021-01-27 07:52:29','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 07:52:29','2021-01-27 07:52:29','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1092,1,'2021-01-27 07:52:29','2021-01-27 07:52:29','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 07:52:29','2021-01-27 07:52:29','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1093,1,'2021-01-27 07:54:44','2021-01-27 07:54:44','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 07:54:44','2021-01-27 07:54:44','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1094,1,'2021-01-27 07:54:44','2021-01-27 07:54:44','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 07:54:44','2021-01-27 07:54:44','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1095,1,'2021-01-27 07:54:44','2021-01-27 07:54:44','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 07:54:44','2021-01-27 07:54:44','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1096,1,'2021-01-27 12:32:21','2021-01-27 12:32:21','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 12:32:21','2021-01-27 12:32:21','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1097,1,'2021-01-27 12:32:21','2021-01-27 12:32:21','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 12:32:21','2021-01-27 12:32:21','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1098,1,'2021-01-27 12:32:21','2021-01-27 12:32:21','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 12:32:21','2021-01-27 12:32:21','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1099,1,'2021-01-27 14:02:12','2021-01-27 14:02:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:02:12','2021-01-27 14:02:12','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1100,1,'2021-01-27 14:02:12','2021-01-27 14:02:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/cleint.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:02:12','2021-01-27 14:02:12','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1101,1,'2021-01-27 14:02:12','2021-01-27 14:02:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:02:12','2021-01-27 14:02:12','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1103,1,'2021-01-27 14:10:54','2021-01-27 14:10:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:10:54','2021-01-27 14:10:54','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1104,1,'2021-01-27 14:10:54','2021-01-27 14:10:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:10:54','2021-01-27 14:10:54','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1105,1,'2021-01-27 14:10:54','2021-01-27 14:10:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:10:54','2021-01-27 14:10:54','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1107,1,'2021-01-27 14:11:18','2021-01-27 14:11:18','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:11:18','2021-01-27 14:11:18','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1108,1,'2021-01-27 14:11:18','2021-01-27 14:11:18','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:11:18','2021-01-27 14:11:18','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1109,1,'2021-01-27 14:11:18','2021-01-27 14:11:18','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:11:18','2021-01-27 14:11:18','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1110,1,'2021-01-27 14:11:56','2021-01-27 14:11:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:11:56','2021-01-27 14:11:56','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1111,1,'2021-01-27 14:11:56','2021-01-27 14:11:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:11:56','2021-01-27 14:11:56','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1112,1,'2021-01-27 14:11:56','2021-01-27 14:11:56','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-27 14:11:56','2021-01-27 14:11:56','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1113,1,'2021-01-28 03:59:10','2021-01-28 03:59:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-28 03:59:10','2021-01-28 03:59:10','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1114,1,'2021-01-28 03:59:10','2021-01-28 03:59:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-28 03:59:10','2021-01-28 03:59:10','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1115,1,'2021-01-28 03:59:10','2021-01-28 03:59:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-01-28 03:59:10','2021-01-28 03:59:10','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1116,1,'2021-01-28 04:20:31','2021-01-28 04:20:31','','team-member-01','','inherit','open','closed','','team-member-01','','','2021-01-28 04:20:31','2021-01-28 04:20:31','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg',0,'attachment','image/jpeg',0),(1117,1,'2021-01-28 04:20:55','2021-01-28 04:20:55','','team-member-02','','inherit','open','closed','','team-member-02','','','2021-01-28 04:20:55','2021-01-28 04:20:55','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg',0,'attachment','image/jpeg',0),(1118,1,'2021-01-28 04:21:01','2021-01-28 04:21:01','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-28 04:21:01','2021-01-28 04:21:01','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1119,1,'2021-01-28 04:21:01','2021-01-28 04:21:01','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-28 04:21:01','2021-01-28 04:21:01','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1120,1,'2021-01-28 04:21:01','2021-01-28 04:21:01','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-01-28 04:21:01','2021-01-28 04:21:01','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1122,1,'2021-02-02 09:50:03','2021-02-02 09:50:03','<label> Your name\r\n    [text* your-name] </label>\r\n\r\n<label> Your email\r\n    [email* your-email] </label>\r\n\r\n[select* the-recipient default:get \"Employee One|employeeone@yourdomain.com\" \"Employee Two|employeetwo@yourdomain.com\" \"Employee Three|employeethree@yourdomain.com\"]\r\n\r\n\r\n<label> Subject\r\n    [text* your-subject] </label>\r\n\r\n<label> Your message (optional)\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Submit\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@demoweblinks.in>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@demoweblinks.in>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2021-02-12 04:13:26','2021-02-12 04:13:26','',0,'http://demoweblinks.in/amaeka-wp/?post_type=wpcf7_contact_form&#038;p=1122',0,'wpcf7_contact_form','',0),(1123,1,'2021-02-02 09:56:22','2021-02-02 09:56:22','<div class=\"contact-form\">\r\n<div class=\"row\">\r\n	<div class=\"col-md-6\">\r\n		<div class=\"form-item\">\r\n			[text* your-name class:name placeholder \"Name\"]\r\n		</div>\r\n	</div>\r\n\r\n	<div class=\"col-md-6\">\r\n		<div class=\"form-item\">\r\n			[email* your-email class:email placeholder \"Email\"]\r\n		</div>\r\n	</div>\r\n          <div class=\"col-md-6\">\r\n		<div class=\"form-item\">\r\n			[text your-phone class:phone placeholder \"Phone\"]\r\n		</div>\r\n	</div>\r\n	<div class=\"col-md-6\">\r\n		<div class=\"form-item\">\r\n[select* the-list default:get  \"Web Development\" \"Mobile App Development\" \"Software Development\" \"Ecommerce Development\" \"Digital Marketing\" \"Marketplace Management\" \"Other Services\"]\r\n\r\n			\r\n		</div>\r\n	</div>\r\n        <div class=\"col-md-12\">\r\n		<div class=\"form-item\">\r\n			\r\n[text your-subject class:subject placeholder \"Subject\"]\r\n\r\n		</div>\r\n	</div>\r\n\r\n	<div class=\"col-md-12\">\r\n		\r\n		<div class=\"form-item\">\r\n			[textarea your-message class:message placeholder \"Describe Your Needs..\"]\r\n		</div>\r\n                         <div class=\"form-item\">\r\n             		<div class=\"form-submit\">\r\n			[submit class:submit \"Submit Now\"]\r\n		</div>\r\n                 </div>\r\n	</div>\r\n</div>\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@demoweblinks.in>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\nPhone: [your-phone]\r\nService: [dropdown]\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@demoweblinks.in>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Form 01','','publish','closed','closed','','contact-form-01','','','2021-02-12 05:50:35','2021-02-12 05:50:35','',0,'http://demoweblinks.in/amaeka-wp/?post_type=wpcf7_contact_form&#038;p=1123',0,'wpcf7_contact_form','',0),(1124,1,'2021-02-02 10:13:47','2021-02-02 10:13:47','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','publish','closed','closed','','contact','','','2021-02-12 05:45:12','2021-02-12 05:45:12','',0,'http://demoweblinks.in/amaeka-wp/?page_id=1124',0,'page','',0),(1125,1,'2021-02-02 10:13:47','2021-02-02 10:13:47','','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 10:13:47','2021-02-02 10:13:47','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1126,1,'2021-02-02 10:13:48','2021-02-02 10:13:48','','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 10:13:48','2021-02-02 10:13:48','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1128,1,'2021-02-02 10:17:28','2021-02-02 10:17:28','','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 10:17:28','2021-02-02 10:17:28','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1129,1,'2021-02-02 10:17:28','2021-02-02 10:17:28','','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 10:17:28','2021-02-02 10:17:28','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1130,1,'2021-02-02 10:17:28','2021-02-02 10:17:28','[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 10:17:28','2021-02-02 10:17:28','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1132,1,'2021-02-02 11:50:08','2021-02-02 11:50:08','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-02 11:50:08','2021-02-02 11:50:08','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1133,1,'2021-02-02 11:50:08','2021-02-02 11:50:08','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-02 11:50:08','2021-02-02 11:50:08','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1134,1,'2021-02-02 11:50:08','2021-02-02 11:50:08','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-02 11:50:08','2021-02-02 11:50:08','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1135,1,'2021-02-02 12:16:20','2021-02-02 12:16:20','[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:16:20','2021-02-02 12:16:20','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1136,1,'2021-02-02 12:16:20','2021-02-02 12:16:20','[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:16:20','2021-02-02 12:16:20','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1137,1,'2021-02-02 12:16:20','2021-02-02 12:16:20','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:16:20','2021-02-02 12:16:20','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1138,1,'2021-02-02 12:18:04','2021-02-02 12:18:04','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:18:04','2021-02-02 12:18:04','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1139,1,'2021-02-02 12:18:04','2021-02-02 12:18:04','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:18:04','2021-02-02 12:18:04','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1140,1,'2021-02-02 12:18:04','2021-02-02 12:18:04','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:18:04','2021-02-02 12:18:04','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1142,1,'2021-02-02 12:29:22','2021-02-02 12:29:22','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:29:22','2021-02-02 12:29:22','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1143,1,'2021-02-02 12:29:22','2021-02-02 12:29:22','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:29:22','2021-02-02 12:29:22','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1144,1,'2021-02-02 12:29:22','2021-02-02 12:29:22','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:29:22','2021-02-02 12:29:22','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1145,1,'2021-02-02 12:30:02','2021-02-02 12:30:02','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:30:02','2021-02-02 12:30:02','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1146,1,'2021-02-02 12:30:02','2021-02-02 12:30:02','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:30:02','2021-02-02 12:30:02','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1147,1,'2021-02-02 12:30:02','2021-02-02 12:30:02','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:30:02','2021-02-02 12:30:02','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1148,1,'2021-02-02 12:30:51','2021-02-02 12:30:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:30:51','2021-02-02 12:30:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1149,1,'2021-02-02 12:30:51','2021-02-02 12:30:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:30:51','2021-02-02 12:30:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1150,1,'2021-02-02 12:30:51','2021-02-02 12:30:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:30:51','2021-02-02 12:30:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1151,1,'2021-02-02 12:31:35','2021-02-02 12:31:35','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:31:35','2021-02-02 12:31:35','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1152,1,'2021-02-02 12:31:35','2021-02-02 12:31:35','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]<p>INDIA KOCHI</p><p>1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</p><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:31:35','2021-02-02 12:31:35','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1153,1,'2021-02-02 12:31:35','2021-02-02 12:31:35','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.\n<a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:31:35','2021-02-02 12:31:35','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1155,1,'2021-02-02 12:36:31','2021-02-02 12:36:31','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.\n<a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:36:31','2021-02-02 12:36:31','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1156,1,'2021-02-02 12:36:31','2021-02-02 12:36:31','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.\n<a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:36:31','2021-02-02 12:36:31','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1157,1,'2021-02-02 12:36:31','2021-02-02 12:36:31','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n<li>1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n<li><a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>\n<p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:36:31','2021-02-02 12:36:31','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1158,1,'2021-02-02 12:37:19','2021-02-02 12:37:19','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n<li>1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n<li><a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>\n<p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:37:19','2021-02-02 12:37:19','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1159,1,'2021-02-02 12:37:19','2021-02-02 12:37:19','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n<li>1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n<li><a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>\n<p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:37:19','2021-02-02 12:37:19','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1160,1,'2021-02-02 12:37:19','2021-02-02 12:37:19','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:37:19','2021-02-02 12:37:19','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1161,1,'2021-02-02 12:38:51','2021-02-02 12:38:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:38:51','2021-02-02 12:38:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1162,1,'2021-02-02 12:38:51','2021-02-02 12:38:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:38:51','2021-02-02 12:38:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1163,1,'2021-02-02 12:38:51','2021-02-02 12:38:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:38:51','2021-02-02 12:38:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1164,1,'2021-02-02 12:39:23','2021-02-02 12:39:23','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:39:23','2021-02-02 12:39:23','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1165,1,'2021-02-02 12:39:23','2021-02-02 12:39:23','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:39:23','2021-02-02 12:39:23','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1166,1,'2021-02-02 12:39:23','2021-02-02 12:39:23','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:39:23','2021-02-02 12:39:23','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1167,1,'2021-02-02 12:39:36','2021-02-02 12:39:36','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:39:36','2021-02-02 12:39:36','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1168,1,'2021-02-02 12:39:36','2021-02-02 12:39:36','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:39:36','2021-02-02 12:39:36','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1169,1,'2021-02-02 12:39:36','2021-02-02 12:39:36','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:39:36','2021-02-02 12:39:36','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1171,1,'2021-02-02 12:48:00','2021-02-02 12:48:00','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:48:00','2021-02-02 12:48:00','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1172,1,'2021-02-02 12:48:00','2021-02-02 12:48:00','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:48:00','2021-02-02 12:48:00','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1173,1,'2021-02-02 12:48:00','2021-02-02 12:48:00','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li>\n1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:48:00','2021-02-02 12:48:00','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1174,1,'2021-02-02 12:49:57','2021-02-02 12:49:57','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li>\n1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:49:57','2021-02-02 12:49:57','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1175,1,'2021-02-02 12:49:57','2021-02-02 12:49:57','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li>\n1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul><p>BANGALORE</p><p>#53, 6th Cross, Maruthi Layout,<br />Basaveshwaranagar Bangalore, Karnataka<br /><a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:49:57','2021-02-02 12:49:57','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1176,1,'2021-02-02 12:49:57','2021-02-02 12:49:57','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		<p>INDIA KOCHI</p><ul><li><br />1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</li><li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li></ul>INDIA KOCHI\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:49:57','2021-02-02 12:49:57','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1177,1,'2021-02-02 12:50:25','2021-02-02 12:50:25','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		<p>INDIA KOCHI</p><ul><li><br />1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</li><li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li></ul>INDIA KOCHI\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:50:25','2021-02-02 12:50:25','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1178,1,'2021-02-02 12:50:26','2021-02-02 12:50:26','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		<p>INDIA KOCHI</p><ul><li><br />1st floor, Geo Infopark,<br />Infopark Campus, Kakkanad, Kochi, Kerala.</li><li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li></ul>INDIA KOCHI\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:50:26','2021-02-02 12:50:26','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1179,1,'2021-02-02 12:50:26','2021-02-02 12:50:26','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 12:50:26','2021-02-02 12:50:26','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1180,1,'2021-02-02 13:01:42','2021-02-02 13:01:42','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:01:42','2021-02-02 13:01:42','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1181,1,'2021-02-02 13:01:42','2021-02-02 13:01:42','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:01:42','2021-02-02 13:01:42','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1182,1,'2021-02-02 13:01:43','2021-02-02 13:01:43','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:01:43','2021-02-02 13:01:43','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1183,1,'2021-02-02 13:04:46','2021-02-02 13:04:46','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:04:46','2021-02-02 13:04:46','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1184,1,'2021-02-02 13:04:46','2021-02-02 13:04:46','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:04:46','2021-02-02 13:04:46','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1185,1,'2021-02-02 13:04:46','2021-02-02 13:04:46','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:04:46','2021-02-02 13:04:46','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1186,1,'2021-02-02 13:17:07','2021-02-02 13:17:07','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:17:07','2021-02-02 13:17:07','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1187,1,'2021-02-02 13:17:07','2021-02-02 13:17:07','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:17:07','2021-02-02 13:17:07','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1188,1,'2021-02-02 13:17:07','2021-02-02 13:17:07','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:17:07','2021-02-02 13:17:07','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1189,1,'2021-02-02 13:19:55','2021-02-02 13:19:55','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:19:55','2021-02-02 13:19:55','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1190,1,'2021-02-02 13:19:55','2021-02-02 13:19:55','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:19:55','2021-02-02 13:19:55','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1191,1,'2021-02-02 13:19:55','2021-02-02 13:19:55','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:19:55','2021-02-02 13:19:55','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1193,1,'2021-02-02 13:24:20','2021-02-02 13:24:20','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 30px;\n    position: relative;\n    padding-left: 20px;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:24:20','2021-02-02 13:24:20','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1195,1,'2021-02-02 13:24:57','2021-02-02 13:24:57','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 30px;\n    position: relative;\n    padding-left: 20px;\n}\n.dt-sc-contact-info span {\n    float: left;\n    margin: 3px 10px 0 0;\n    font-size: 24px;\n    width: 30px;\n    text-align: center;\n    position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:24:57','2021-02-02 13:24:57','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1197,1,'2021-02-02 13:26:43','2021-02-02 13:26:43','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 30px;\n    position: relative;\n    padding-left: 20px;\n}\n.dt-sc-contact-info span {\n    float: left;\n    margin: 3px 10px 0 0;\n    font-size: 24px;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:26:43','2021-02-02 13:26:43','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1198,1,'2021-02-02 13:29:18','2021-02-02 13:29:18','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:29:18','2021-02-02 13:29:18','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1199,1,'2021-02-02 13:29:18','2021-02-02 13:29:18','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:29:18','2021-02-02 13:29:18','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1200,1,'2021-02-02 13:29:18','2021-02-02 13:29:18','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\nAL NAHDA 2, DUBAI, UAE\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:29:18','2021-02-02 13:29:18','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1202,1,'2021-02-02 13:32:27','2021-02-02 13:32:27','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\nAL NAHDA 2, DUBAI, UAE\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:32:27','2021-02-02 13:32:27','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1203,1,'2021-02-02 13:32:27','2021-02-02 13:32:27','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul>BANGALORE\n<ul>\n 	<li>\n</li>\n 	<li> <a href=\"mailto:blr@amaeka.com\">blr@amaeka.com</a></li>\n</ul>\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\nAL NAHDA 2, DUBAI, UAE\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:32:27','2021-02-02 13:32:27','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1204,1,'2021-02-02 13:32:27','2021-02-02 13:32:27','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n <a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a><br> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:32:27','2021-02-02 13:32:27','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1205,1,'2021-02-02 13:33:51','2021-02-02 13:33:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n <a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a><br> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:33:51','2021-02-02 13:33:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1206,1,'2021-02-02 13:33:51','2021-02-02 13:33:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n <a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a><br> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:33:51','2021-02-02 13:33:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1207,1,'2021-02-02 13:33:51','2021-02-02 13:33:51','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a><br> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:33:51','2021-02-02 13:33:51','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1208,1,'2021-02-02 13:34:00','2021-02-02 13:34:00','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a><br> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:34:00','2021-02-02 13:34:00','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1209,1,'2021-02-02 13:34:00','2021-02-02 13:34:00','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a><br> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:34:00','2021-02-02 13:34:00','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1210,1,'2021-02-02 13:34:00','2021-02-02 13:34:00','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:34:00','2021-02-02 13:34:00','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1212,1,'2021-02-02 13:35:45','2021-02-02 13:35:45','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35x;\n    position: relative;\n    padding-left: 20px;\n}\n.dt-sc-contact-info span {\n    float: left;\n    margin: 3px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:35:45','2021-02-02 13:35:45','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1213,1,'2021-02-02 13:37:04','2021-02-02 13:37:04','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:37:04','2021-02-02 13:37:04','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1214,1,'2021-02-02 13:37:04','2021-02-02 13:37:04','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		INDIA KOCHI\n<ul>\n 	<li> 1st floor, Geo Infopark,\nInfopark Campus, Kakkanad, Kochi, Kerala.</li>\n 	<li> <a href=\"mailto:cok@amaeka.com\">cok@amaeka.com</a></li>\n</ul> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:37:04','2021-02-02 13:37:04','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1215,1,'2021-02-02 13:37:04','2021-02-02 13:37:04','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:37:04','2021-02-02 13:37:04','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1216,1,'2021-02-02 13:37:16','2021-02-02 13:37:16','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:37:16','2021-02-02 13:37:16','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1217,1,'2021-02-02 13:37:16','2021-02-02 13:37:16','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a> \n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a> \nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:37:16','2021-02-02 13:37:16','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1218,1,'2021-02-02 13:37:16','2021-02-02 13:37:16','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>BANGLORE\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n&nbsp;\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:37:16','2021-02-02 13:37:16','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1219,1,'2021-02-02 13:38:59','2021-02-02 13:38:59','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>BANGLORE\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n&nbsp;\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:38:59','2021-02-02 13:38:59','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1220,1,'2021-02-02 13:38:59','2021-02-02 13:38:59','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>BANGLORE\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n&nbsp;\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:38:59','2021-02-02 13:38:59','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1221,1,'2021-02-02 13:38:59','2021-02-02 13:38:59','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n &nbsp;\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n&nbsp;\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:38:59','2021-02-02 13:38:59','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1222,1,'2021-02-02 13:39:35','2021-02-02 13:39:35','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n &nbsp;\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n&nbsp;\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:39:35','2021-02-02 13:39:35','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1223,1,'2021-02-02 13:39:35','2021-02-02 13:39:35','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n &nbsp;\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n&nbsp;\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n&nbsp;\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:39:35','2021-02-02 13:39:35','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1224,1,'2021-02-02 13:39:35','2021-02-02 13:39:35','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n &nbsp;\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:39:35','2021-02-02 13:39:35','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1225,1,'2021-02-02 13:40:27','2021-02-02 13:40:27','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n &nbsp;\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:40:27','2021-02-02 13:40:27','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1226,1,'2021-02-02 13:40:27','2021-02-02 13:40:27','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n &nbsp;\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:40:27','2021-02-02 13:40:27','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1227,1,'2021-02-02 13:40:27','2021-02-02 13:40:27','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:40:27','2021-02-02 13:40:27','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1228,1,'2021-02-02 13:40:48','2021-02-02 13:40:48','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:40:48','2021-02-02 13:40:48','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1229,1,'2021-02-02 13:40:48','2021-02-02 13:40:48','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\nSUITE NO. 510, AL MURJAN&nbsp;TOWER,\nAL NAHDA 2, DUBAI, UAE\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:40:48','2021-02-02 13:40:48','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1230,1,'2021-02-02 13:40:48','2021-02-02 13:40:48','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:40:48','2021-02-02 13:40:48','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1232,1,'2021-02-02 13:42:01','2021-02-02 13:42:01','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35x;\n    position: relative;\n    padding-left: 20px;\n}\n.dt-sc-contact-info span {\n    float: left;\n	color:#2f9f97;\n    margin: 3px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:42:01','2021-02-02 13:42:01','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1233,1,'2021-02-02 13:42:49','2021-02-02 13:42:49','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:42:49','2021-02-02 13:42:49','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1234,1,'2021-02-02 13:42:49','2021-02-02 13:42:49','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:42:49','2021-02-02 13:42:49','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1235,1,'2021-02-02 13:42:49','2021-02-02 13:42:49','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		<p>KOCHI</p><p> </p><p>1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala</p><a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com<br /></a>BANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:42:49','2021-02-02 13:42:49','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1236,1,'2021-02-02 13:43:13','2021-02-02 13:43:13','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		<p>KOCHI</p><p> </p><p>1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala</p><a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com<br /></a>BANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:43:13','2021-02-02 13:43:13','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1237,1,'2021-02-02 13:43:13','2021-02-02 13:43:13','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		<p>KOCHI</p><p> </p><p>1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala</p><a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com<br /></a>BANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:43:13','2021-02-02 13:43:13','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1238,1,'2021-02-02 13:43:13','2021-02-02 13:43:13','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n&nbsp;\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:43:13','2021-02-02 13:43:13','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1239,1,'2021-02-02 13:43:47','2021-02-02 13:43:47','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n&nbsp;\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:43:47','2021-02-02 13:43:47','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1240,1,'2021-02-02 13:43:47','2021-02-02 13:43:47','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n&nbsp;\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:43:47','2021-02-02 13:43:47','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1241,1,'2021-02-02 13:43:47','2021-02-02 13:43:47','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-02 13:43:47','2021-02-02 13:43:47','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1243,1,'2021-02-02 13:44:49','2021-02-02 13:44:49','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35p;\n    position: relative;\n    padding-left: 20px;\n}\n.dt-sc-contact-info span {\n    float: left;\n	color:#2f9f97;\n    margin: 3px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:44:49','2021-02-02 13:44:49','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1245,1,'2021-02-02 13:44:54','2021-02-02 13:44:54','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px;\n    position: relative;\n    padding-left: 20px;\n}\n.dt-sc-contact-info span {\n    float: left;\n	color:#2f9f97;\n    margin: 3px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:44:54','2021-02-02 13:44:54','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1247,1,'2021-02-02 13:45:52','2021-02-02 13:45:52','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px;\n    position: relative;\n    padding-left: 20px;\n}\n.dt-sc-contact-info span {\n    float: left;\n	color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:45:52','2021-02-02 13:45:52','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1249,1,'2021-02-02 13:45:58','2021-02-02 13:45:58','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px;\n    position: relative;\n    padding-left: 25px;\n}\n.dt-sc-contact-info span {\n    float: left;\n	color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-02 13:45:58','2021-02-02 13:45:58','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1252,1,'2021-02-03 04:11:01','2021-02-03 04:11:01','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-03 04:11:01','2021-02-03 04:11:01','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1254,1,'2021-02-03 04:11:41','2021-02-03 04:11:41','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-03 04:11:41','2021-02-03 04:11:41','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1255,1,'2021-02-03 04:36:47','2021-02-03 04:36:47','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-03 04:36:47','2021-02-03 04:36:47','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1256,1,'2021-02-03 04:36:47','2021-02-03 04:36:47','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-03 04:36:47','2021-02-03 04:36:47','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1257,1,'2021-02-03 04:36:47','2021-02-03 04:36:47','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-03 04:36:47','2021-02-03 04:36:47','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1258,1,'2021-02-03 04:38:28','2021-02-03 04:38:28','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-03 04:38:28','2021-02-03 04:38:28','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1259,1,'2021-02-03 04:38:28','2021-02-03 04:38:28','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]		\n		KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-03 04:38:28','2021-02-03 04:38:28','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1260,1,'2021-02-03 04:38:28','2021-02-03 04:38:28','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-03 04:38:28','2021-02-03 04:38:28','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1261,1,'2021-02-03 06:37:29','2021-02-03 06:37:29','','ios','','publish','closed','closed','','ios-2','','','2022-02-09 13:34:30','2022-02-09 13:34:30','',0,'http://demoweblinks.in/amaeka-wp/?post_type=clients&#038;p=1261',0,'clients','',0),(1262,1,'2021-02-03 06:37:24','2021-02-03 06:37:24','','ios','','inherit','open','closed','','ios-2','','','2021-02-03 06:37:24','2021-02-03 06:37:24','',1261,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/ios.png',0,'attachment','image/png',0),(1264,1,'2021-02-03 06:41:18','2021-02-03 06:41:18','','wordpress','','publish','closed','closed','','wordpress','','','2022-02-11 05:41:09','2022-02-11 05:41:09','',0,'http://demoweblinks.in/amaeka-wp/?post_type=clients&#038;p=1264',0,'clients','',0),(1269,1,'2021-02-03 11:58:52','2021-02-03 11:58:52','','Why You Choose Us','','publish','closed','closed','','why-you-choose-us-2','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1269',5,'nav_menu_item','',0),(1270,1,'2021-02-03 11:58:52','2021-02-03 11:58:52','','Our Team','','publish','closed','closed','','our-team','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1270',6,'nav_menu_item','',0),(1271,1,'2021-02-03 11:58:52','2021-02-03 11:58:52','','Our Clients','','publish','closed','closed','','our-clients-2','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1271',7,'nav_menu_item','',0),(1272,1,'2021-02-03 11:58:52','2021-02-03 11:58:52','','Client About Us','','publish','closed','closed','','client-about-us-2','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1272',8,'nav_menu_item','',0),(1273,1,'2021-02-03 12:00:56','2021-02-03 12:00:56','','What We Do','','publish','closed','closed','','what-we-do-3','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1273',9,'nav_menu_item','',0),(1274,1,'2021-02-03 12:00:56','2021-02-03 12:00:56','','Careers','','publish','closed','closed','','careers','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1274',11,'nav_menu_item','',0),(1275,1,'2021-02-03 12:00:56','2021-02-03 12:00:56','','Get a Quote','','publish','closed','closed','','get-a-quote','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1275',12,'nav_menu_item','',0),(1276,1,'2021-02-03 12:01:27','2021-02-03 12:01:27','','Say Hello','','publish','closed','closed','','say-hello','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1276',13,'nav_menu_item','',0),(1278,1,'2021-02-03 12:10:04','2021-02-03 12:10:04','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:10:04','2021-02-03 12:10:04','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1279,1,'2021-02-03 12:10:04','2021-02-03 12:10:04','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<p>let\'s start</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Our company was founded				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Research Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Design Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Development Phase				                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Deployment Phase				                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n														              <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/coding.png\" alt=\"coding\"/>\n				                 Support Phase				                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:10:04','2021-02-03 12:10:04','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1280,1,'2021-02-03 12:10:04','2021-02-03 12:10:04','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Our company was founded					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:10:04','2021-02-03 12:10:04','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1281,1,'2021-02-03 12:16:24','2021-02-03 12:16:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Our company was founded					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:16:24','2021-02-03 12:16:24','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1282,1,'2021-02-03 12:16:24','2021-02-03 12:16:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Our company was founded					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<p>let\'s review</p>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:16:24','2021-02-03 12:16:24','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1283,1,'2021-02-03 12:16:24','2021-02-03 12:16:24','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Our company was founded					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:16:24','2021-02-03 12:16:24','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1284,1,'2021-02-03 12:17:19','2021-02-03 12:17:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Our company was founded					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:17:19','2021-02-03 12:17:19','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1285,1,'2021-02-03 12:17:19','2021-02-03 12:17:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Our company was founded					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:17:19','2021-02-03 12:17:19','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1286,1,'2021-02-03 12:17:19','2021-02-03 12:17:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:17:19','2021-02-03 12:17:19','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1287,1,'2021-02-03 12:19:59','2021-02-03 12:19:59','','How We Work','','publish','closed','closed','','how-we-work-2','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1287',4,'nav_menu_item','',0),(1288,1,'2021-02-03 12:21:20','2021-02-03 12:21:20','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:21:20','2021-02-03 12:21:20','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1289,1,'2021-02-03 12:21:20','2021-02-03 12:21:20','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:21:20','2021-02-03 12:21:20','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1290,1,'2021-02-03 12:21:20','2021-02-03 12:21:20','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-03 12:21:20','2021-02-03 12:21:20','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1292,1,'2021-02-03 12:59:29','2021-02-03 12:59:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-03 12:59:29','2021-02-03 12:59:29','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1293,1,'2021-02-03 12:59:29','2021-02-03 12:59:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>		\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-03 12:59:29','2021-02-03 12:59:29','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1294,1,'2021-02-03 12:59:29','2021-02-03 12:59:29','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-03 12:59:29','2021-02-03 12:59:29','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1297,1,'2021-02-03 14:56:19','2021-02-03 14:56:19','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.timeline:last-child .line {\n    display: none;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-03 14:56:19','2021-02-03 14:56:19','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1299,1,'2021-02-03 14:57:31','2021-02-03 14:57:31','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-03 14:57:31','2021-02-03 14:57:31','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1301,1,'2021-02-04 04:45:33','2021-02-04 04:45:33','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 04:45:33','2021-02-04 04:45:33','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1302,1,'2021-02-04 04:48:50','2021-02-04 04:48:50','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:48:50','2021-02-04 04:48:50','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1303,1,'2021-02-04 04:48:50','2021-02-04 04:48:50','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS<a href=\"#\">ARE YOU UP FOR IT</a>\n			<p>Our small team is growing fast. We’d love your help in making\n            AMAEKA truly special. check opportunity <a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:48:50','2021-02-04 04:48:50','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1304,1,'2021-02-04 04:48:50','2021-02-04 04:48:50','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making</p>\n            AMAEKA truly special. check opportunity \n<a href=\"#\">ARE YOU UP FOR IT</a>\n			<p><a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:48:50','2021-02-04 04:48:50','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1305,1,'2021-02-04 04:49:42','2021-02-04 04:49:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making</p>\n            AMAEKA truly special. check opportunity \n<a href=\"#\">ARE YOU UP FOR IT</a>\n			<p><a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:49:42','2021-02-04 04:49:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1306,1,'2021-02-04 04:49:42','2021-02-04 04:49:42','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making</p>\n            AMAEKA truly special. check opportunity \n<a href=\"#\">ARE YOU UP FOR IT</a>\n			<p><a href=\"career.html\">here</a></p>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:49:42','2021-02-04 04:49:42','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1307,1,'2021-02-04 04:49:43','2021-02-04 04:49:43','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p> \n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:49:43','2021-02-04 04:49:43','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1309,1,'2021-02-04 04:57:38','2021-02-04 04:57:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p> \n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:57:38','2021-02-04 04:57:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1310,1,'2021-02-04 04:57:38','2021-02-04 04:57:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\n		BE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p> \n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:57:38','2021-02-04 04:57:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1311,1,'2021-02-04 04:57:38','2021-02-04 04:57:38','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:57:38','2021-02-04 04:57:38','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1312,1,'2021-02-04 04:59:26','2021-02-04 04:59:26','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:59:26','2021-02-04 04:59:26','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1313,1,'2021-02-04 04:59:26','2021-02-04 04:59:26','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:59:26','2021-02-04 04:59:26','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1314,1,'2021-02-04 04:59:26','2021-02-04 04:59:26','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.  </p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 04:59:26','2021-02-04 04:59:26','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1315,1,'2021-02-04 05:00:09','2021-02-04 05:00:09','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.  </p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:00:09','2021-02-04 05:00:09','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1316,1,'2021-02-04 05:00:09','2021-02-04 05:00:09','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.  </p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:00:09','2021-02-04 05:00:09','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1317,1,'2021-02-04 05:00:09','2021-02-04 05:00:09','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.  </p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:00:09','2021-02-04 05:00:09','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1318,1,'2021-02-04 05:00:56','2021-02-04 05:00:56','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.  </p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:00:56','2021-02-04 05:00:56','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1319,1,'2021-02-04 05:00:56','2021-02-04 05:00:56','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.  </p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:00:56','2021-02-04 05:00:56','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1320,1,'2021-02-04 05:00:56','2021-02-04 05:00:56','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:00:56','2021-02-04 05:00:56','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1322,1,'2021-02-04 05:07:09','2021-02-04 05:07:09','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:07:09','2021-02-04 05:07:09','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1323,1,'2021-02-04 05:07:09','2021-02-04 05:07:09','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:07:09','2021-02-04 05:07:09','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1324,1,'2021-02-04 05:07:09','2021-02-04 05:07:09','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nLet\'s do\n<p>Amazing Things Together.</p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:07:09','2021-02-04 05:07:09','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1326,1,'2021-02-04 05:23:04','2021-02-04 05:23:04','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.cl-out-safe .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    /*padding:25px 35px 20px 35px;*/\n}\n\n.cl-out-safe .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.cl-out-safe .we-live-border .border.top {\n    height: 6px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.right {\n    height: 100%;\n    width: 6px;\n    top: 0px;\n    right: 0px;\n}\n\n.cl-out-safe .we-live-border .border.bottom {\n    height: 6px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.left {\n    height: 100%;\n    width: 6px;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.cl-out-safe .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.cl-out-safe .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.cl-out-safe .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.cl-out-safe .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:23:04','2021-02-04 05:23:04','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1327,1,'2021-02-04 05:25:54','2021-02-04 05:25:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nLet\'s do\n<p>Amazing Things Together.</p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:25:54','2021-02-04 05:25:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1328,1,'2021-02-04 05:25:54','2021-02-04 05:25:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nLet\'s do\n<p>Amazing Things Together.</p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:25:54','2021-02-04 05:25:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1329,1,'2021-02-04 05:25:54','2021-02-04 05:25:54','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:25:54','2021-02-04 05:25:54','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1330,1,'2021-02-04 05:27:24','2021-02-04 05:27:24','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:27:24','2021-02-04 05:27:24','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1331,1,'2021-02-04 05:27:24','2021-02-04 05:27:24','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:27:24','2021-02-04 05:27:24','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1332,1,'2021-02-04 05:27:24','2021-02-04 05:27:24','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:27:24','2021-02-04 05:27:24','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1334,1,'2021-02-04 05:29:55','2021-02-04 05:29:55','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.cl-out-safe .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.cl-out-safe .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.cl-out-safe .we-live-border .border.top {\n    height: 6px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.right {\n    height: 100%;\n    width: 6px;\n    top: 0px;\n    right: 0px;\n}\n\n.cl-out-safe .we-live-border .border.bottom {\n    height: 6px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.left {\n    height: 100%;\n    width: 6px;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.cl-out-safe .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.cl-out-safe .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.cl-out-safe .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.cl-out-safe .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:29:55','2021-02-04 05:29:55','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1336,1,'2021-02-04 05:31:58','2021-02-04 05:31:58','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.cl-out-safe .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.cl-out-safe .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.cl-out-safe .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.cl-out-safe .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.cl-out-safe .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.cl-out-safe .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.cl-out-safe .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.cl-out-safe .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:31:58','2021-02-04 05:31:58','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1337,1,'2021-02-04 05:33:12','2021-02-04 05:33:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:33:12','2021-02-04 05:33:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1338,1,'2021-02-04 05:33:12','2021-02-04 05:33:12','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:33:12','2021-02-04 05:33:12','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1339,1,'2021-02-04 05:33:13','2021-02-04 05:33:13','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:33:13','2021-02-04 05:33:13','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1341,1,'2021-02-04 05:34:40','2021-02-04 05:34:40','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.cl-out-safe .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.cl-out-safe .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.cl-out-safe .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.cl-out-safe .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.cl-out-safe .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.cl-out-safe .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.cl-out-safe .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.cl-out-safe .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.cl-out-safe .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:34:40','2021-02-04 05:34:40','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1342,1,'2021-02-04 05:35:25','2021-02-04 05:35:25','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:35:25','2021-02-04 05:35:25','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1343,1,'2021-02-04 05:35:25','2021-02-04 05:35:25','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\nOur small team is growing fast. We’d love your help in making AMAEKA truly special.\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:35:25','2021-02-04 05:35:25','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1344,1,'2021-02-04 05:35:25','2021-02-04 05:35:25','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 05:35:25','2021-02-04 05:35:25','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1346,1,'2021-02-04 05:38:18','2021-02-04 05:38:18','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:38:18','2021-02-04 05:38:18','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1348,1,'2021-02-04 05:50:39','2021-02-04 05:50:39','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:50:39','2021-02-04 05:50:39','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1350,1,'2021-02-04 05:53:01','2021-02-04 05:53:01','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:53:01','2021-02-04 05:53:01','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1352,1,'2021-02-04 05:53:51','2021-02-04 05:53:51','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-04 05:53:51','2021-02-04 05:53:51','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1353,1,'2021-02-04 06:45:59','2021-02-04 06:45:59',' ','','','publish','closed','closed','','1353','','','2021-02-10 11:14:17','2021-02-10 11:14:17','',0,'http://demoweblinks.in/amaeka-wp/?p=1353',1,'nav_menu_item','',0),(1354,1,'2021-02-04 08:39:50','2021-02-04 08:39:50','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 08:39:50','2021-02-04 08:39:50','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1355,1,'2021-02-04 08:39:51','2021-02-04 08:39:51','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 08:39:51','2021-02-04 08:39:51','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1356,1,'2021-02-04 08:39:51','2021-02-04 08:39:51','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-04 08:39:51','2021-02-04 08:39:51','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1359,1,'2021-02-05 05:52:35','2021-02-05 05:52:35','','world map','','publish','closed','closed','','world-map','','','2021-02-05 11:31:21','2021-02-05 11:31:21','',0,'http://demoweblinks.in/amaeka-wp/?post_type=igmap&#038;p=1359',0,'igmap','',0),(1360,1,'2021-02-05 06:30:49','2021-02-05 06:30:49','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-05 06:30:49','2021-02-05 06:30:49','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1361,1,'2021-02-05 06:30:49','2021-02-05 06:30:49','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-05 06:30:49','2021-02-05 06:30:49','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1362,1,'2021-02-05 06:30:49','2021-02-05 06:30:49','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>\n		[display-map id=\'1359\']','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-05 06:30:49','2021-02-05 06:30:49','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1368,1,'2021-02-05 11:16:33','2021-02-05 11:16:33','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-05 11:16:33','2021-02-05 11:16:33','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1370,1,'2021-02-05 11:51:06','2021-02-05 11:51:06','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-05 11:51:06','2021-02-05 11:51:06','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1371,1,'2021-02-05 12:15:40','2021-02-05 12:15:40','','Say Hello','','publish','closed','closed','','say-hello-2','','','2021-02-05 12:16:51','2021-02-05 12:16:51','',0,'http://demoweblinks.in/amaeka-wp/?p=1371',7,'nav_menu_item','',0),(1373,1,'2021-02-09 06:48:24','2021-02-09 06:48:24','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n.lft-mnu-safe #nav-item.active{\n    	background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 06:48:24','2021-02-09 06:48:24','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1375,1,'2021-02-09 06:50:20','2021-02-09 06:50:20','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n.lft-mnu-safe .navbar-nav #nav-item.active{\n    	background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 06:50:20','2021-02-09 06:50:20','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1377,1,'2021-02-09 06:51:46','2021-02-09 06:51:46','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n.lft-mnu-safe ul li.active{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 06:51:46','2021-02-09 06:51:46','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1379,1,'2021-02-09 06:52:49','2021-02-09 06:52:49','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n.lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n}','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 06:52:49','2021-02-09 06:52:49','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1381,1,'2021-02-09 07:08:27','2021-02-09 07:08:27','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 07:08:27','2021-02-09 07:08:27','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1383,1,'2021-02-09 13:06:33','2021-02-09 13:06:33','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-09 13:06:33','2021-02-09 13:06:33','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1384,1,'2021-02-09 13:06:33','2021-02-09 13:06:33','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-09 13:06:33','2021-02-09 13:06:33','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1385,1,'2021-02-09 13:06:33','2021-02-09 13:06:33','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-09 13:06:33','2021-02-09 13:06:33','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1387,1,'2021-02-09 13:06:49','2021-02-09 13:06:49','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 13:06:49','2021-02-09 13:06:49','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1389,1,'2021-02-09 13:07:06','2021-02-09 13:07:06','','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 13:07:06','2021-02-09 13:07:06','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1391,1,'2021-02-09 13:07:21','2021-02-09 13:07:21','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-09 13:07:21','2021-02-09 13:07:21','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1392,1,'2021-02-09 13:08:45','2021-02-09 13:08:45','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>\n		[display-map id=\'1359\']','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-09 13:08:45','2021-02-09 13:08:45','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1393,1,'2021-02-09 13:08:45','2021-02-09 13:08:45','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>\n		[display-map id=\'1359\']','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-09 13:08:45','2021-02-09 13:08:45','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1394,1,'2021-02-09 13:08:45','2021-02-09 13:08:45','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-09 13:08:45','2021-02-09 13:08:45','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1395,1,'2021-02-09 13:25:02','2021-02-09 13:25:02','\n<h1>Doc Net</h1>\nDocument is a cloud-based platform where Law and Financial institutions can track, store and manage their work-related documents.This paperless document management system has separate DMS modules for both Law and Financial companies. Even though the basic architecture of the system is the same, it includes highly customized options for both the industries. The integrated task management system of this DMS helps to track tasks such as collecting information, uploading documents, scheduling meetings in an effective manner. This platform is a highly secured platform where financial and law firms can access their critical information irrespective of time and location and thereby provides complete control over their documents.\n\n<hr class=\"thin-line2\" />\n\n\n\n<h1>Key Features</h1>\n<ul>\n 	<li><p>Centralized storage solution with the highest level of security</p></li>\n 	<li><p>Integrated task management system for tracking activities of users</p></li>\n 	<li><p>Google drive integration</p></li>\n 	<li><p>Instant information access<</li>\n 	<li>Tree view for displaying and managing documents</li>\n 	<li>Multi Company, multi branch compatibility</li>\n 	<li>Integrated chat for instant messaging among users</li>\n 	<li>Email integration</li>\n 	<li>Platforms</li>\n 	<li>WEB</li>\n</ul>\n','Document Management','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,','inherit','closed','closed','','477-autosave-v1','','','2021-02-09 13:25:02','2021-02-09 13:25:02','',477,'http://demoweblinks.in/amaeka-wp/477-autosave-v1/',0,'revision','',0),(1397,1,'2021-02-10 05:19:05','2021-02-10 05:19:05','<article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 05:19:05','2021-02-10 05:19:05','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1398,1,'2021-02-10 05:19:05','2021-02-10 05:19:05','<article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Open Imagination</h3>\n						               Media\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 05:19:05','2021-02-10 05:19:05','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1399,1,'2021-02-10 05:19:05','2021-02-10 05:19:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.test\'>test</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 05:19:05','2021-02-10 05:19:05','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1401,1,'2021-02-10 06:34:31','2021-02-10 06:34:31','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/*portfolio new*/\n.section {\n  padding: 30px 0;\n  color: #333;\n}\n.section .top-side {\n  text-align: center;\n}\n.section .top-side .title {\n  font-weight: 500;\n  font-size: 15px;\n  display: inline-block;\n}\n.section .top-side .title:after {\n  content: \"\";\n  display: block;\n  width: 50%;\n  border-bottom: 1px solid #494949;\n  margin: 8px auto;\n}\n.section .top-side h2 {\n  font-weight: 700;\n}\n.section.portfolio .filters {\n  text-align: center;\n  margin-top: 50px;\n}\n.section.portfolio .filters ul {\n  padding: 0;\n}\n.section.portfolio .filters ul li {\n  list-style: none;\n  display: inline-block;\n  padding: 20px 30px;\n  cursor: pointer;\n  position: relative;\n}\n.section.portfolio .filters ul li:after {\n  content: \"\";\n  display: block;\n  width: calc(0% - 60px);\n  position: absolute;\n  height: 2px;\n  background: #333;\n  transition: width 350ms ease-out;\n}\n.section.portfolio .filters ul li:hover:after {\n  width: calc(100% - 60px);\n  transition: width 350ms ease-out;\n}\n.section.portfolio .filters ul li.active:after {\n  width: calc(100% - 60px);\n}\n.section.portfolio .filters-content {\n  margin-top: 50px;\n}\n.section.portfolio .filters-content .show {\n  opacity: 1;\n  visibility: visible;\n  transition: all 350ms;\n}\n.section.portfolio .filters-content .hide {\n  opacity: 0;\n  visibility: hidden;\n  transition: all 350ms;\n}\n.section.portfolio .filters-content .item {\n  text-align: center;\n  cursor: pointer;\n  margin-bottom: 30px;\n}\n.section.portfolio .filters-content .item .p-inner {\n  padding: 20px 30px;\n  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);\n}\n.section.portfolio .filters-content .item .p-inner h5 {\n  font-size: 15px;\n}\n.section.portfolio .filters-content .item .p-inner .cat {\n  font-size: 13px;\n}\n.section.portfolio .filters-content .item img {\n  width: 100%;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 06:34:31','2021-02-10 06:34:31','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1403,1,'2021-02-10 06:37:50','2021-02-10 06:37:50','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 20%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 06:37:50','2021-02-10 06:37:50','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1404,1,'2021-02-10 07:03:39','2021-02-10 07:03:39','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.test\'>test</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:03:39','2021-02-10 07:03:39','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1405,1,'2021-02-10 07:03:39','2021-02-10 07:03:39','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.test\'>test</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:03:39','2021-02-10 07:03:39','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1406,1,'2021-02-10 07:03:39','2021-02-10 07:03:39','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:03:39','2021-02-10 07:03:39','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1408,1,'2021-02-10 07:11:31','2021-02-10 07:11:31','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:11:31','2021-02-10 07:11:31','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1409,1,'2021-02-10 07:13:53','2021-02-10 07:13:53','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:13:53','2021-02-10 07:13:53','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1410,1,'2021-02-10 07:13:53','2021-02-10 07:13:53','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:13:53','2021-02-10 07:13:53','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1411,1,'2021-02-10 07:13:53','2021-02-10 07:13:53','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:13:53','2021-02-10 07:13:53','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1412,1,'2021-02-10 07:25:10','2021-02-10 07:25:10','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:25:10','2021-02-10 07:25:10','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1413,1,'2021-02-10 07:25:11','2021-02-10 07:25:11','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:25:11','2021-02-10 07:25:11','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1414,1,'2021-02-10 07:25:11','2021-02-10 07:25:11','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:25:11','2021-02-10 07:25:11','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1415,1,'2021-02-10 07:25:49','2021-02-10 07:25:49','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:25:49','2021-02-10 07:25:49','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1416,1,'2021-02-10 07:25:49','2021-02-10 07:25:49','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:25:49','2021-02-10 07:25:49','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1417,1,'2021-02-10 07:25:49','2021-02-10 07:25:49','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:25:49','2021-02-10 07:25:49','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1419,1,'2021-02-10 07:36:25','2021-02-10 07:36:25','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:36:25','2021-02-10 07:36:25','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1420,1,'2021-02-10 07:36:25','2021-02-10 07:36:25','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:36:25','2021-02-10 07:36:25','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1421,1,'2021-02-10 07:36:25','2021-02-10 07:36:25','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:36:25','2021-02-10 07:36:25','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1423,1,'2021-02-10 07:38:53','2021-02-10 07:38:53','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #D83A3A;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #fff;\nwidth: 89%;\npadding: 18px 25px;\ntext-align: left;\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:38:53','2021-02-10 07:38:53','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1424,1,'2021-02-10 07:39:55','2021-02-10 07:39:55','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:39:55','2021-02-10 07:39:55','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1425,1,'2021-02-10 07:39:55','2021-02-10 07:39:55','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:39:55','2021-02-10 07:39:55','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1426,1,'2021-02-10 07:39:55','2021-02-10 07:39:55','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:39:55','2021-02-10 07:39:55','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1427,1,'2021-02-10 07:40:48','2021-02-10 07:40:48','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:40:48','2021-02-10 07:40:48','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1428,1,'2021-02-10 07:40:48','2021-02-10 07:40:48','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:40:48','2021-02-10 07:40:48','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1429,1,'2021-02-10 07:40:48','2021-02-10 07:40:48','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:40:48','2021-02-10 07:40:48','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1430,1,'2021-02-10 07:40:53','2021-02-10 07:40:53','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:40:53','2021-02-10 07:40:53','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1431,1,'2021-02-10 07:40:53','2021-02-10 07:40:53','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:40:53','2021-02-10 07:40:53','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1432,1,'2021-02-10 07:40:53','2021-02-10 07:40:53','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:40:53','2021-02-10 07:40:53','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1434,1,'2021-02-10 07:44:43','2021-02-10 07:44:43','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #D83A3A;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\ntext-align: left;\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:44:43','2021-02-10 07:44:43','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1436,1,'2021-02-10 07:44:47','2021-02-10 07:44:47','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #D83A3A;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:44:47','2021-02-10 07:44:47','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1438,1,'2021-02-10 07:46:55','2021-02-10 07:46:55','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:46:55','2021-02-10 07:46:55','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1440,1,'2021-02-10 07:47:30','2021-02-10 07:47:30','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:47:30','2021-02-10 07:47:30','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1442,1,'2021-02-10 07:48:35','2021-02-10 07:48:35','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 13px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:48:35','2021-02-10 07:48:35','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1444,1,'2021-02-10 07:49:52','2021-02-10 07:49:52','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n#amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n}\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 07:49:52','2021-02-10 07:49:52','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1445,1,'2021-02-10 07:50:14','2021-02-10 07:50:14','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:50:14','2021-02-10 07:50:14','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1446,1,'2021-02-10 07:50:14','2021-02-10 07:50:14','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:50:14','2021-02-10 07:50:14','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1447,1,'2021-02-10 07:50:15','2021-02-10 07:50:15','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-10 07:50:15','2021-02-10 07:50:15','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1451,1,'2021-02-10 09:45:52','2021-02-10 09:45:52','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n.say-hlo-safe {\n    display: inline;\n    justify-content: center;\n}\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 09:45:52','2021-02-10 09:45:52','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1453,1,'2021-02-10 09:48:18','2021-02-10 09:48:18','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n.main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n}\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 09:48:18','2021-02-10 09:48:18','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1455,1,'2021-02-10 11:04:44','2021-02-10 11:04:44','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: absolute;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-10 11:04:44','2021-02-10 11:04:44','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1456,1,'2021-02-10 12:41:38','2021-02-10 12:41:38','','Web Development','','draft','closed','closed','','web-development','','','2021-02-16 12:55:59','2021-02-16 12:55:59','',0,'http://demoweblinks.in/amaeka-wp/?page_id=1456',0,'page','',0),(1457,1,'2021-02-10 12:41:38','2021-02-10 12:41:38','','Web Development','','inherit','closed','closed','','1456-revision-v1','','','2021-02-10 12:41:38','2021-02-10 12:41:38','',1456,'http://demoweblinks.in/amaeka-wp/1456-revision-v1/',0,'revision','',0),(1458,1,'2021-02-10 12:42:46','2021-02-10 12:42:46','','MOBILE APPLICATION','','draft','closed','closed','','mobile-application','','','2021-02-16 12:56:07','2021-02-16 12:56:07','',0,'http://demoweblinks.in/amaeka-wp/?page_id=1458',0,'page','',0),(1459,1,'2021-02-10 12:42:46','2021-02-10 12:42:46','','MOBILE APPLICATION','','inherit','closed','closed','','1458-revision-v1','','','2021-02-10 12:42:46','2021-02-10 12:42:46','',1458,'http://demoweblinks.in/amaeka-wp/1458-revision-v1/',0,'revision','',0),(1460,1,'2021-02-10 12:43:40','2021-02-10 12:43:40','','SALESFORCE','','draft','closed','closed','','salesforce','','','2021-02-16 12:56:07','2021-02-16 12:56:07','',0,'http://demoweblinks.in/amaeka-wp/?page_id=1460',0,'page','',0),(1461,1,'2021-02-10 12:43:40','2021-02-10 12:43:40','','SALESFORCE','','inherit','closed','closed','','1460-revision-v1','','','2021-02-10 12:43:40','2021-02-10 12:43:40','',1460,'http://demoweblinks.in/amaeka-wp/1460-revision-v1/',0,'revision','',0),(1462,1,'2021-02-10 12:47:38','2021-02-10 12:47:38','','SALESFORCE','','inherit','closed','closed','','1460-autosave-v1','','','2021-02-10 12:47:38','2021-02-10 12:47:38','',1460,'http://demoweblinks.in/amaeka-wp/1460-autosave-v1/',0,'revision','',0),(1463,1,'2021-02-10 12:48:49','2021-02-10 12:48:49','<a href=\"http://demoweblinks.in/amaeka-wp/contact/\" role=\"button\">\n						Click here\n					</a>','Service A','','draft','closed','closed','','service-a','','','2021-02-16 12:56:07','2021-02-16 12:56:07','',0,'http://demoweblinks.in/amaeka-wp/?page_id=1463',0,'page','',0),(1464,1,'2021-02-10 12:48:49','2021-02-10 12:48:49','','Service A','','inherit','closed','closed','','1463-revision-v1','','','2021-02-10 12:48:49','2021-02-10 12:48:49','',1463,'http://demoweblinks.in/amaeka-wp/1463-revision-v1/',0,'revision','',0),(1465,1,'2021-02-10 12:50:32','2021-02-10 12:50:32','','Service A','','inherit','closed','closed','','1463-revision-v1','','','2021-02-10 12:50:32','2021-02-10 12:50:32','',1463,'http://demoweblinks.in/amaeka-wp/1463-revision-v1/',0,'revision','',0),(1466,1,'2021-02-10 12:50:32','2021-02-10 12:50:32','','Service A','','inherit','closed','closed','','1463-revision-v1','','','2021-02-10 12:50:32','2021-02-10 12:50:32','',1463,'http://demoweblinks.in/amaeka-wp/1463-revision-v1/',0,'revision','',0),(1467,1,'2021-02-10 12:50:32','2021-02-10 12:50:32','<a href=\"http://demoweblinks.in/amaeka-wp/contact/\" role=\"button\">\n						Click here\n					</a>','Service A','','inherit','closed','closed','','1463-revision-v1','','','2021-02-10 12:50:32','2021-02-10 12:50:32','',1463,'http://demoweblinks.in/amaeka-wp/1463-revision-v1/',0,'revision','',0),(1468,1,'2021-02-11 05:46:19','2021-02-11 05:46:19','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 05:46:19','2021-02-11 05:46:19','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1469,1,'2021-02-11 05:46:19','2021-02-11 05:46:19','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 05:46:19','2021-02-11 05:46:19','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1470,1,'2021-02-11 05:46:19','2021-02-11 05:46:19','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 05:46:19','2021-02-11 05:46:19','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1472,1,'2021-02-11 06:15:35','2021-02-11 06:15:35','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:absolute;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:15:35','2021-02-11 06:15:35','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1474,1,'2021-02-11 06:16:56','2021-02-11 06:16:56','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 0;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:16:56','2021-02-11 06:16:56','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1476,1,'2021-02-11 06:17:54','2021-02-11 06:17:54','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: absolute;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:17:54','2021-02-11 06:17:54','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1478,1,'2021-02-11 06:19:01','2021-02-11 06:19:01','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: center;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:19:01','2021-02-11 06:19:01','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1480,1,'2021-02-11 06:21:01','2021-02-11 06:21:01','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #4fa484;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:21:01','2021-02-11 06:21:01','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1481,1,'2021-02-11 06:23:26','2021-02-11 06:23:26','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:23:26','2021-02-11 06:23:26','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1482,1,'2021-02-11 06:23:27','2021-02-11 06:23:27','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:23:27','2021-02-11 06:23:27','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1483,1,'2021-02-11 06:23:27','2021-02-11 06:23:27','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:23:27','2021-02-11 06:23:27','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1485,1,'2021-02-11 06:24:14','2021-02-11 06:24:14','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:24:14','2021-02-11 06:24:14','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1486,1,'2021-02-11 06:28:14','2021-02-11 06:28:14','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:28:14','2021-02-11 06:28:14','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1487,1,'2021-02-11 06:28:14','2021-02-11 06:28:14','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:28:14','2021-02-11 06:28:14','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1488,1,'2021-02-11 06:28:14','2021-02-11 06:28:14','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:28:14','2021-02-11 06:28:14','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1489,1,'2021-02-11 06:28:20','2021-02-11 06:28:20','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:28:20','2021-02-11 06:28:20','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1490,1,'2021-02-11 06:28:20','2021-02-11 06:28:20','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:28:20','2021-02-11 06:28:20','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1491,1,'2021-02-11 06:28:20','2021-02-11 06:28:20','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:28:20','2021-02-11 06:28:20','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1492,1,'2021-02-11 06:29:31','2021-02-11 06:29:31','','2','','inherit','open','closed','','2','','','2021-02-11 06:29:31','2021-02-11 06:29:31','',657,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg',0,'attachment','image/jpeg',0),(1493,1,'2021-02-11 06:30:01','2021-02-11 06:30:01','','3','','inherit','open','closed','','3-2','','','2021-02-11 06:30:01','2021-02-11 06:30:01','',657,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg',0,'attachment','image/jpeg',0),(1494,1,'2021-02-11 06:30:08','2021-02-11 06:30:08','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:30:08','2021-02-11 06:30:08','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1495,1,'2021-02-11 06:30:08','2021-02-11 06:30:08','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site2.png\" alt=\"site2\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/site3.png\" alt=\"site3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/5.jpg\" alt=\"5\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:30:08','2021-02-11 06:30:08','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1496,1,'2021-02-11 06:30:08','2021-02-11 06:30:08','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:30:08','2021-02-11 06:30:08','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1497,1,'2021-02-11 06:31:27','2021-02-11 06:31:27','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:31:27','2021-02-11 06:31:27','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1498,1,'2021-02-11 06:31:27','2021-02-11 06:31:27','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:31:27','2021-02-11 06:31:27','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1499,1,'2021-02-11 06:31:27','2021-02-11 06:31:27','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:31:27','2021-02-11 06:31:27','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1500,1,'2021-02-11 06:32:05','2021-02-11 06:32:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:32:05','2021-02-11 06:32:05','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1501,1,'2021-02-11 06:32:05','2021-02-11 06:32:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:32:05','2021-02-11 06:32:05','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1502,1,'2021-02-11 06:32:05','2021-02-11 06:32:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:32:05','2021-02-11 06:32:05','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1504,1,'2021-02-11 06:34:28','2021-02-11 06:34:28','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 20%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:34:28','2021-02-11 06:34:28','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1506,1,'2021-02-11 06:36:15','2021-02-11 06:36:15','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:36:15','2021-02-11 06:36:15','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1508,1,'2021-02-11 06:50:02','2021-02-11 06:50:02','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 18px 25px;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:50:02','2021-02-11 06:50:02','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1510,1,'2021-02-11 06:50:59','2021-02-11 06:50:59','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 18px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:50:59','2021-02-11 06:50:59','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1512,1,'2021-02-11 06:51:07','2021-02-11 06:51:07','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 06:51:07','2021-02-11 06:51:07','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1513,1,'2021-02-11 06:52:03','2021-02-11 06:52:03','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:52:03','2021-02-11 06:52:03','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1514,1,'2021-02-11 06:52:03','2021-02-11 06:52:03','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:52:03','2021-02-11 06:52:03','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1515,1,'2021-02-11 06:52:03','2021-02-11 06:52:03','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 06:52:03','2021-02-11 06:52:03','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1517,1,'2021-02-11 08:10:39','2021-02-11 08:10:39','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 08:10:39','2021-02-11 08:10:39','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1519,1,'2021-02-11 08:10:56','2021-02-11 08:10:56','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 08:10:56','2021-02-11 08:10:56','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1520,1,'2021-02-11 08:21:35','2021-02-11 08:21:35','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:21:35','2021-02-11 08:21:35','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1521,1,'2021-02-11 08:21:36','2021-02-11 08:21:36','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:21:36','2021-02-11 08:21:36','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1522,1,'2021-02-11 08:21:36','2021-02-11 08:21:36','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n			<h2>INDUSTRY</h2>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:21:36','2021-02-11 08:21:36','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1523,1,'2021-02-11 08:24:01','2021-02-11 08:24:01','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n			<h2>INDUSTRY</h2>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:24:01','2021-02-11 08:24:01','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1524,1,'2021-02-11 08:24:01','2021-02-11 08:24:01','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>website</a></li>\n			</ul>\n									<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/1-2.jpg\" alt=\"1 (2)\"/>\n																	</a>\n								<a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a href=\"#\">\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n			<h2>INDUSTRY</h2>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:24:01','2021-02-11 08:24:01','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1525,1,'2021-02-11 08:24:01','2021-02-11 08:24:01','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:24:01','2021-02-11 08:24:01','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1526,1,'2021-02-11 08:24:56','2021-02-11 08:24:56','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:24:56','2021-02-11 08:24:56','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1527,1,'2021-02-11 08:24:56','2021-02-11 08:24:56','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:24:56','2021-02-11 08:24:56','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1528,1,'2021-02-11 08:24:56','2021-02-11 08:24:56','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:24:56','2021-02-11 08:24:56','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1529,1,'2021-02-11 08:25:45','2021-02-11 08:25:45','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:25:45','2021-02-11 08:25:45','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1530,1,'2021-02-11 08:25:45','2021-02-11 08:25:45','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:25:45','2021-02-11 08:25:45','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1531,1,'2021-02-11 08:25:45','2021-02-11 08:25:45','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:25:45','2021-02-11 08:25:45','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1532,1,'2021-02-11 08:26:11','2021-02-11 08:26:11','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:26:11','2021-02-11 08:26:11','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1533,1,'2021-02-11 08:26:11','2021-02-11 08:26:11','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:26:11','2021-02-11 08:26:11','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1534,1,'2021-02-11 08:26:11','2021-02-11 08:26:11','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:26:11','2021-02-11 08:26:11','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1535,1,'2021-02-11 08:26:43','2021-02-11 08:26:43','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:26:43','2021-02-11 08:26:43','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1536,1,'2021-02-11 08:26:43','2021-02-11 08:26:43','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:26:43','2021-02-11 08:26:43','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1537,1,'2021-02-11 08:26:43','2021-02-11 08:26:43','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:26:43','2021-02-11 08:26:43','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1538,1,'2021-02-11 08:40:39','2021-02-11 08:40:39','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:40:39','2021-02-11 08:40:39','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1539,1,'2021-02-11 08:40:39','2021-02-11 08:40:39','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:40:39','2021-02-11 08:40:39','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1540,1,'2021-02-11 08:40:39','2021-02-11 08:40:39','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-11 08:40:39','2021-02-11 08:40:39','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1542,1,'2021-02-11 11:17:56','2021-02-11 11:17:56','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 30px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 11:17:56','2021-02-11 11:17:56','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1544,1,'2021-02-11 11:22:47','2021-02-11 11:22:47','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 11:22:47','2021-02-11 11:22:47','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1546,1,'2021-02-11 11:31:18','2021-02-11 11:31:18','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 11:31:18','2021-02-11 11:31:18','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1548,1,'2021-02-11 11:32:43','2021-02-11 11:32:43','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 11:32:43','2021-02-11 11:32:43','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1550,1,'2021-02-11 11:35:04','2021-02-11 11:35:04','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 11:35:04','2021-02-11 11:35:04','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1552,1,'2021-02-11 13:13:37','2021-02-11 13:13:37','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647!important;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 13:13:37','2021-02-11 13:13:37','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1554,1,'2021-02-11 13:13:57','2021-02-11 13:13:57','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-02-11 13:13:57','2021-02-11 13:13:57','',728,'http://demoweblinks.in/amaeka-wp/728-revision-v1/',0,'revision','',0),(1555,1,'2021-02-12 04:14:14','2021-02-12 04:14:14','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-12 04:14:14','2021-02-12 04:14:14','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1556,1,'2021-02-12 04:14:14','2021-02-12 04:14:14','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-12 04:14:14','2021-02-12 04:14:14','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1557,1,'2021-02-12 04:14:14','2021-02-12 04:14:14','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1122\" title=\"Contact form 1\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-12 04:14:14','2021-02-12 04:14:14','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1558,1,'2021-02-12 04:21:14','2021-02-12 04:21:14','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 04:21:14','2021-02-12 04:21:14','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1559,1,'2021-02-12 04:21:14','2021-02-12 04:21:14','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/about-us/\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <hr>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 04:21:14','2021-02-12 04:21:14','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1560,1,'2021-02-12 04:21:14','2021-02-12 04:21:14','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Two\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 04:21:14','2021-02-12 04:21:14','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1561,1,'2021-02-12 04:27:25','2021-02-12 04:27:25','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Two\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 04:27:25','2021-02-12 04:27:25','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1562,1,'2021-02-12 04:27:25','2021-02-12 04:27:25','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Two\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 04:27:25','2021-02-12 04:27:25','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1563,1,'2021-02-12 04:27:25','2021-02-12 04:27:25','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 04:27:25','2021-02-12 04:27:25','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1565,1,'2021-02-12 05:45:12','2021-02-12 05:45:12','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1122\" title=\"Contact form 1\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-12 05:45:12','2021-02-12 05:45:12','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1566,1,'2021-02-12 05:45:12','2021-02-12 05:45:12','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1122\" title=\"Contact form 1\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-12 05:45:12','2021-02-12 05:45:12','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1567,1,'2021-02-12 05:45:12','2021-02-12 05:45:12','<h2>CONTACT WITH US</h2>		\n		[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]KOCHI\n1st floor, Geo Infopark, Infopark Campus, Kakkanad, Kochi, Kerala\n<a href=\"mailto:cok@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">cok@amaeka.com\n</a>\nBANGLORE\n#53, 6th Cross, Maruthi Layout, Basaveshwaranagar Bangalore, Karnataka\n<a href=\"mailto:blr@amaeka.com\" target=\"_blank\" rel=\"noopener noreferrer\">blr@amaeka.com</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Wordpress\n											</a>','Contact','','inherit','closed','closed','','1124-revision-v1','','','2021-02-12 05:45:12','2021-02-12 05:45:12','',1124,'http://demoweblinks.in/amaeka-wp/1124-revision-v1/',0,'revision','',0),(1568,1,'2021-02-12 05:47:55','2021-02-12 05:47:55','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-12 05:47:55','2021-02-12 05:47:55','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1569,1,'2021-02-12 05:47:55','2021-02-12 05:47:55','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-12 05:47:55','2021-02-12 05:47:55','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1570,1,'2021-02-12 05:47:55','2021-02-12 05:47:55','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-12 05:47:55','2021-02-12 05:47:55','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1571,1,'2021-02-12 05:52:34','2021-02-12 05:52:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-12 05:52:34','2021-02-12 05:52:34','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1572,1,'2021-02-12 05:52:34','2021-02-12 05:52:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-12 05:52:34','2021-02-12 05:52:34','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1573,1,'2021-02-12 05:52:34','2021-02-12 05:52:34','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2021-02-12 05:52:34','2021-02-12 05:52:34','',326,'http://demoweblinks.in/amaeka-wp/326-revision-v1/',0,'revision','',0),(1574,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Default Theme','','publish','closed','closed','','default-theme','','','2021-02-12 08:51:28','2021-02-12 08:51:28','',0,'http://demoweblinks.in/amaeka-wp/default-theme/',0,'popup_theme','',0),(1575,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Light Box','','publish','closed','closed','','lightbox','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/lightbox/',0,'popup_theme','',0),(1576,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Enterprise Blue','','publish','closed','closed','','enterprise-blue','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/enterprise-blue/',0,'popup_theme','',0),(1577,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Hello Box','','publish','closed','closed','','hello-box','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/hello-box/',0,'popup_theme','',0),(1578,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Cutting Edge','','publish','closed','closed','','cutting-edge','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/cutting-edge/',0,'popup_theme','',0),(1579,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Framed Border','','publish','closed','closed','','framed-border','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/framed-border/',0,'popup_theme','',0),(1580,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Floating Bar - Soft Blue','','publish','closed','closed','','floating-bar','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/floating-bar/',0,'popup_theme','',0),(1581,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','','Content Only - For use with page builders or block editor','','publish','closed','closed','','content-only','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/content-only/',0,'popup_theme','',0),(1582,1,'2021-02-12 08:46:59','2021-02-12 08:46:59','You can see how this popup was set up in our step-by-step guide: https://wppopupmaker.com/guides/auto-opening-announcement-popups/','Example: Auto-opening announcement popup','','publish','closed','closed','','example-auto-opening-announcement-popup','','','2021-02-12 08:46:59','2021-02-12 08:46:59','',0,'http://demoweblinks.in/amaeka-wp/example-auto-opening-announcement-popup/',0,'popup','',0),(1583,1,'2021-02-12 08:49:06','2021-02-12 08:49:06','[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','contact popup','','publish','closed','closed','','contact-popup','','','2021-02-12 11:23:07','2021-02-12 11:23:07','',0,'http://demoweblinks.in/amaeka-wp/?post_type=popup&#038;p=1583',0,'popup','',0),(1584,1,'2021-02-12 08:49:06','2021-02-12 08:49:06','[contact-form-7 id=\"1123\" title=\"Contact Form 01\"]','contact popup','','inherit','closed','closed','','1583-revision-v1','','','2021-02-12 08:49:06','2021-02-12 08:49:06','',1583,'http://demoweblinks.in/amaeka-wp/1583-revision-v1/',0,'revision','',0),(1585,1,'2021-02-12 08:51:28','2021-02-12 08:51:28','','Default Theme','','inherit','closed','closed','','1574-revision-v1','','','2021-02-12 08:51:28','2021-02-12 08:51:28','',1574,'http://demoweblinks.in/amaeka-wp/1574-revision-v1/',0,'revision','',0),(1586,1,'2021-02-12 09:05:41','2021-02-12 09:05:41','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:05:41','2021-02-12 09:05:41','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1587,1,'2021-02-12 09:05:41','2021-02-12 09:05:41','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:05:41','2021-02-12 09:05:41','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1588,1,'2021-02-12 09:05:41','2021-02-12 09:05:41','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n<a>Get In Touch!</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:05:41','2021-02-12 09:05:41','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1589,1,'2021-02-12 09:06:33','2021-02-12 09:06:33','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n<a>Get In Touch!</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:06:33','2021-02-12 09:06:33','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1590,1,'2021-02-12 09:06:33','2021-02-12 09:06:33','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n<a>Get In Touch!</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:06:33','2021-02-12 09:06:33','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1591,1,'2021-02-12 09:06:33','2021-02-12 09:06:33','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n<a>Get In Touch!</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:06:33','2021-02-12 09:06:33','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1592,1,'2021-02-12 09:07:55','2021-02-12 09:07:55','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n<a>Get In Touch!</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:07:55','2021-02-12 09:07:55','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1593,1,'2021-02-12 09:07:55','2021-02-12 09:07:55','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n<a>Get In Touch!</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:07:55','2021-02-12 09:07:55','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1594,1,'2021-02-12 09:07:55','2021-02-12 09:07:55','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:07:55','2021-02-12 09:07:55','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1596,1,'2021-02-12 09:10:39','2021-02-12 09:10:39','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:10:39','2021-02-12 09:10:39','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1597,1,'2021-02-12 09:10:39','2021-02-12 09:10:39','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:10:39','2021-02-12 09:10:39','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1598,1,'2021-02-12 09:10:40','2021-02-12 09:10:40','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:10:40','2021-02-12 09:10:40','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1599,1,'2021-02-12 09:12:58','2021-02-12 09:12:58','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:12:58','2021-02-12 09:12:58','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1600,1,'2021-02-12 09:12:58','2021-02-12 09:12:58','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:12:58','2021-02-12 09:12:58','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1601,1,'2021-02-12 09:12:58','2021-02-12 09:12:58','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:12:58','2021-02-12 09:12:58','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1602,1,'2021-02-12 09:14:45','2021-02-12 09:14:45','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:14:45','2021-02-12 09:14:45','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1603,1,'2021-02-12 09:14:45','2021-02-12 09:14:45','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:14:45','2021-02-12 09:14:45','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1604,1,'2021-02-12 09:14:45','2021-02-12 09:14:45','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"http://the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:14:45','2021-02-12 09:14:45','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1605,1,'2021-02-12 09:15:26','2021-02-12 09:15:26','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"http://the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:15:26','2021-02-12 09:15:26','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1606,1,'2021-02-12 09:15:26','2021-02-12 09:15:26','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"http://the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:15:26','2021-02-12 09:15:26','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1607,1,'2021-02-12 09:15:26','2021-02-12 09:15:26','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:15:26','2021-02-12 09:15:26','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1608,1,'2021-02-12 09:15:53','2021-02-12 09:15:53','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:15:53','2021-02-12 09:15:53','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1609,1,'2021-02-12 09:15:53','2021-02-12 09:15:53','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:15:53','2021-02-12 09:15:53','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1610,1,'2021-02-12 09:15:53','2021-02-12 09:15:53','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:15:53','2021-02-12 09:15:53','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1611,1,'2021-02-12 09:23:20','2021-02-12 09:23:20','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:23:20','2021-02-12 09:23:20','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1612,1,'2021-02-12 09:23:20','2021-02-12 09:23:20','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a>Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:23:20','2021-02-12 09:23:20','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1613,1,'2021-02-12 09:23:20','2021-02-12 09:23:20','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 09:23:20','2021-02-12 09:23:20','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1614,1,'2021-02-12 10:53:26','2021-02-12 10:53:26','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 10:53:26','2021-02-12 10:53:26','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1615,1,'2021-02-12 10:53:26','2021-02-12 10:53:26','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 10:53:26','2021-02-12 10:53:26','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1616,1,'2021-02-12 10:53:26','2021-02-12 10:53:26','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 10:53:26','2021-02-12 10:53:26','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1617,1,'2021-02-12 11:02:28','2021-02-12 11:02:28','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 11:02:28','2021-02-12 11:02:28','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1618,1,'2021-02-12 11:02:28','2021-02-12 11:02:28','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 11:02:28','2021-02-12 11:02:28','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1619,1,'2021-02-12 11:02:28','2021-02-12 11:02:28','<h2>HELLO, WELCOME TO AMAEKA TECHNOLOGIES.</h2>		\n							<img src=\"\" alt=\"\" title=\"\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet,consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-recipient=Employee%20Three\">Read More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/promotions-icn.png\" alt=\"promotions-icn\" title=\"promotions-icn\"/>\n		      	<h5>FEATURE1</h5>\n	            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n	            <a href=\"#\">See More</a>\n		<a href=\"\">Get In Touch!</a>		\n			<a href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\" role=\"button\">\n						Click here\n					</a>','About us','','inherit','closed','closed','','620-revision-v1','','','2021-02-12 11:02:28','2021-02-12 11:02:28','',620,'http://demoweblinks.in/amaeka-wp/620-revision-v1/',0,'revision','',0),(1624,1,'2021-02-16 11:26:03','2021-02-16 11:26:03','','logo (1)','','inherit','open','closed','','logo-1','','','2021-02-16 11:26:03','2021-02-16 11:26:03','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/logo-1.png',0,'attachment','image/png',0),(1625,1,'2021-02-16 11:26:14','2021-02-16 11:26:14','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/cropped-logo-1.png','cropped-logo-1.png','','inherit','open','closed','','cropped-logo-1-png','','','2021-02-16 11:26:14','2021-02-16 11:26:14','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/cropped-logo-1.png',0,'attachment','image/png',0),(1627,1,'2021-02-16 11:49:34','2021-02-16 11:49:34','','c1a','','inherit','open','closed','','c1a','','','2021-02-16 11:49:34','2021-02-16 11:49:34','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a.png',0,'attachment','image/png',0),(1628,1,'2021-02-16 11:49:43','2021-02-16 11:49:43','','c1b','','inherit','open','closed','','c1b','','','2021-02-16 11:49:43','2021-02-16 11:49:43','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b.png',0,'attachment','image/png',0),(1629,1,'2021-02-16 11:49:54','2021-02-16 11:49:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:49:54','2021-02-16 11:49:54','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1630,1,'2021-02-16 11:49:54','2021-02-16 11:49:54','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:49:54','2021-02-16 11:49:54','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1631,1,'2021-02-16 11:49:55','2021-02-16 11:49:55','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a.png\" alt=\"c1a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b.png\" alt=\"c1b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:49:55','2021-02-16 11:49:55','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1632,1,'2021-02-16 11:52:02','2021-02-16 11:52:02','','c1a_160x120','','inherit','open','closed','','c1a_160x120','','','2021-02-16 11:52:02','2021-02-16 11:52:02','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a_160x120.png',0,'attachment','image/png',0),(1633,1,'2021-02-16 11:52:22','2021-02-16 11:52:22','','c1a_160x120','','inherit','open','closed','','c1a_160x120-2','','','2021-02-16 11:52:22','2021-02-16 11:52:22','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a_160x120-1.png',0,'attachment','image/png',0),(1634,1,'2021-02-16 11:53:00','2021-02-16 11:53:00','','c1b_160x120','','inherit','open','closed','','c1b_160x120','','','2021-02-16 11:53:00','2021-02-16 11:53:00','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b_160x120.png',0,'attachment','image/png',0),(1635,1,'2021-02-16 11:53:07','2021-02-16 11:53:07','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a.png\" alt=\"c1a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b.png\" alt=\"c1b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:53:07','2021-02-16 11:53:07','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1636,1,'2021-02-16 11:53:07','2021-02-16 11:53:07','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a.png\" alt=\"c1a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b.png\" alt=\"c1b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:53:07','2021-02-16 11:53:07','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1637,1,'2021-02-16 11:53:07','2021-02-16 11:53:07','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a_160x120-1.png\" alt=\"c1a_160x120\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b_160x120.png\" alt=\"c1b_160x120\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:53:07','2021-02-16 11:53:07','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1638,1,'2021-02-16 11:55:36','2021-02-16 11:55:36','','c1a_160x120_1_80x80','','inherit','open','closed','','c1a_160x120_1_80x80','','','2021-02-16 11:55:36','2021-02-16 11:55:36','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a_160x120_1_80x80.png',0,'attachment','image/png',0),(1640,1,'2021-02-16 11:58:33','2021-02-16 11:58:33','','c1a (1)','','inherit','open','closed','','c1a-1','','','2021-02-16 11:58:33','2021-02-16 11:58:33','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png',0,'attachment','image/png',0),(1641,1,'2021-02-16 11:58:43','2021-02-16 11:58:43','','c1b (1)','','inherit','open','closed','','c1b-1','','','2021-02-16 11:58:43','2021-02-16 11:58:43','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png',0,'attachment','image/png',0),(1642,1,'2021-02-16 11:58:49','2021-02-16 11:58:49','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a_160x120-1.png\" alt=\"c1a_160x120\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b_160x120.png\" alt=\"c1b_160x120\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:58:49','2021-02-16 11:58:49','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1643,1,'2021-02-16 11:58:49','2021-02-16 11:58:49','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a_160x120-1.png\" alt=\"c1a_160x120\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b_160x120.png\" alt=\"c1b_160x120\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:58:49','2021-02-16 11:58:49','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1644,1,'2021-02-16 11:58:50','2021-02-16 11:58:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 11:58:50','2021-02-16 11:58:50','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1645,1,'2021-02-16 12:06:00','2021-02-16 12:06:00','','c2a','','inherit','open','closed','','c2a','','','2021-02-16 12:06:00','2021-02-16 12:06:00','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png',0,'attachment','image/png',0),(1646,1,'2021-02-16 12:06:11','2021-02-16 12:06:11','','c2b','','inherit','open','closed','','c2b','','','2021-02-16 12:06:11','2021-02-16 12:06:11','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png',0,'attachment','image/png',0),(1647,1,'2021-02-16 12:06:18','2021-02-16 12:06:18','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:06:18','2021-02-16 12:06:18','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1648,1,'2021-02-16 12:06:18','2021-02-16 12:06:18','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:06:18','2021-02-16 12:06:18','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1649,1,'2021-02-16 12:06:18','2021-02-16 12:06:18','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:06:18','2021-02-16 12:06:18','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1650,1,'2021-02-16 12:16:50','2021-02-16 12:16:50','','c3b','','inherit','open','closed','','c3b','','','2021-02-16 12:16:50','2021-02-16 12:16:50','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png',0,'attachment','image/png',0),(1651,1,'2021-02-16 12:17:17','2021-02-16 12:17:17','','c3a (1)','','inherit','open','closed','','c3a-1','','','2021-02-16 12:17:17','2021-02-16 12:17:17','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png',0,'attachment','image/png',0),(1652,1,'2021-02-16 12:17:25','2021-02-16 12:17:25','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:17:25','2021-02-16 12:17:25','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1653,1,'2021-02-16 12:17:25','2021-02-16 12:17:25','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover-1.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:17:25','2021-02-16 12:17:25','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1654,1,'2021-02-16 12:17:25','2021-02-16 12:17:25','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:17:25','2021-02-16 12:17:25','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1655,1,'2021-02-16 12:32:52','2021-02-16 12:32:52','','c4a','','inherit','open','closed','','c4a','','','2021-02-16 12:32:52','2021-02-16 12:32:52','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png',0,'attachment','image/png',0),(1656,1,'2021-02-16 12:33:01','2021-02-16 12:33:01','','c4b','','inherit','open','closed','','c4b','','','2021-02-16 12:33:01','2021-02-16 12:33:01','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png',0,'attachment','image/png',0),(1657,1,'2021-02-16 12:33:08','2021-02-16 12:33:08','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:33:08','2021-02-16 12:33:08','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1658,1,'2021-02-16 12:33:08','2021-02-16 12:33:08','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01.png\" alt=\"client-01\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/client-01-hover.png\" alt=\"client-01-hover\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:33:08','2021-02-16 12:33:08','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1659,1,'2021-02-16 12:33:08','2021-02-16 12:33:08','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:33:08','2021-02-16 12:33:08','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1661,1,'2021-02-16 12:38:36','2021-02-16 12:38:36','','c5a (1)','','inherit','open','closed','','c5a-1','','','2021-02-16 12:38:36','2021-02-16 12:38:36','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png',0,'attachment','image/png',0),(1662,1,'2021-02-16 12:38:45','2021-02-16 12:38:45','','c5b','','inherit','open','closed','','c5b','','','2021-02-16 12:38:45','2021-02-16 12:38:45','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png',0,'attachment','image/png',0),(1663,1,'2021-02-16 12:38:53','2021-02-16 12:38:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:38:53','2021-02-16 12:38:53','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1664,1,'2021-02-16 12:38:53','2021-02-16 12:38:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:38:53','2021-02-16 12:38:53','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1665,1,'2021-02-16 12:38:53','2021-02-16 12:38:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:38:53','2021-02-16 12:38:53','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1666,1,'2021-02-16 12:40:18','2021-02-16 12:40:18','','c2a (2)','','inherit','open','closed','','c2a-2','','','2021-02-16 12:40:18','2021-02-16 12:40:18','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png',0,'attachment','image/png',0),(1667,1,'2021-02-16 12:40:29','2021-02-16 12:40:29','','c2b (2)','','inherit','open','closed','','c2b-2','','','2021-02-16 12:40:29','2021-02-16 12:40:29','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png',0,'attachment','image/png',0),(1668,1,'2021-02-16 12:40:48','2021-02-16 12:40:48','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:40:48','2021-02-16 12:40:48','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1669,1,'2021-02-16 12:40:48','2021-02-16 12:40:48','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a.png\" alt=\"c2a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b.png\" alt=\"c2b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:40:48','2021-02-16 12:40:48','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1670,1,'2021-02-16 12:40:48','2021-02-16 12:40:48','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 12:40:48','2021-02-16 12:40:48','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1671,1,'2021-02-16 14:40:09','2021-02-16 14:40:09','','c6a','','inherit','open','closed','','c6a','','','2021-02-16 14:40:09','2021-02-16 14:40:09','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png',0,'attachment','image/png',0),(1672,1,'2021-02-16 14:40:23','2021-02-16 14:40:23','','c6b','','inherit','open','closed','','c6b','','','2021-02-16 14:40:23','2021-02-16 14:40:23','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png',0,'attachment','image/png',0),(1673,1,'2021-02-16 14:40:53','2021-02-16 14:40:53','','c7a (1)','','inherit','open','closed','','c7a-1','','','2021-02-16 14:40:53','2021-02-16 14:40:53','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png',0,'attachment','image/png',0),(1674,1,'2021-02-16 14:41:04','2021-02-16 14:41:04','','c7b','','inherit','open','closed','','c7b','','','2021-02-16 14:41:04','2021-02-16 14:41:04','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png',0,'attachment','image/png',0),(1675,1,'2021-02-16 14:41:33','2021-02-16 14:41:33','','c8a','','inherit','open','closed','','c8a','','','2021-02-16 14:41:33','2021-02-16 14:41:33','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png',0,'attachment','image/png',0),(1676,1,'2021-02-16 14:41:42','2021-02-16 14:41:42','','c8b','','inherit','open','closed','','c8b','','','2021-02-16 14:41:42','2021-02-16 14:41:42','',524,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png',0,'attachment','image/png',0),(1677,1,'2021-02-16 14:41:50','2021-02-16 14:41:50','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:41:50','2021-02-16 14:41:50','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1678,1,'2021-02-16 14:41:51','2021-02-16 14:41:51','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:41:51','2021-02-16 14:41:51','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1679,1,'2021-02-16 14:41:51','2021-02-16 14:41:51','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:41:51','2021-02-16 14:41:51','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1681,1,'2021-02-16 14:44:36','2021-02-16 14:44:36','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:44:36','2021-02-16 14:44:36','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1682,1,'2021-02-16 14:44:36','2021-02-16 14:44:36','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:44:36','2021-02-16 14:44:36','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1683,1,'2021-02-16 14:44:36','2021-02-16 14:44:36','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:44:36','2021-02-16 14:44:36','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1684,1,'2021-02-16 14:45:10','2021-02-16 14:45:10','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:45:10','2021-02-16 14:45:10','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1685,1,'2021-02-16 14:45:10','2021-02-16 14:45:10','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:45:10','2021-02-16 14:45:10','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1686,1,'2021-02-16 14:45:10','2021-02-16 14:45:10','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:45:10','2021-02-16 14:45:10','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1687,1,'2021-02-16 14:45:41','2021-02-16 14:45:41','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:45:41','2021-02-16 14:45:41','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1688,1,'2021-02-16 14:45:41','2021-02-16 14:45:41','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:45:41','2021-02-16 14:45:41','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1689,1,'2021-02-16 14:45:41','2021-02-16 14:45:41','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:45:41','2021-02-16 14:45:41','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1690,1,'2021-02-16 14:47:11','2021-02-16 14:47:11','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:47:11','2021-02-16 14:47:11','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1691,1,'2021-02-16 14:47:11','2021-02-16 14:47:11','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:47:11','2021-02-16 14:47:11','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1692,1,'2021-02-16 14:47:12','2021-02-16 14:47:12','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:47:12','2021-02-16 14:47:12','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1693,1,'2021-02-16 14:49:47','2021-02-16 14:49:47','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:49:47','2021-02-16 14:49:47','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1694,1,'2021-02-16 14:49:47','2021-02-16 14:49:47','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:49:47','2021-02-16 14:49:47','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1695,1,'2021-02-16 14:49:47','2021-02-16 14:49:47','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-02-16 14:49:47','2021-02-16 14:49:47','',524,'http://demoweblinks.in/amaeka-wp/524-revision-v1/',0,'revision','',0),(1696,1,'2021-02-16 14:54:37','2021-02-16 14:54:37','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:54:37','2021-02-16 14:54:37','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1697,1,'2021-02-16 14:54:37','2021-02-16 14:54:37','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.website\'>Website</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Website</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/1.jpg\" alt=\"1\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>\n									<a href=\"\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n																	</a>\n								<a >\n									<!---->\n										<h4>\n											Project title\n										</h4>\n											<p>Art</p>\n								</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:54:37','2021-02-16 14:54:37','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1698,1,'2021-02-16 14:54:37','2021-02-16 14:54:37','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:54:37','2021-02-16 14:54:37','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1699,1,'2021-02-16 14:55:10','2021-02-16 14:55:10','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:55:10','2021-02-16 14:55:10','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1700,1,'2021-02-16 14:55:10','2021-02-16 14:55:10','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:55:10','2021-02-16 14:55:10','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1701,1,'2021-02-16 14:55:10','2021-02-16 14:55:10','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:55:10','2021-02-16 14:55:10','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1702,1,'2021-02-16 14:56:29','2021-02-16 14:56:29','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:56:29','2021-02-16 14:56:29','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1703,1,'2021-02-16 14:56:29','2021-02-16 14:56:29','<article  >\n																<a >\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"#\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:56:29','2021-02-16 14:56:29','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1704,1,'2021-02-16 14:56:29','2021-02-16 14:56:29','<article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2021-02-16 14:56:29','2021-02-16 14:56:29','',657,'http://demoweblinks.in/amaeka-wp/657-revision-v1/',0,'revision','',0),(1709,1,'2021-03-30 07:04:07','2021-03-30 07:04:07','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 07:04:07','2021-03-30 07:04:07','',524,'http://demoweblinks.in/amaeka-wp/?p=1709',0,'revision','',0),(1710,1,'2021-03-30 07:04:07','2021-03-30 07:04:07','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 07:04:07','2021-03-30 07:04:07','',524,'http://demoweblinks.in/amaeka-wp/?p=1710',0,'revision','',0),(1711,1,'2021-03-30 07:04:07','2021-03-30 07:04:07','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 07:04:07','2021-03-30 07:04:07','',524,'http://demoweblinks.in/amaeka-wp/?p=1711',0,'revision','',0),(1712,1,'2021-03-30 10:00:52','2021-03-30 10:00:52','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 10:00:52','2021-03-30 10:00:52','',524,'http://demoweblinks.in/amaeka-wp/?p=1712',0,'revision','',0),(1713,1,'2021-03-30 10:00:52','2021-03-30 10:00:52','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 10:00:52','2021-03-30 10:00:52','',524,'http://demoweblinks.in/amaeka-wp/?p=1713',0,'revision','',0),(1714,1,'2021-03-30 10:00:53','2021-03-30 10:00:53','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 10:00:53','2021-03-30 10:00:53','',524,'http://demoweblinks.in/amaeka-wp/?p=1714',0,'revision','',0),(1716,1,'2021-03-30 11:09:19','2021-03-30 11:09:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 11:09:19','2021-03-30 11:09:19','',524,'http://demoweblinks.in/amaeka-wp/?p=1716',0,'revision','',0),(1717,1,'2021-03-30 11:09:19','2021-03-30 11:09:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 11:09:19','2021-03-30 11:09:19','',524,'http://demoweblinks.in/amaeka-wp/?p=1717',0,'revision','',0),(1718,1,'2021-03-30 11:09:19','2021-03-30 11:09:19','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-03-30 11:09:19','2021-03-30 11:09:19','',524,'http://demoweblinks.in/amaeka-wp/?p=1718',0,'revision','',0),(1720,1,'2021-04-05 07:22:19','2021-04-05 07:22:19','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:#0e0e0e;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n  padding:1em;\n}\n.core-menu li a:hover {\n  background:#38a201;\n}\nli span.toggle {\n  padding-left:1em;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#1a1a1a;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:22:19','2021-04-05 07:22:19','',728,'http://demoweblinks.in/amaeka-wp/?p=1720',0,'revision','',0),(1722,1,'2021-04-05 07:30:59','2021-04-05 07:30:59','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n  padding:1em;\n}\n.core-menu li a:hover {\n  background:#38a201;\n}\nli span.toggle {\n  padding-left:1em;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#1a1a1a;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:30:59','2021-04-05 07:30:59','',728,'http://demoweblinks.in/amaeka-wp/?p=1722',0,'revision','',0),(1724,1,'2021-04-05 07:37:40','2021-04-05 07:37:40','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n}\n.core-menu li a:hover {\n  background:#38a201;\n}\nli span.toggle {\n  padding-left:.2em;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#1a1a1a;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:37:40','2021-04-05 07:37:40','',728,'http://demoweblinks.in/amaeka-wp/?p=1724',0,'revision','',0),(1726,1,'2021-04-05 07:41:10','2021-04-05 07:41:10','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n}\n.core-menu li a:hover {\n  background:#38a201;\n}\nli span.toggle {\n  padding-left:.2em;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#1a1a1a;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:41:10','2021-04-05 07:41:10','',728,'http://demoweblinks.in/amaeka-wp/?p=1726',0,'revision','',0),(1728,1,'2021-04-05 07:41:35','2021-04-05 07:41:35','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n}\n.core-menu li a:hover {\n  background:#38a201;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#1a1a1a;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:41:35','2021-04-05 07:41:35','',728,'http://demoweblinks.in/amaeka-wp/?p=1728',0,'revision','',0),(1730,1,'2021-04-05 07:42:33','2021-04-05 07:42:33','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n}\n.core-menu li a:hover {\n  background:#38a201;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#00582a;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:42:33','2021-04-05 07:42:33','',728,'http://demoweblinks.in/amaeka-wp/?p=1730',0,'revision','',0),(1732,1,'2021-04-05 07:43:08','2021-04-05 07:43:08','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n}\n.core-menu li a:hover {\n  background:#38a201;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:43:08','2021-04-05 07:43:08','',728,'http://demoweblinks.in/amaeka-wp/?p=1732',0,'revision','',0),(1734,1,'2021-04-05 07:43:50','2021-04-05 07:43:50','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Roboto, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:43:50','2021-04-05 07:43:50','',728,'http://demoweblinks.in/amaeka-wp/?p=1734',0,'revision','',0),(1736,1,'2021-04-05 07:46:13','2021-04-05 07:46:13','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:46:13','2021-04-05 07:46:13','',728,'http://demoweblinks.in/amaeka-wp/?p=1736',0,'revision','',0),(1739,1,'2021-04-05 07:47:17','2021-04-05 07:47:17','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:#1a1a1a;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:47:17','2021-04-05 07:47:17','',728,'http://demoweblinks.in/amaeka-wp/?p=1739',0,'revision','',0),(1741,1,'2021-04-05 07:53:03','2021-04-05 07:53:03','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#0e0e0e;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:53:03','2021-04-05 07:53:03','',728,'http://demoweblinks.in/amaeka-wp/?p=1741',0,'revision','',0),(1743,1,'2021-04-05 07:54:03','2021-04-05 07:54:03','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 07:54:03','2021-04-05 07:54:03','',728,'http://demoweblinks.in/amaeka-wp/?p=1743',0,'revision','',0),(1745,1,'2021-04-05 08:52:12','2021-04-05 08:52:12','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 08:52:12','2021-04-05 08:52:12','',728,'http://demoweblinks.in/amaeka-wp/?p=1745',0,'revision','',0),(1747,1,'2021-04-05 08:57:16','2021-04-05 08:57:16','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n  text-align:center;\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 08:57:16','2021-04-05 08:57:16','',728,'http://demoweblinks.in/amaeka-wp/?p=1747',0,'revision','',0),(1749,1,'2021-04-05 08:58:33','2021-04-05 08:58:33','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n  \n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 08:58:33','2021-04-05 08:58:33','',728,'http://demoweblinks.in/amaeka-wp/?p=1749',0,'revision','',0),(1751,1,'2021-04-05 09:07:44','2021-04-05 09:07:44','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 50px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n    text-align:center;\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 09:07:44','2021-04-05 09:07:44','',728,'http://demoweblinks.in/amaeka-wp/?p=1751',0,'revision','',0),(1753,1,'2021-04-05 09:08:48','2021-04-05 09:08:48','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 50px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 09:08:48','2021-04-05 09:08:48','',728,'http://demoweblinks.in/amaeka-wp/?p=1753',0,'revision','',0),(1755,1,'2021-04-05 09:09:36','2021-04-05 09:09:36','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 50px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 09:09:36','2021-04-05 09:09:36','',728,'http://demoweblinks.in/amaeka-wp/?p=1755',0,'revision','',0),(1757,1,'2021-04-05 09:10:06','2021-04-05 09:10:06','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n    width:100%;\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 09:10:06','2021-04-05 09:10:06','',728,'http://demoweblinks.in/amaeka-wp/?p=1757',0,'revision','',0),(1759,1,'2021-04-05 09:11:19','2021-04-05 09:11:19','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 09:11:19','2021-04-05 09:11:19','',728,'http://demoweblinks.in/amaeka-wp/?p=1759',0,'revision','',0),(1761,1,'2021-04-05 10:12:02','2021-04-05 10:12:02','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n/*   position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none; */\n	background-color: #4fa484;\n    display: block;\n    position: absolute;\n    width: 210px;\n    top: 100%;\n    padding-left: 0;\n    visibility: hidden;\n    z-index: 999;\n    margin-top: 20px;\n    transition: 0.2s;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 10:12:02','2021-04-05 10:12:02','',728,'http://demoweblinks.in/amaeka-wp/?p=1761',0,'revision','',0),(1763,1,'2021-04-05 10:13:10','2021-04-05 10:13:10','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n/*   position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left; */\n  display:none;\n	background-color: #4fa484;\n    display: block;\n    position: absolute;\n    width: 210px;\n    top: 100%;\n    padding-left: 0;\n/*     visibility: hidden; */\n    z-index: 999;\n    margin-top: 20px;\n    transition: 0.2s;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 10:13:10','2021-04-05 10:13:10','',728,'http://demoweblinks.in/amaeka-wp/?p=1763',0,'revision','',0),(1765,1,'2021-04-05 10:14:44','2021-04-05 10:14:44','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n/*   position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left; */\n  display:none;\n	background-color: #4fa484;\n    display: block;\n    position: absolute;\n    width: 210px;\n    top: 100%;\n    padding-left: 0;\n/*     visibility: hidden; */\n    z-index: 999;\n/*     margin-top: 20px; */\n    transition: 0.2s;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 10:14:44','2021-04-05 10:14:44','',728,'http://demoweblinks.in/amaeka-wp/?p=1765',0,'revision','',0),(1767,1,'2021-04-05 10:22:45','2021-04-05 10:22:45','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 10:22:45','2021-04-05 10:22:45','',728,'http://demoweblinks.in/amaeka-wp/?p=1767',0,'revision','',0),(1769,1,'2021-04-05 10:24:17','2021-04-05 10:24:17','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n	    position: absolute;\n    width: 210px;\n    top: 100%;\n    padding-left: 0;\n    visibility: hidden;\n    z-index: 999;\n    margin-top: 20px;\n    transition: 0.2s;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 10:24:17','2021-04-05 10:24:17','',728,'http://demoweblinks.in/amaeka-wp/?p=1769',0,'revision','',0),(1771,1,'2021-04-05 10:25:17','2021-04-05 10:25:17','.dt-sc-contact-info {\n    float: left;\n    margin: 0;\n    padding: 0;\n    clear: both;\n    width: 100%;\n    line-height: 35px!important;\n    position: relative;\n    padding-left: 25px!important;\n}\n.dt-sc-contact-info span {\n    float: left;\n		color:#2f9f97;\n    margin: 10px 10px 0 0;\n    font-size: 18;\n    text-align: left;\n    width: auto;\n   	position: absolute;\n    left: 0;\n    top: 0;\n}\n.timeline:last-child .line {\n    display: none;\n}\n.timeline .line {\n    width: 100%;\n    height: 1px;\n    background: #ededed;\n    position: absolute;\n    top: 24px;\n    left: 15px;\n    z-index: -1;\n}\n.amk-btn a{\n	color:#263647;\n}\n.amk-btn a:hover{\n	background: linear-gradient(45deg, rgba(53, 192, 148, 1) 0%, rgba(65, 158, 164, 1) 59%, rgba(65, 158, 164, 1) 100%);\n    color: #ffffff;\n    text-decoration: none;\n    border: 3px solid #33959c;\n}\n\n\n\n\n.our-wings .we-live-border {\n    display: inline-block;\n    position: relative;\n    overflow: visible;\n    padding: 50px 50px 50px 50px;\n}\n\n.our-wings .we-live-border .border {\n    position: absolute;\n    background:transperant;\n    overflow: hidden;\n}\n\n.our-wings .we-live-border .border.top {\n    height: 10px;\n    width: 100%;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.right {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    right: 0px;\n}\n\n.our-wings .we-live-border .border.bottom {\n    height: 10px;\n    width: 100%;\n    bottom: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border.left {\n    height: 100%;\n    width: 10px;\n    top: 0px;\n    left: 0px;\n}\n\n.our-wings .we-live-border .border .bar {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgb(48, 164, 131);\n    left: 0px;\n    top: 0px;\n    z-index: 99;\n}\n\n.our-wings .we-live-border .border.top .bar {\n    left: 100%;\n    animation: live-border-animate-top 2s linear 2s infinite;\n}\n\n.our-wings .we-live-border .border.right .bar {\n    top: 100%;\n    animation: live-border-animate-right 2s linear 1s infinite;\n}\n\n.our-wings .we-live-border .border.bottom .bar {\n    left: -100%;\n    animation: live-border-animate-bottom 2s linear 0s infinite;\n}\n\n.our-wings .we-live-border .border.left .bar {\n    top: -100%;\n    animation: live-border-animate-left 2s linear 3s infinite;\n}\n\n@keyframes live-border-animate-top {\n    0%{\n        left: 100%;\n    }\n    100%{\n        left: -100%;\n    }\n}\n\n@keyframes live-border-animate-right {\n    0%{\n        top: 100%;\n    }\n    100%{\n        top: -100%;\n    }\n}\n\n@keyframes live-border-animate-bottom {\n    0%{\n        left: -100%;\n    }\n    100%{\n        left: 100%;\n    }\n}\n\n@keyframes live-border-animate-left {\n    0%{\n        top: -100%;\n    }\n    100%{\n        top: 100%;\n    }\n}\n.our-wings{\n	text-align:center;\n}\n\n/* .main-safe .navbar-nav .nav-item .sub-menu a:hover{\n    border-bottom:0px solid #fff !important;\n	color: #f1b458!important;\n} */\n.tm-button:hover{\n        \n    color: #2ea382;\n\n}\n.tm-button:hover .button-icon{\n    color: #2ea382;\n}\n\n\n/* .say-hlo-safe {\n    display: inline;\n    justify-content: center;\n} */\n/* #amaeka_contact_info-2 {\n    display: flex;\n    justify-content: center;\n} */\n/* .lft-mnu-safe ul li.active .nav-link{\n background-position:bottom !important;\n	text-decoration:none !important;\n	border:none !important;\n} */\n\n\n\n/* Lastest Projects\n-------------------------------------------------------------- */\n	.project-filter {\n		margin: 20px 0 50px 0;\n		text-align: center;\n		padding-left: 0;\n	}\n	.project-filter li  {\n		display: inline-block;\n	    position: relative;\n	    text-align: center;\n	    margin-left: -4px;\n	    background-color: #f5f5f5;\n		-webkit-transition: background 0.3s;\n		   -moz-transition: background 0.3s;\n		    -ms-transition: background 0.3s;\n		     -o-transition: background 0.3s;\n		        transition: background 0.3s;\n	}\n	.widget-area .widget .project-filter li {\n			padding: 0;\n	}\n	.project-filter li a {\n	    color: #767676;\n	    display: block;\n	    font-family: \"Raleway\",sans-serif;\n	    font-size: 16px;\n	    font-weight: 600;\n	    outline: 0;\n			padding: 10px;\n	}\n	.project-filter li a.active,\n	.project-filter li a:hover,\n	#secondary .project-filter li a.active,\n	#secondary .project-filter li a:hover {\n		color: #fff;\n	}\n	.roll-project {\n		width: 100%;\n		padding-bottom: 50px;\n		margin: 0;\n	}\n	.roll-project .project-item {\n		margin: 0 0 30px;\n	}\n	.roll-project.fullwidth .project-item {\n		float: left;\n	}\n	.roll-project.fullwidth .project-item {\n		width: 25%;\n		margin: 0;\n	}\n	.roll-project .project-item .item-wrap {\n		position: relative;\n	}\n	.roll-project .project-item .pop-overlay {\n		position: absolute;\n		left: 0;\n		top: 0;\n		width: 100%;\n		height: 100%;\n		padding: 10px;\n		z-index: 10;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		-webkit-transition: all 1s;\n		   -moz-transition: all 1s;\n		    -ms-transition: all 1s;\n		     -o-transition: all 1s;\n		        transition: all 1s;\n	}\n	.roll-project .project-item .project-pop-wrap {\n		z-index: 20;\n		width: 100%;\n		height: 100%;\n		position: relative;\n	}\n	.roll-project .project-item .project-pop {\n		color: #fff;\n		text-align: center;\n		z-index: 1;\n		width: 100%;\n		height: 100%;\n		cursor: pointer;\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n		filter: alpha(opacity=0);\n		opacity: 0;\n		position: absolute;\n		-webkit-transition: all 0.3s;\n		   -moz-transition: all 0.3s;\n		    -ms-transition: all 0.3s;\n		     -o-transition: all 0.3s;\n		        transition: all 0.3s;\n	}\n	.roll-project .project-item .project-pop a {\n		color: #fff;\n	}\n	.roll-project .project-item:hover .project-pop {\n		opacity: 0.5;\n	}\n	.roll-project .project-item .project-pop h3 {\n		font-size: 16px;\n		font-weight: 700;\n		line-height: 26px;\n		position: absolute;\n		left: 0;\n		bottom: 50%;\n		width: 100%;\n		margin-bottom: -4px;\n	}\n	.roll-project .project-item .project-cat {\n		width: 100%;\n		position: absolute;\n		left: 0;\n		top: 50%;\n		padding-top: 20px;\n		margin: 0;\n	}\n	.roll-project .project-item .project-cat li {\n		display: inline-block;\n	}\n	.roll-project .project-item .project-cat li a {\n		position: relative;\n		font-style: italic;\n		padding: 0 5px;\n	}\n	.roll-project .project-item .project-cat li a:before {\n		position: absolute;\n		content: \"/\";\n		left: -3px;\n		top: -1px;\n	}\n	.roll-project .project-item .project-cat li:first-child a:before {\n		content: \"\";\n	}\n	.roll-project .project-item:hover .project-title-wrap,\n	.roll-project .project-item:hover > .item-wrap .project-pop{\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);\n	}\n	.roll-project .project-item:hover > .item-wrap .pop-overlay {\n		-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n		filter: alpha(opacity=100);\n		opacity: 1;\n	}\n\n	.project-title-wrap{\n		position:relative;\n		width: 100%;\n		height: 100%;\n		opacity: 1;\n		z-index: 2;\n	}\n\n	.roll-project .project-item:hover > .item-wrap .project-title-wrap {\n		border: 2px solid yellow;\n	}\n\n	.roll-project .project-title{\n	  display: table;\n	  width: 100%;\n	  height: 100%;\n	  text-align: left;\n		color: #fff;\n	}\n\n	.roll-project .project-title span{\n	  display: table-cell;\n	  vertical-align: middle;\n	  padding-left: 10px;\n	  padding-right: 10px;\n	}\n/* Our work edits */\n\n.our_work li a {\n	color: #263246;\npadding: 0 2px;\nmargin: 0 8px;\n}\n\n.our_work li a:hover, .our_work .active {\n	color: #263246;\n		border-bottom: 2px solid #4fa484;\n}\n\n.our_work li a {\n		border-bottom: 2px solid transparent;\n}\n\n.our_work li a.active {\n		color: #263246;\n}\n\n.our_work li {\n	background-color: transparent;\n}\n\n.our_work .roll-project.fullwidth .project-item {\nwidth: 30%;\nmargin: 15px;\n}\n\n.our_work .project-title span {\nposition: relative;\nbottom: 0;\nbackground-color: #fdfdfd;\nwidth: 89%;\npadding: 10px 25px;\n/* text-align: left; */\nmargin: 0 0 20px 20px;\n}\n\n.our_work .project-pop {\n	background-color: transparent !important;\n}\n.project-title-wrap p{\n	padding: 0px 25px;\n}\n\n\n\n\n/* product inner page design */\n\n.rs-breadcrumbs.porfolio-details {\n    position: relative;\n	background:black;\n}\n\n.rs-breadcrumbs .breadcrumbs-single {\n    background-size: cover;\n}\n.rs-breadcrumbs .breadcrumbs-inner, #rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {\n    padding-top: 160px;\n    padding-bottom: 160px;\n}\n.rs-breadcrumbs .breadcrumbs-inner {\n    padding: 120px 0 120px;\n    text-align: center;\n    position: relative;\n}\n\n.rs-breadcrumbs .page-title, .page-subtitle .rs-breadcrumbs ul li *, .rs-breadcrumbs ul li.trail-begin a:before, .rs-breadcrumbs ul li, .rs-breadcrumbs .breadcrumbs-title .current-item, .rs-breadcrumbs .breadcrumbs-title span a span {\n    color: #FFFFFF !important;\n}\n.rs-breadcrumbs .page-title {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-family: \'Raleway\', sans-serif !important; \n}\n.rs-breadcrumbs .page-subtitle {\n    margin: 0 auto;\n    max-width: 950px;\n    padding-bottom: 0 !important;\n    color: #fff !important;\n    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);\n    font-size: 1.5em;\n    font-weight: 700;\n    font-family: \'Raleway\', sans-serif !important;\n}\n.rs-breadcrumbs .products-logo {\n    content: \'\';\n    position: absolute;\n    z-index: 1;\n    top: calc(100% - 50px);\n    left: calc(50% - 70px);\n    width: 150px;\n    height: 90px;\n    background-image: url(/assets/textures/bullets.png);\n    background-size: cover;\n    background-repeat: no-repeat;\n    opacity: 1.25;\n}\n\n.main-contain {\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n.main-contain #content {\n    padding-top: 100px;\n    padding-bottom: 100px;\n}\n\n.breadcrumbs-single .full-image {\n    position: absolute;\n    right: 0;\n    bottom: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top;\n	opacity:.5;\n}\n\n\n\n/*  new menu style*/\n.main-menu {\n  display:block;\n  position:relative;\n  background:transparent;\n}\n.container-menu {\n  width:80%;\n  margin:0 auto;\n}\n.main-menu:before,.main-menu:after{\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n.core-menu {\n/*   text-align:center; */\n  font:normal normal normal 1em/1 Raleway, sans-serif;\n  overflow:hidden;\n}\n.core-menu li {\n  list-style:none;\n  display:inline-block;\n  cursor:pointer;\n}\n.core-menu li a {\n  display:inline-block;\n padding: .5em;\n	color:white;\n	font-weight: 700;\n}\n.core-menu li a:hover {\n  background:transparent;\n}\nli span.toggle {\n  padding-left:.2em;\n	color:white;\n	\n}\n.toggle:before {\n  content:\"\\f107\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.dropdown {\n  position:absolute;\n  width:230px;\n  background:#4fa484;\n  text-align:left;\n  display:none;\n	    position: absolute;\n    width: 210px;\n/*     top: 100%; */\n    padding-left: 0;\n/*     visibility: hidden; */\n    z-index: 999;\n/*     margin-top: 20px; */\n    transition: 0.2s;\n}\n.dropdown li {\n  display:block;\n  }\n.dropdown li a {\n  display:block;\n}\n.dropdown2 {\n  position:absolute;\n  width:230px;\n  background:#2d2d2d;\n  text-align:left;\n  display:none;\n  right:-100%;\n  top:0;\n}\n.dropdown2 li {\n  display:block;\n  }\n.dropdown2 li a {\n  display:block;\n}\nli span.toggle2 {\n  position:absolute;\n  right:0;\n  margin-right:20px;\n}\n.toggle2:before {\n  content:\"\\f105\";\n  font:normal normal normal 16px/1 FontAwesome;\n}\n.hamburger-menu {\n  padding:1em;\n  display:none;\n  font:normal normal normal 16px/1 Roboto;\n  text-transform:uppercase;\n}\n\n@media (max-width:720px) {\n  .main-menu {\n    height:50px;\n  }\n  .container-menu {\n    width:100%;\n  }\n  .navigation {\n    float:left;\n    display:block;\n    width:100%;\n  }\n  .core-menu {\n    float:right;\n    width:100%;\n    background:transparent;\n    margin:auto;\n    display:none;\n		margin-top: 60px\n  }\n	li span.toggle {\n	position: absolute;\n    right: 0;\n    top: 35px;\n		cursor: pointer;\n    display: block;\n    padding: 16px 14px 16px;\n	}\n  .core-menu li {\n    width:100%;\n    display:block;\n  }\n  .core-menu li a{\n    display:block;\n    margin:auto;\n  }\n  .hamburger-menu {\n    display:block;\n    text-align:center;\n    padding-right:60px;\n    float:none;\n    width:100%;\n		position: relative;\n		   margin-top: -80px;\n  }\n  .burger-1, .burger-2, .burger-3 {\n  display:block;\n  position:absolute;\n  width:20px;\n  height:3px;\n  border-radius:30px;\n  right:0;\n  margin-right:25px;\n  background:#fff;\n    -webkit-transition:.2s ease;\n    -ms-transition:.2s ease;\n    -moz-transition:.2s ease;\n    -o-transition:.2s ease;\n  transition:.2s ease; \n  }\n  .burger-1 {\n  top:15px;\n  }\n  .burger-2 {\n  top:23px;\n  }\n  .burger-3 {\n  top:31px;\n  }\n  .burger-1.open, .burger-2.open, .burger-3.open {\n  -webkit-transition:.2s ease;\n  -ms-transition:.2s ease;\n  -moz-transition:.2s ease;\n  -o-transition:.2s ease;\n    transition:.2s ease;\n    transform-origin:50% 50%;\n  }\n  .burger-1.open {\n    top:25px;\n    width:23px;\n    transform:rotate(45deg);\n    -webkit-transform:rotate(45deg); \n    -ms-transform:rotate(45deg); \n    -moz-transform:rotate(45deg); \n    -o-transform:rotate(45deg); \n  }\n  .burger-2.open {\n    opacity:0;\n  }\n  .burger-3.open {\n    top:25px;\n    width:23px;\n    transform:rotate(-45deg);\n  }\n  .dropdown {\n/*     width:100%; */\n    background:#4fa484;\n/*     text-align:center; */\n    position:relative;\n		padding: 20px;\n  }\n  .dropdown2 {\n    right:0;\n    top:0;\n    width:100%;\n    position:relative;\n    padding:0 20px;\n}\n\n','amaeka','','inherit','closed','closed','','728-revision-v1','','','2021-04-05 10:25:17','2021-04-05 10:25:17','',728,'http://demoweblinks.in/amaeka-wp/?p=1771',0,'revision','',0),(1774,1,'2021-04-07 04:09:22','2021-04-07 04:09:22','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:09:22','2021-04-07 04:09:22','',524,'http://demoweblinks.in/amaeka-wp/?p=1774',0,'revision','',0),(1775,1,'2021-04-07 04:09:23','2021-04-07 04:09:23','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:09:23','2021-04-07 04:09:23','',524,'http://demoweblinks.in/amaeka-wp/?p=1775',0,'revision','',0),(1776,1,'2021-04-07 04:09:23','2021-04-07 04:09:23','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />						\n														John Doe\n																						Designer\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:09:23','2021-04-07 04:09:23','',524,'http://demoweblinks.in/amaeka-wp/?p=1776',0,'revision','',0),(1777,1,'2021-04-07 04:09:59','2021-04-07 04:09:59','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />						\n														John Doe\n																						Designer\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:09:59','2021-04-07 04:09:59','',524,'http://demoweblinks.in/amaeka-wp/?p=1777',0,'revision','',0),(1778,1,'2021-04-07 04:10:00','2021-04-07 04:10:00','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />						\n														John Doe\n																						Designer\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:00','2021-04-07 04:10:00','',524,'http://demoweblinks.in/amaeka-wp/?p=1778',0,'revision','',0),(1779,1,'2021-04-07 04:10:00','2021-04-07 04:10:00','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:00','2021-04-07 04:10:00','',524,'http://demoweblinks.in/amaeka-wp/?p=1779',0,'revision','',0),(1780,1,'2021-04-07 04:10:17','2021-04-07 04:10:17','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:17','2021-04-07 04:10:17','',524,'http://demoweblinks.in/amaeka-wp/?p=1780',0,'revision','',0),(1781,1,'2021-04-07 04:10:17','2021-04-07 04:10:17','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:17','2021-04-07 04:10:17','',524,'http://demoweblinks.in/amaeka-wp/?p=1781',0,'revision','',0),(1782,1,'2021-04-07 04:10:17','2021-04-07 04:10:17','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:17','2021-04-07 04:10:17','',524,'http://demoweblinks.in/amaeka-wp/?p=1782',0,'revision','',0),(1783,1,'2021-04-07 04:10:40','2021-04-07 04:10:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:40','2021-04-07 04:10:40','',524,'http://demoweblinks.in/amaeka-wp/?p=1783',0,'revision','',0),(1784,1,'2021-04-07 04:10:40','2021-04-07 04:10:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:40','2021-04-07 04:10:40','',524,'http://demoweblinks.in/amaeka-wp/?p=1784',0,'revision','',0),(1785,1,'2021-04-07 04:10:40','2021-04-07 04:10:40','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          							          					<!---->\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          							          					<!---->\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          							          					<!---->\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          							          					<!---->\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <!--<a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>-->\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										John Doe\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n										Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n									<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n										James Stevens\n										 Manager\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        James Stevens                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->\n											<!--TESTIMONIAL -->\n                        	                        <!--<img src=\"images/img-1.jpg\" alt=\"\">-->\n                    <h3>\n                        John Doe                        <small>Manager</small>\n                    </h3>\n                    <!-- -->\n                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.</p>\n                    	<!-- -->\n						<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-revision-v1','','','2021-04-07 04:10:40','2021-04-07 04:10:40','',524,'http://demoweblinks.in/amaeka-wp/?p=1785',0,'revision','',0),(1786,1,'2021-04-07 13:24:55','2021-04-07 13:24:55','<h1>HELLO, WELCOME TO<br>\nAMAEKA TECHNOLOGIES.</h1>		\n		<p>Our story begins in 2015 when two engineers with uniqueperspectives, started AMAEKA. We were proud of our history, exciting about the future. We believe we can help you prepare for the future in the best and most efficient way.</p><p>We position ourselves as a long-term technology partner for our clients and help them turn software innovation into business innovation. We aim to suit each need on your project in spite of size and budget with equal dedication and importance.</p><p>AMAEKA is a collective of developers, designers, researchers, strategists, and marketers who are looking for new ways and insights to shape the digital world. That\'s why we recognize and reward loyalty, right across our colleagues and clients.</p>		\n			<h2>this is how<br> Work flow goes.</h2>		\n			<p>This is how our Results-Driven Project Development happens.</p>		\n			<h4>let\'s start.</h4>		\n		          						<h6>1</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Foundation Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>2</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Research Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>3</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Design Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h4>let\'s review.</h4>		\n		          						<h6>4</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Development Phase					                  <p><p>Let\'s meet. We invite you to discuss your requirements. We learn about your business, including goals and challenges. It’s time well-spent – the end result is a high-level proposal that includes the recommended technology for pushing ahead.</p></p>\n		          						<h6>5</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Deployment Phase					                  <p><p>We get into your requirements far ahead of even writing any code. At the point when the idea is clear and the prerequisites are determined and documented, a crew is framed and a course of action is planned. That includes defining project scope, deadlines, and deliverables.</p></p>\n		          						<h6>6</h6>\n		          							          				<!-- \n																              <!-- <img /> -->\n					            <!--  --> \n					                 Support Phase					                  <p><p>After we define the business flow and technical path we move to the design phase. Once we have the big picture, we create your unique identity. By the end of this phase, you\'ll have a validated prototype ready for interaction, feedback, and continuous iteration.</p></p>\n			<h2>WHY YOU CHOOSE US.</h2>		\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/111.gif\" alt=\"111\" title=\"111\"/>\n		      	<h2>Agile Methodology</h2>\n	            <hr>\n	            <p>All of our teams follow the Scrum methodology, which has proven to give incredible outcomes. Our structure is designed to adapt to shifting priorities and deliver the finest product.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/222.gif\" alt=\"222\" title=\"222\"/>\n		      	<h2>Project Transparency</h2>\n	            <hr>\n	            <p>We’re your partner, not your vendor. During each step of the way, you’ll have full insights into the project. From the current task to the big picture, you&#039;ll generally be a piece of the discussion.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/333.gif\" alt=\"333\" title=\"333\"/>\n		      	<h2>Constant Communication</h2>\n	            <hr>\n	            <p>Throughout the lifecycle of your project, we’ll be in regular communication. From stand-ups to Trello and WhatsApp conversations to weekly updates, we’re always in touch.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/444.gif\" alt=\"444\" title=\"444\"/>\n		      	<h2>Dedicated Teams</h2>\n	            <hr>\n	            <p>Our team is your team. You’ll have a dedicated team to work on your project, consult with you, and help to build and scale your product. We&#039;ll help to explore the risks of software development.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/555.gif\" alt=\"555\" title=\"555\"/>\n		      	<h2>Quality, Always</h2>\n	            <hr>\n	            <p>Our expert crew will help to ensure your project flows smoothly and efficiently. Our commitment is to deliver outstanding leading-edge IT solutions that add real value.</p>\n							<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/666.gif\" alt=\"666\" title=\"666\"/>\n		      	<h2>Innovation</h2>\n	            <hr>\n	            <p>From build tools, frameworks, to project management systems, we keep innovating and improve workflows to deliver the perfect balance of quality, speed, and cost.</p>\n			<h2>OUR TEAM.</h2>		\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan.jpg\" alt=\"shilpan\" title=\"shilpan\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/shilpan-1.jpg\" alt=\"shilpan-1\" title=\"shilpan-1\"/> \n	            <figcaption>\n		              	<h4>SHILPAN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>SHILPAN</strong></p>\n		            <p>Shilpan Vaishnani is one of the prodigious musketeers who co-founded Litmus. He is the man of better Resource Management and Production Output. His ‘No-nonsense’ temperament keeps the brevity in internal and external communications alive. Vendor Management is Shipan’s forte and his market understanding knows only yields. Shilpan’s philosophy is upheld on a single outlook that ‘everything is possible if done and nothing else.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil.jpg\" alt=\"kapil\" title=\"kapil\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/kapil-1.jpg\" alt=\"kapil-1\" title=\"kapil-1\"/> \n	            <figcaption>\n		              	<h4>KAPIL</h4>\n		                <p><small>Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>KAPIL</strong></p>\n		            <p>Kapil Vaishnani founded Litmus in 2001 to water his passion for creating brands. Kapil’s a creative brain hitched at business. He firmly believes that focused communication is the key and it must carry a purpose that serves both brand and business. Simplicity is Kapil’s power gear that has shaped some of the prominent brands in India and globally. His passion-filled sportsmanship with multi-disciplinary talent is brimming with experience of 20+ years. Talk sense and he is all ears.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren.jpg\" alt=\"hiren\" title=\"hiren\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/hiren-1.jpg\" alt=\"hiren-1\" title=\"hiren-1\"/> \n	            <figcaption>\n		              	<h4>HIREN</h4>\n		                <p><small>Co-Founder &amp; Promoter</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>HIREN</strong></p>\n		            <p>Hiren Panchal co-founded Litmus with Kapil. Hiren owns an exhaustive character and sharpens his views with an analytical mindfulness. He observes every creative with a conscious magnifier. Just as his doer attitude wins over his believer attitude, his thought leadership aims at creating leaders and not followers on his team. His creative insights have created brands worldwide and he has been commanding in the industry for +20 years. Come to the point, he’s already there.</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-01.jpg\" alt=\"team-member-01\" title=\"team-member-01\"/>\n	             <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/team-member-02.jpg\" alt=\"team-member-02\" title=\"team-member-02\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n						<figure> <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/>\n	             <img src=\"https://demoweblinks.in/amaeka-wp/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\" title=\"\"/> \n	            <figcaption>\n		              	<h4>John Doe</h4>\n		                <p><small>General Manager</small></p>\n	            </figcaption>\n	        </figure>\n	                <a href=\"#\"></a>\n		            <p><strong>John Doe</strong></p>\n		            <p>About Employee</p>\n		             <a href=\"https://in.linkedin.com/in/kapil-vaishnani-9458779\"></a>\n		<!-- /.team-item -->\n			<h2>OUR CLIENTS.</h2>		\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1a-1.png\" alt=\"c1a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c1b-1.png\" alt=\"c1b (1)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2a-2.png\" alt=\"c2a (2)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c2b-2.png\" alt=\"c2b (2)\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3a-1.png\" alt=\"c3a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c3b.png\" alt=\"c3b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4a.png\" alt=\"c4a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c4b.png\" alt=\"c4b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5a-1.png\" alt=\"c5a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c5b.png\" alt=\"c5b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6a.png\" alt=\"c6a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c6b.png\" alt=\"c6b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7a-1.png\" alt=\"c7a (1)\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c7b.png\" alt=\"c7b\" alt=\"Something2\">\n							</figure>\n							<figure >\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8a.png\" alt=\"c8a\" alt=\"Something\">\n							  <img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/c8b.png\" alt=\"c8b\" alt=\"Something2\">\n							</figure>\n			<a href=\"#\" role=\"button\">\n						View More\n					</a>\n			<h2>Clients about us.</h2>		\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									James Stevens\n									 Manager\n					<!--END OF TESTIMONIAL  -->\n									<!--TESTIMONIAL -->\n								<!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\"> -->\n									<!-- \n									 -->\n									Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id purus neque. Curabitur pulvinar elementum neque in dictum. Sed non lectus nec tortor iaculis tincidunt.\n								 <!-- <img src=\"https://pnlawyers.com/material/views/pnl/assets/img/quotes-tan.png\">  -->\n									John Doe\n									 Manager\n					<!--END OF TESTIMONIAL  -->','Company','','inherit','closed','closed','','524-autosave-v1','','','2022-02-10 13:01:05','2022-02-10 13:01:05','',524,'http://demoweblinks.in/amaeka-wp/?p=1786',0,'revision','',0),(1789,1,'2022-02-09 05:10:45','2022-02-09 05:10:45','','logo (13)','','inherit','open','closed','','logo-13','','','2022-02-09 05:10:45','2022-02-09 05:10:45','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png',0,'attachment','image/png',0),(1790,1,'2022-02-09 05:10:59','2022-02-09 05:10:59','http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/cropped-logo-13.png','cropped-logo-13.png','','inherit','open','closed','','cropped-logo-13-png','','','2022-02-09 05:10:59','2022-02-09 05:10:59','',0,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/cropped-logo-13.png',0,'attachment','image/png',0),(1791,1,'2022-02-09 05:14:13','2022-02-09 05:14:13','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-amaeka','','','2022-02-09 05:14:13','2022-02-09 05:14:13','',0,'https://demoweblinks.in/amaeka-wp/wp-global-styles-amaeka/',0,'wp_global_styles','',0),(1792,1,'2022-02-09 05:15:22','2022-02-09 05:15:22','','vision (1)','','inherit','open','closed','','vision-1','','','2022-02-09 05:15:22','2022-02-09 05:15:22','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif',0,'attachment','image/gif',0),(1793,1,'2022-02-09 05:15:53','2022-02-09 05:15:53','','Rocket (2)','','inherit','open','closed','','rocket-2-2','','','2022-02-09 05:15:53','2022-02-09 05:15:53','',326,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif',0,'attachment','image/gif',0),(1794,1,'2022-02-09 05:16:01','2022-02-09 05:16:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 05:16:01','2022-02-09 05:16:01','',326,'https://demoweblinks.in/amaeka-wp/?p=1794',0,'revision','',0),(1795,1,'2022-02-09 05:16:01','2022-02-09 05:16:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/vision.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n										<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/01/Rocket.gif\" alt=\"\" loading=\"lazy\" />											\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 05:16:01','2022-02-09 05:16:01','',326,'https://demoweblinks.in/amaeka-wp/?p=1795',0,'revision','',0),(1796,1,'2022-02-09 05:16:01','2022-02-09 05:16:01','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 05:16:01','2022-02-09 05:16:01','',326,'https://demoweblinks.in/amaeka-wp/?p=1796',0,'revision','',0),(1798,1,'2022-02-09 09:57:38','2022-02-09 09:57:38','<article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:57:38','2022-02-09 09:57:38','',657,'https://demoweblinks.in/amaeka-wp/?p=1798',0,'revision','',0),(1799,1,'2022-02-09 09:57:38','2022-02-09 09:57:38','<article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/3.jpg\" alt=\"3\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>\n						 <article  >\n																<a href=\"http://demoweblinks.in/amaeka-wp/amaeka-website/\">\n						            											<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/2.jpg\" alt=\"2\"/>\n						               <h3>Project title</h3>\n						               Art\n						        </a>\n						     </article>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:57:38','2022-02-09 09:57:38','',657,'https://demoweblinks.in/amaeka-wp/?p=1799',0,'revision','',0),(1800,1,'2022-02-09 09:57:38','2022-02-09 09:57:38','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:57:38','2022-02-09 09:57:38','',657,'https://demoweblinks.in/amaeka-wp/?p=1800',0,'revision','',0),(1801,1,'2022-02-09 09:59:05','2022-02-09 09:59:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:59:05','2022-02-09 09:59:05','',657,'https://demoweblinks.in/amaeka-wp/?p=1801',0,'revision','',0),(1802,1,'2022-02-09 09:59:05','2022-02-09 09:59:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:59:05','2022-02-09 09:59:05','',657,'https://demoweblinks.in/amaeka-wp/?p=1802',0,'revision','',0),(1803,1,'2022-02-09 09:59:05','2022-02-09 09:59:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:59:05','2022-02-09 09:59:05','',657,'https://demoweblinks.in/amaeka-wp/?p=1803',0,'revision','',0),(1804,1,'2022-02-09 09:59:18','2022-02-09 09:59:18','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:59:18','2022-02-09 09:59:18','',657,'https://demoweblinks.in/amaeka-wp/?p=1804',0,'revision','',0),(1805,1,'2022-02-09 09:59:18','2022-02-09 09:59:18','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:59:18','2022-02-09 09:59:18','',657,'https://demoweblinks.in/amaeka-wp/?p=1805',0,'revision','',0),(1806,1,'2022-02-09 09:59:18','2022-02-09 09:59:18','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 09:59:18','2022-02-09 09:59:18','',657,'https://demoweblinks.in/amaeka-wp/?p=1806',0,'revision','',0),(1807,1,'2022-02-09 10:00:00','2022-02-09 10:00:00','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:00:00','2022-02-09 10:00:00','',657,'https://demoweblinks.in/amaeka-wp/?p=1807',0,'revision','',0),(1808,1,'2022-02-09 10:00:00','2022-02-09 10:00:00','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:00:00','2022-02-09 10:00:00','',657,'https://demoweblinks.in/amaeka-wp/?p=1808',0,'revision','',0),(1809,1,'2022-02-09 10:00:00','2022-02-09 10:00:00','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:00:00','2022-02-09 10:00:00','',657,'https://demoweblinks.in/amaeka-wp/?p=1809',0,'revision','',0),(1810,1,'2022-02-09 10:01:05','2022-02-09 10:01:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:01:05','2022-02-09 10:01:05','',657,'https://demoweblinks.in/amaeka-wp/?p=1810',0,'revision','',0),(1811,1,'2022-02-09 10:01:05','2022-02-09 10:01:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:01:05','2022-02-09 10:01:05','',657,'https://demoweblinks.in/amaeka-wp/?p=1811',0,'revision','',0),(1812,1,'2022-02-09 10:01:05','2022-02-09 10:01:05','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"Rocket (2)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:01:05','2022-02-09 10:01:05','',657,'https://demoweblinks.in/amaeka-wp/?p=1812',0,'revision','',0),(1813,1,'2022-02-09 10:04:33','2022-02-09 10:04:33','','bg_page_title','','inherit','open','closed','','bg_page_title','','','2022-02-09 10:04:33','2022-02-09 10:04:33','',657,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/bg_page_title.jpg',0,'attachment','image/jpeg',0),(1814,1,'2022-02-09 10:04:45','2022-02-09 10:04:45','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"Rocket (2)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:04:45','2022-02-09 10:04:45','',657,'https://demoweblinks.in/amaeka-wp/?p=1814',0,'revision','',0),(1815,1,'2022-02-09 10:04:45','2022-02-09 10:04:45','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a href=\"#\">\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/logo-13.png\" alt=\"logo (13)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"Rocket (2)\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:04:45','2022-02-09 10:04:45','',657,'https://demoweblinks.in/amaeka-wp/?p=1815',0,'revision','',0),(1816,1,'2022-02-09 10:04:45','2022-02-09 10:04:45','<ul id=\"filters\">\n				<li><a href=\"#\" data-filter=\"*\">Show all</a></li>\n					<li><a href=\'#\' data-filter=\'.a\'>a</a></li>\n					<li><a href=\'#\' data-filter=\'.art\'>Art</a></li>\n			</ul>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"vision (1)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"Rocket (2)\"/>\n																	</a>\n								<a >\n										<h3>\n											Project title\n										</h3>\n								</a>\n								<a href=\"#\">\n																			<img src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/bg_page_title.jpg\" alt=\"bg_page_title\"/>\n																	</a>','Portfolio','','inherit','closed','closed','','657-revision-v1','','','2022-02-09 10:04:45','2022-02-09 10:04:45','',657,'https://demoweblinks.in/amaeka-wp/?p=1816',0,'revision','',0),(1817,1,'2022-02-09 13:29:36','2022-02-09 13:29:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:29:36','2022-02-09 13:29:36','',326,'https://demoweblinks.in/amaeka-wp/?p=1817',0,'revision','',0),(1818,1,'2022-02-09 13:29:36','2022-02-09 13:29:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:29:36','2022-02-09 13:29:36','',326,'https://demoweblinks.in/amaeka-wp/?p=1818',0,'revision','',0),(1819,1,'2022-02-09 13:29:36','2022-02-09 13:29:36','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:29:36','2022-02-09 13:29:36','',326,'https://demoweblinks.in/amaeka-wp/?p=1819',0,'revision','',0),(1820,1,'2022-02-09 13:31:22','2022-02-09 13:31:22','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:31:22','2022-02-09 13:31:22','',326,'https://demoweblinks.in/amaeka-wp/?p=1820',0,'revision','',0),(1821,1,'2022-02-09 13:31:22','2022-02-09 13:31:22','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:31:22','2022-02-09 13:31:22','',326,'https://demoweblinks.in/amaeka-wp/?p=1821',0,'revision','',0),(1822,1,'2022-02-09 13:31:22','2022-02-09 13:31:22','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:31:22','2022-02-09 13:31:22','',326,'https://demoweblinks.in/amaeka-wp/?p=1822',0,'revision','',0),(1823,1,'2022-02-09 13:32:10','2022-02-09 13:32:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:32:10','2022-02-09 13:32:10','',326,'https://demoweblinks.in/amaeka-wp/?p=1823',0,'revision','',0),(1824,1,'2022-02-09 13:32:10','2022-02-09 13:32:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:32:10','2022-02-09 13:32:10','',326,'https://demoweblinks.in/amaeka-wp/?p=1824',0,'revision','',0),(1825,1,'2022-02-09 13:32:10','2022-02-09 13:32:10','<h1>Hello, Welcome To Amaeka Technologies.</h1>		\n		<p>Started in 2015 as a team of highly qualified and experienced engineers in the field of information technology,</p><p>We create new and different ways by combining creativity and strategy with our passion for technology, our work is rewarding.</p><p>We are constantly developing.</p><p>We are actively taking care of today\'s changing needs with new working methods, business models and technologies.</p><p>We’re a team of strategists, designers and developers. We have an insatiable thirst for creating amazing and finest products for our clients.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/vision-1.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our vision</h2>		\n		<p>To be the global software company, most admired for creativity and technology.</p>		\n												<img width=\"500\" height=\"500\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2022/02/Rocket-2.gif\" alt=\"\" loading=\"lazy\" />														\n			<h2>our mission</h2>		\n		<p>We are operating to achieve its goal of being the most customer satisfying and innovative company.</p>		\n			<h2>WHAT WE ARE DOING.</h2>		\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/web.png\" alt=\"web\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Web Development</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">UI/UX Design<br>\nNode JS, Angular JS <br>\nJava Development<br>\nPHP Development<br>\nASP.Net Development<br>\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/about-us/\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/mob_app.png\" alt=\"mob_app\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Mobile Application</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"> iOS app Development<br>\nAndroid app Development<br>\nHybrid app Development<br>\nWindows app Development<br>\nWearable app Development<br>\n                </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Web%20Development\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/ecom.png\" alt=\"ecom\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">E-commerce and CMS</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">WordPress Development<br>\nMagento Development<br>\nWoocommerce Development<br>\nShopify Development<br>\nMaintenance and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/sales_cloud.png\" alt=\"sales_cloud\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Salesforce</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Consulting and Strategy<br>\nCustom Development<br>\nIntegration and Implementation<br>\nSalesforce Customisation<br>\nTraining and Support\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/industry.png\" alt=\"industry\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Industry Software Solutions</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">SharePoint Development<br>\nMicrosoft Power BI Development<br>\nMicrosoft Azure Development<br>\nBlockchain Development<br>\nSAP Consulting<br>\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/emerging.png\" alt=\"emerging\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Emerging Technologies</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">IOT App Development<br>\nAR app Development<br>\nVR app Development<br>\nBig Data Service<br>\niBeacon App Development\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/branding.png\" alt=\"branding\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">Digital Marketing</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Social media Optimisation<br>\nSearch engine Optimisation<br>\nPPC Management<br>\nWeb Analytics<br>\nDigital Advertising\n                  </p>\n																															<a  href=\"http://demoweblinks.in/amaeka-wp/contact/?the-list=Digital%20Marketing\">		\n												Read More		\n											</a>	\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/on_demand.png\" alt=\"on_demand\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">On Demand Apps</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">On demand apps Development<br>\nAdmin panel Development<br>\nApp Implementation and Launching<br>\nGrocery, Taxi, Food Delivery Apps<br>\nE-Learning, healthcare Apps\n                  </p>\n										<img alt=\"\" src=\"http://demoweblinks.in/amaeka-wp/wp-content/uploads/2020/12/more.png\" alt=\"more\">\n											<h5 style=\"font-size:12px; line-height:22px; text-transform:uppercase; letter-spacing:2px; color:#6d7475; \">More services</h5>\n										<!-- \n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \"></p>\n										 -->\n											<p style=\"font-size:12px; line-height:22px; letter-spacing:0px; color:#54667a; \">Legacy system modernization<br>\nTechnology migration<br>\nCloud computing<br>\nSoftware Consulting<br>\nGoogle services\n                  </p>\nBE THE WIND BENEATH OUR WINGS\n<p>Our small team is growing fast. We’d love your help in making AMAEKA truly special.</p>\n<a href=\"#\">ARE YOU UP FOR IT</a>','Home','','inherit','closed','closed','','326-revision-v1','','','2022-02-09 13:32:10','2022-02-09 13:32:10','',326,'https://demoweblinks.in/amaeka-wp/?p=1825',0,'revision','',0),(1826,1,'2022-02-09 13:34:18','2022-02-09 13:34:18','','ios (1)','','inherit','open','closed','','ios-1','','','2022-02-09 13:34:18','2022-02-09 13:34:18','',1261,'http://demoweblinks.in/amaeka-wp/wp-content/uploads/2021/02/ios-1.png',0,'attachment','image/png',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pum_subscribers`
--

DROP TABLE IF EXISTS `wp_pum_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pum_subscribers` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `email_hash` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `popup_id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fname` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `lname` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `uuid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consent_args` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created` datetime NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `email` (`email`),
  KEY `user_id` (`user_id`),
  KEY `popup_id` (`popup_id`),
  KEY `email_hash` (`email_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pum_subscribers`
--

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

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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),(648,2,0),(649,2,0),(651,2,0),(652,2,0),(656,2,0),(671,2,0),(698,3,0),(699,3,0),(704,4,0),(705,4,0),(706,4,0),(707,4,0),(708,4,0),(709,4,0),(720,3,0),(1269,3,0),(1270,3,0),(1271,3,0),(1272,3,0),(1273,3,0),(1274,3,0),(1275,3,0),(1276,3,0),(1287,3,0),(1353,3,0),(1371,2,0),(1791,5,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,7),(3,3,'nav_menu','',0,13),(4,4,'nav_menu','',0,6),(5,5,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Header menu','header-menu',0),(3,'Top menu','top-menu',0),(4,'Home page menu','home-page-menu',0),(5,'amaeka','amaeka',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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html,text_widget_paste_html,theme_editor_notice,popup-editor-1,popup-editor-2,popup-editor-3,popup-editor-4,popup-editor-5,popup-editor-6,all-popups-1,all-popups-2,all-popups-3,all-popups-4'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"9790bf934777756b4a0049dc8986bc968caab730450bdb812fa3e2dbc1339a54\";a:4:{s:10:\"expiration\";i:1651916419;s:2:\"ip\";s:38:\"2409:4073:30d:8128:5c98:6cc2:7552:c2c9\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36\";s:5:\"login\";i:1651743619;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','1827'),(18,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(19,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(20,1,'nav_menu_recently_edited','3'),(21,1,'wp_user-settings','libraryContent=browse&editor=tinymce&posts_list_mode=list'),(22,1,'wp_user-settings-time','1613487326'),(23,1,'_redux_templates_counts','4'),(24,1,'closedpostboxes_clients','a:0:{}'),(25,1,'metaboxhidden_clients','a:1:{i:0;s:7:\"slugdiv\";}'),(26,1,'meta-box-order_clients','a:3:{s:4:\"side\";s:21:\"submitdiv,categorydiv\";s:6:\"normal\";s:7:\"slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(27,1,'screen_layout_clients','2'),(28,1,'edit_clients_per_page','20'),(29,1,'closedpostboxes_prodcuts','a:0:{}'),(30,1,'metaboxhidden_prodcuts','a:1:{i:0;s:7:\"slugdiv\";}'),(31,1,'closedpostboxes_career','a:0:{}'),(32,1,'metaboxhidden_career','a:0:{}'),(33,1,'meta-box-order_products','a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:34:\"submitdiv,categorydiv,postimagediv\";s:6:\"normal\";s:19:\"postexcerpt,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(34,1,'screen_layout_products','2'),(35,1,'closedpostboxes_products','a:0:{}'),(36,1,'metaboxhidden_products','a:1:{i:0;s:7:\"slugdiv\";}'),(37,1,'acf_user_settings','a:1:{s:15:\"show_field_keys\";s:1:\"1\";}'),(38,1,'wp_elementor_connect_common_data','a:3:{s:9:\"client_id\";s:32:\"RG6fE109eW2T4BTekuDNSoN7HusLLgTZ\";s:11:\"auth_secret\";s:32:\"nRvgxQph6ufiNzT6QBJiIDJ8pVA12dZV\";s:5:\"state\";s:12:\"qNKNBEReKcLG\";}'),(39,1,'community-events-location','a:1:{s:2:\"ip\";s:20:\"2409:4073:30d:8128::\";}'),(40,1,'closedpostboxes_igmap','a:0:{}'),(41,1,'metaboxhidden_igmap','a:1:{i:0;s:7:\"slugdiv\";}'),(42,1,'_pum_dismissed_alerts','a:0:{}');
/*!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_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$Bpwid3Ll1oFag5RtmJ1eUCLhtpKznv1','admin','sonus90@outlook.com','http://demoweblinks.in/amaeka-wp','2020-12-17 08:20:25','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpforms_tasks_meta` VALUES (1,'wpforms_process_entry_emails_meta_cleanup','Wzg2NDAwXQ==','2021-02-12 08:46:39'),(2,'wpforms_admin_notifications_update','W10=','2021-02-12 08:47:01'),(3,'wpforms_admin_notifications_update','W10=','2021-02-15 04:06:51');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!50112 SET @disable_bulk_load = IF (@is_rocksdb_supported, 'SET SESSION rocksdb_bulk_load = @old_rocksdb_bulk_load', 'SET @dummy_rocksdb_bulk_load = 0') */;
/*!50112 PREPARE s FROM @disable_bulk_load */;
/*!50112 EXECUTE s */;
/*!50112 DEALLOCATE PREPARE s */;
/*!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 2022-05-20  7:40:51
